Andreas Tille pushed to branch master at Debian Med / saint
Commits: 96be219d by Andreas Tille at 2018-07-05T08:59:15+02:00 Remove unneeded get-orig-source target - - - - - f38a7cfc by Andreas Tille at 2018-07-05T09:05:10+02:00 hardening=+all - - - - - b29d82d2 by Andreas Tille at 2018-07-05T09:05:23+02:00 debhelper 11 - - - - - 7377a3f0 by Andreas Tille at 2018-07-05T09:05:31+02:00 Point Vcs fields to salsa.debian.org - - - - - 76afb0ef by Andreas Tille at 2018-07-05T09:05:31+02:00 Standards-Version: 4.1.4 - - - - - 3ad8f00d by Andreas Tille at 2018-07-05T09:13:29+02:00 --no-parallel needed - - - - - b06fc0c6 by Andreas Tille at 2018-07-05T09:14:59+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +saint (2.5.0+dfsg-3) unstable; urgency=medium + + * Remove unneeded get-orig-source target + * hardening=+all + * debhelper 11 (but --no-parallel needed) + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.1.4 + + -- Andreas Tille <[email protected]> Thu, 05 Jul 2018 09:13:51 +0200 + saint (2.5.0+dfsg-2) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ Uploaders: Andreas Tille <[email protected]>, Thorsten Alteholz <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11~), libgsl-dev -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/saint.git -Vcs-Git: git://anonscm.debian.org/debian-med/saint.git +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/med-team/saint +Vcs-Git: https://salsa.debian.org/med-team/saint.git Homepage: http://saint-apms.sourceforge.net/Main.html Package: saint ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -1,15 +1,14 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ override_dh_auto_build: # Tweak hardening flags into the Makefile - make all CFLAGS='$(CPPFLAGS) $(CFLAGS) $(LDFLAGS)' + dh_auto_build --no-parallel -- all CFLAGS='$(CPPFLAGS) $(CFLAGS) $(LDFLAGS)' override_dh_auto_clean: dh_auto_clean rm -rf bin - -get-orig-source: - uscan --verbose --force-download --repack --compress xz View it on GitLab: https://salsa.debian.org/med-team/saint/compare/5ad8348a0e3f42a316e8f896525051ffd9c79594...b06fc0c69950c127793275fea2772a92cd2d758a -- View it on GitLab: https://salsa.debian.org/med-team/saint/compare/5ad8348a0e3f42a316e8f896525051ffd9c79594...b06fc0c69950c127793275fea2772a92cd2d758a 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
