Andreas Tille pushed to branch master at Debian Med / reapr
Commits: 944f60c6 by Andreas Tille at 2018-07-14T16:11:38+02:00 Drop unneeded Testsuite: autopkgtest - - - - - 513d459a by Andreas Tille at 2018-07-14T16:16:58+02:00 Respect DEB_BUILD_OPTIONS in override_dh_auto_test - - - - - 237d6b83 by Andreas Tille at 2018-07-14T16:17:15+02:00 debhelper 11 - - - - - 54d7a178 by Andreas Tille at 2018-07-14T16:18:20+02:00 Point Vcs fields to salsa.debian.org - - - - - 926b38d9 by Andreas Tille at 2018-07-14T16:18:20+02:00 Standards-Version: 4.1.5 - - - - - 1355076e by Andreas Tille at 2018-07-14T16:21:48+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,14 @@ +reapr (1.0.18+dfsg-4) unstable; urgency=medium + + * Team upload. + * Drop unneeded Testsuite: autopkgtest + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.1.5 + + -- Andreas Tille <[email protected]> Sat, 14 Jul 2018 16:18:20 +0200 + reapr (1.0.18+dfsg-3) unstable; urgency=medium * Rearrange linking order to fix FTBFS with ld --as-needed ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Sascha Steinbiss <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11~), libbamtools-dev, libtabixpp-dev, libhts-dev (>= 1.3), @@ -16,10 +16,9 @@ Build-Depends: debhelper (>= 9), snpomatic, tabix, libfile-copy-link-perl -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/reapr.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/reapr.git -Testsuite: autopkgtest +Standards-Version: 4.1.5 +Vcs-Browser: https://salsa.debian.org/med-team/reapr +Vcs-Git: https://salsa.debian.org/med-team/reapr.git Homepage: http://www.sanger.ac.uk/science/tools/reapr Package: reapr ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,9 @@ override_dh_auto_clean: dh_auto_clean -- override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) mkdir $(debfolder)/test ln -s $(CURDIR)/src/reapr.pl $(debfolder)/test/reapr PATH=$(PATH):$(CURDIR)/src:$(debfolder)/test $(debfolder)/tests/test-example rm -rf $(debfolder)/test +endif View it on GitLab: https://salsa.debian.org/med-team/reapr/compare/898ac4fba50e15a3ad1bde8dd74f889cf0246946...1355076e7d787dfc8643e9201ba3e2700a76e178 -- View it on GitLab: https://salsa.debian.org/med-team/reapr/compare/898ac4fba50e15a3ad1bde8dd74f889cf0246946...1355076e7d787dfc8643e9201ba3e2700a76e178 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
