Andreas Tille pushed to branch master at Debian Med / rdp-alignment
Commits: 74cf7f30 by Andreas Tille at 2018-10-24T11:27:47Z debhelper 11 - - - - - cd40d9a3 by Andreas Tille at 2018-10-24T11:27:50Z Point Vcs fields to salsa.debian.org - - - - - a7fb0722 by Andreas Tille at 2018-10-24T11:27:50Z Standards-Version: 4.2.1 - - - - - 465acc9c by Andreas Tille at 2018-10-24T11:34:08Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test - - - - - b39a904f by Andreas Tille at 2018-10-24T11:37:50Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +rdp-alignment (1.2.0-4) unstable; urgency=medium + + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test + + -- Andreas Tille <[email protected]> Wed, 24 Oct 2018 13:34:15 +0200 + rdp-alignment (1.2.0-3) unstable; urgency=medium * Moved packaging from SVN to Git ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Tim Booth <[email protected]>, Andreas Tille <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), default-jdk, javahelper, libcommons-io-java, @@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 10), ant, ant-optional, rdp-readseq -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/rdp-alignment.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/rdp-alignment.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/rdp-alignment +Vcs-Git: https://salsa.debian.org/med-team/rdp-alignment.git Homepage: https://github.com/rdpstaff/AlignmentTools Package: rdp-alignment ===================================== debian/rules ===================================== @@ -13,8 +13,10 @@ override_dh_auto_clean: find test -name '*.class' -delete override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cp debian/junit.xml ./junit-tmp.xml ant -f junit-tmp.xml junit +endif override_dh_clean: dh_clean View it on GitLab: https://salsa.debian.org/med-team/rdp-alignment/compare/ae53b3dfe631966167a3bf3085ed43b98943a523...b39a904fe18eec16fc149c661862300460c12d52 -- View it on GitLab: https://salsa.debian.org/med-team/rdp-alignment/compare/ae53b3dfe631966167a3bf3085ed43b98943a523...b39a904fe18eec16fc149c661862300460c12d52 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
