Skip to content
Commits on Source (5)
rdp-readseq (2.0.2-4) unstable; urgency=medium
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Wed, 24 Oct 2018 13:48:36 +0200
rdp-readseq (2.0.2-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,
......@@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10),
junit4,
ant,
ant-optional
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/rdp-readseq.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/rdp-readseq.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/rdp-readseq
Vcs-Git: https://salsa.debian.org/med-team/rdp-readseq.git
Homepage: https://github.com/rdpstaff/ReadSeq
Package: rdp-readseq
......
......@@ -14,8 +14,10 @@ override_dh_auto_clean:
(test -e test && find test -name '*.class' -delete) || true
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
......