[neon/neon-packaging/c4core/Neon/release] debian: use the .tgz iwth included subdirs
Carlos De Maine
null at kde.org
Sat Feb 1 23:12:48 GMT 2025
Git commit a6c54c76f7aac520aa34091896ffe678049ba0db by Carlos De Maine.
Committed on 01/02/2025 at 23:12.
Pushed by carlosdem into branch 'Neon/release'.
use the .tgz iwth included subdirs
D +0 -13 debian/patches/no_debugbreak.diff
M +0 -1 debian/patches/series
M +1 -3 debian/rules
M +4 -1 debian/watch
https://invent.kde.org/neon/neon-packaging/c4core/-/commit/a6c54c76f7aac520aa34091896ffe678049ba0db
diff --git a/debian/patches/no_debugbreak.diff b/debian/patches/no_debugbreak.diff
deleted file mode 100644
index 6019f75..0000000
--- a/debian/patches/no_debugbreak.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e16edd9..497fe77 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -69,7 +69,7 @@ set(C4CORE_SRC_FILES
- c4/windows_push.hpp
- c4/c4core.natvis
- #
-- c4/ext/debugbreak/debugbreak.h
-+ #c4/ext/debugbreak/debugbreak.h
- c4/ext/rng/rng.hpp
- c4/ext/sg14/inplace_function.h
- )
diff --git a/debian/patches/series b/debian/patches/series
index 45cfa90..7589f1d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
debian_packaged_c4project.diff
-no_debugbreak.diff
diff --git a/debian/rules b/debian/rules
index 63fdda7..da93ec8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,4 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
override_dh_auto_configure:
dh_auto_configure -- \
- -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" \
- -DC4CORE_WITH_FASTFLOAT=OFF \
- -DC4CORE_NO_DEBUG_BREAK=ON
+ -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)"
diff --git a/debian/watch b/debian/watch
index 4fd6dbb..8ae3ddf 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,5 @@
version=4
-https://github.com/biojppm/c4core/tags .*/v?(\d.*)@ARCHIVE_EXT@
+opts="searchmode=plain, \
+filenamemangle=s/.+\/@PACKAGE at -@ANY_VERSION- at -src.tgz/@PACKAGE at -$1\.tar.gz/" \
+https://api.github.com/repos/biojppm/c4core/releases \
+https://github.com/biojppm/c4core/releases/download/v\d[\.\d]*/@PACKAGE at -@ANY_VERSION at -src.tgz
More information about the Neon-commits
mailing list