Andreas Tille pushed to branch master at Debian Med / seqan2
Commits: 7b1767db by Andreas Tille at 2025-12-01T14:04:39+01:00 Fix clean target. Closes: #1047218 - - - - - ca368933 by Andreas Tille at 2025-12-01T14:05:35+01:00 d/watch: version=5 - - - - - 7d1fc808 by Andreas Tille at 2025-12-01T14:05:45+01:00 Standards-Version: 4.7.2 (routine-update) - - - - - 67839783 by Andreas Tille at 2025-12-01T14:09:18+01:00 Rely on pre-initialized dpkg-architecture variables. Changes-By: lintian-brush - - - - - 9bb3cd36 by Andreas Tille at 2025-12-01T14:10:50+01:00 Build-Depends: architecture-is-64-bit Closes: #917851 - - - - - 5 changed files: - debian/changelog - debian/clean - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +seqan2 (2.4.0+dfsg-17) UNRELEASED; urgency=medium + + [ Santiago Vila ] + * Fix clean target. Closes: #1047218 + + [ Andreas Tille ] + * d/watch: version=5 + * Standards-Version: 4.7.2 (routine-update) + * Rely on pre-initialized dpkg-architecture variables. + * Build-Depends: architecture-is-64-bit + Closes: #917851 + + -- Andreas Tille <[email protected]> Mon, 01 Dec 2025 14:03:58 +0100 + seqan2 (2.4.0+dfsg-16) unstable; urgency=medium * Skip test solution_online_search_finder which might break occasionally ===================================== debian/clean ===================================== @@ -1,3 +1,3 @@ -fakehome/ -debian/files build/ +demos/tutorial/file_io_overview/example.sam +fakehome/ ===================================== debian/control ===================================== @@ -6,6 +6,7 @@ Uploaders: Andreas Tille <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13), + architecture-is-64-bit, python3, cmake, fakeroot @@ -15,7 +16,7 @@ Build-Depends-Arch: zlib1g-dev, libboost-dev, help2man, ctdconverter -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/seqan2 Vcs-Git: https://salsa.debian.org/med-team/seqan2.git Homepage: https://www.seqan.de/ ===================================== debian/rules ===================================== @@ -14,9 +14,7 @@ export HOME=$(CURDIR)/fakehome # export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector # alternatively: export DEB_CXXFLAGS_STRIP='-fstack-protector' -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) - -DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) +include /usr/share/dpkg/architecture.mk ifneq (,$(filter mips mipsel mips64el,$(DEB_BUILD_ARCH))) DEB_CXXFLAGS_MAINT_APPEND+=-mxgot ===================================== debian/watch ===================================== @@ -1,3 +1,5 @@ -version=4 -opts="repacksuffix=+dfsg,dversionmangle=auto,dversionmangle=s/\+(debian|dfsg|ds|deb)(\.?\d+)?$//,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/seqan/seqan/tags .*/seqan-v([.\d]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +Version: 5 + +Template: Github +Owner: seqan +Project: seqan View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/compare/a55e2629beae9d645ebe37b7b9d501e3ab473c19...9bb3cd362bd7bfe34b74b1613867daf67a8a7d93 -- View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/compare/a55e2629beae9d645ebe37b7b9d501e3ab473c19...9bb3cd362bd7bfe34b74b1613867daf67a8a7d93 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
