Andreas Tille pushed to branch master at Debian Med / rdp-classifier
Commits: 21002bc7 by Andreas Tille at 2018-10-04T09:21:06Z debhelper 11 - - - - - 3896873b by Andreas Tille at 2018-10-04T09:21:06Z Point Vcs fields to salsa.debian.org - - - - - a58478dc by Andreas Tille at 2018-10-04T09:21:06Z Standards-Version: 4.2.1 - - - - - e3b791bc by Andreas Tille at 2018-10-04T09:21:06Z Drop unneeded get-orig-source target - - - - - 49e72bb7 by Andreas Tille at 2018-10-04T09:21:06Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test - - - - - 0b2a3bfb by Andreas Tille at 2018-10-04T09:28:59Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +rdp-classifier (2.10.2-3) unstable; urgency=medium + + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Drop unneeded get-orig-source target + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test + + -- Andreas Tille <[email protected]> Thu, 04 Oct 2018 11:23:04 +0200 + rdp-classifier (2.10.2-2) unstable; urgency=medium * Team upload ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), default-jdk, junit4, libcommons-cli-java, @@ -17,9 +17,9 @@ Build-Depends: debhelper (>= 10), ant, ant-optional, ant-contrib -Standards-Version: 4.1.0 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/rdp-classifier.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/rdp-classifier.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/rdp-classifier +Vcs-Git: https://salsa.debian.org/med-team/rdp-classifier.git Homepage: https://github.com/rdpstaff/classifier Package: rdp-classifier ===================================== debian/rules ===================================== @@ -21,8 +21,10 @@ override_dh_auto_clean: rm -rf dist override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cp debian/junit.xml ./tmp-junit.xml ant -f tmp-junit.xml junit +endif override_dh_compress: dh_compress -X.fasta @@ -30,6 +32,3 @@ override_dh_compress: override_dh_fixperms: dh_fixperms chmod +x debian/*/usr/share/*/*.sh - -get-orig-source: - uscan --verbose --force-download --repack --compress xz View it on GitLab: https://salsa.debian.org/med-team/rdp-classifier/compare/f77fce597e573085e44b099bc48fc66a39993446...0b2a3bfb9452e9551955e711bf0388201dbebcba -- View it on GitLab: https://salsa.debian.org/med-team/rdp-classifier/compare/f77fce597e573085e44b099bc48fc66a39993446...0b2a3bfb9452e9551955e711bf0388201dbebcba 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
