[med-svn] [Git][med-team/rdp-readseq][master] 5 commits: Respect DEB_BUILD_OPTIONS in override_dh_auto_test

Andreas Tille gitlab at salsa.debian.org
Wed Oct 24 13:34:01 BST 2018


Andreas Tille pushed to branch master at Debian Med / rdp-readseq


Commits:
9b0673fd by Andreas Tille at 2018-10-24T11:47:23Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test

- - - - -
06483328 by Andreas Tille at 2018-10-24T11:48:34Z
debhelper 11

- - - - -
916fbc62 by Andreas Tille at 2018-10-24T11:48:36Z
Point Vcs fields to salsa.debian.org

- - - - -
cf700551 by Andreas Tille at 2018-10-24T11:48:36Z
Standards-Version: 4.2.1

- - - - -
2d8fd9ac by Andreas Tille at 2018-10-24T11:52:54Z
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+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 at 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


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
            Andreas Tille <tille at 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


=====================================
debian/rules
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/med-team/rdp-readseq/compare/36044373985e4e29c82edb8d0f3aae1a8cbc8fe9...2d8fd9ac4f5f67f1f385d61a82f673602ec7b578

-- 
View it on GitLab: https://salsa.debian.org/med-team/rdp-readseq/compare/36044373985e4e29c82edb8d0f3aae1a8cbc8fe9...2d8fd9ac4f5f67f1f385d61a82f673602ec7b578
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181024/9b4ffaa8/attachment-0001.html>


More information about the debian-med-commit mailing list