Andreas Tille pushed to branch master at Debian Med / samtools-legacy
Commits: 16ae88d0 by Andreas Tille at 2022-12-12T17:25:14+01:00 Disable LTO - - - - - d29cf218 by Andreas Tille at 2022-12-12T17:26:40+01:00 Provide sensible upstream tarball name - - - - - d49ca34a by Andreas Tille at 2022-12-12T17:26:50+01:00 routine-update: Standards-Version: 4.6.1 - - - - - 18af384b by Andreas Tille at 2022-12-12T17:26:53+01:00 routine-update: Remove trailing whitespace in debian/rules - - - - - 3971be6f by Andreas Tille at 2022-12-12T17:31:43+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,14 @@ -samtools-legacy (0.1.19+dfsg-6) UNRELEASED; urgency=medium +samtools-legacy (0.1.19+dfsg-6) unstable; urgency=medium * Team upload. * Revert: Add missing build dependency on dh addon. + * Disable LTO + Closes: #1015655 + * d/watch: Provide sensible upstream tarball name + * Standards-Version: 4.6.1 (routine-update) + * Remove trailing whitespace in debian/rules (routine-update) - -- Andreas Tille <[email protected]> Tue, 25 Jan 2022 19:00:38 +0100 + -- Andreas Tille <[email protected]> Mon, 12 Dec 2022 17:30:33 +0100 samtools-legacy (0.1.19+dfsg-5) unstable; urgency=medium ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), libncurses5-dev, zlib1g-dev -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/samtools-legacy Vcs-Git: https://salsa.debian.org/med-team/samtools-legacy.git Homepage: https://www.htslib.org/ ===================================== debian/rules ===================================== @@ -2,6 +2,8 @@ CFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS) +export DEB_BUILD_MAINT_OPTIONS=optimize=-lto + %: dh $@ ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 -opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \ +opts="repacksuffix=+dfsg,dversionmangle=auto,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ https://github.com/samtools/samtools/tags?after=0.2.0-rc1 .*/(0\.1\.\d+)\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/samtools-legacy/-/compare/0e85194f1460d5263efbcc9e14ffb1c1293a42c7...3971be6fc5b36af6cdea7077a07d92cc301d765f -- View it on GitLab: https://salsa.debian.org/med-team/samtools-legacy/-/compare/0e85194f1460d5263efbcc9e14ffb1c1293a42c7...3971be6fc5b36af6cdea7077a07d92cc301d765f 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
