[med-svn] [Git][med-team/megadepth][master] 3 commits: Fix build with CMake 4
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Oct 19 07:27:02 BST 2025
Andreas Tille pushed to branch master at Debian Med / megadepth
Commits:
434aa318 by Andreas Tille at 2025-10-19T08:24:22+02:00
Fix build with CMake 4
Closes: #1113273
- - - - -
ac9e3671 by Andreas Tille at 2025-10-19T08:26:07+02:00
d/rules: remove some comments that look outdated
- - - - -
aa371401 by Andreas Tille at 2025-10-19T08:26:53+02:00
d/watch: version=5
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+megadepth (1.2.0-5) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fix build with CMake 4
+ Closes: #1113273
+ * d/rules: remove some comments that look outdated
+ * d/watch: version=5
+
+ -- Andreas Tille <tille at debian.org> Sun, 19 Oct 2025 08:23:55 +0200
+
megadepth (1.2.0-4) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -1,27 +1,14 @@
#!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
-
-# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
-
%:
if [ ! -r CMakeLists.txt ]; then ln -s CMakeLists.txt.ci CMakeLists.txt; fi
- #if [ ! -d htslib ]; then mkdir -p htslib; ln -s /usr/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`/libhts.a htslib/; fi
- #if [ ! -d libBigWig ]; then mkdir -p libBigWig; ln -s /usr/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`/libBigWig.a libBigWig/; fi
- #if [ ! -d libdeflate ]; then mkdir -p libdeflate; ln -s /usr/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`/libdeflate.a libdeflate/; fi
- #if [ ! -d zlib ]; then mkdir -p zlib; ln -s /usr/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`/libz.a zlib/; fi
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
override_dh_auto_install:
dh_auto_install
=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
-version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
- https://github.com/ChristopherWilks/megadepth/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+Version: 5
+
+Template: Github
+Owner: ChristopherWilks
+Project: megadepth
View it on GitLab: https://salsa.debian.org/med-team/megadepth/-/compare/36253ffa8a665df4932683d592b897d3ef9c39ea...aa371401ed6f213287aca0e5a7b868db05e6a93b
--
View it on GitLab: https://salsa.debian.org/med-team/megadepth/-/compare/36253ffa8a665df4932683d592b897d3ef9c39ea...aa371401ed6f213287aca0e5a7b868db05e6a93b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251019/e099723b/attachment-0001.htm>
More information about the debian-med-commit
mailing list