Skip to content
Commits on Source (5)
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 <tille@debian.org> Wed, 24 Oct 2018 13:34:15 +0200
rdp-alignment (1.2.0-3) unstable; urgency=medium
* Moved packaging from SVN to Git
......
......@@ -4,7 +4,7 @@ Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
Andreas Tille <tille@debian.org>
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
......
......@@ -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
......