[med-svn] [Git][med-team/htsjdk][master] 3 commits: Drop removed file from copyright
Andreas Tille
gitlab at salsa.debian.org
Wed Sep 19 07:34:51 BST 2018
Andreas Tille pushed to branch master at Debian Med / htsjdk
Commits:
d15a7dde by Andreas Tille at 2018-09-19T06:06:02Z
Drop removed file from copyright
- - - - -
f09ea84e by Andreas Tille at 2018-09-19T06:07:18Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test
- - - - -
e6e4faf2 by Andreas Tille at 2018-09-19T06:21:09Z
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -5,11 +5,12 @@ htsjdk (2.16.1+dfsg-1) unstable; urgency=medium
* debhelper 11
* Standards-Version: 4.2.1
* Skip test requiring http connection
+ * d/rules: Respect DEB_BUILD_OPTIONS in override_dh_auto_test
[ Olivier Sallou ]
* Skip test requiring ftp connection
- -- Andreas Tille <tille at debian.org> Tue, 18 Sep 2018 14:21:42 +0200
+ -- Andreas Tille <tille at debian.org> Wed, 19 Sep 2018 08:11:13 +0200
htsjdk (2.14.3+dfsg-3) unstable; urgency=medium
=====================================
debian/copyright
=====================================
@@ -298,7 +298,6 @@ License: MIT
Files: src/test/java/htsjdk/samtools/reference/FastaSequenceFileTest.java
src/test/java/htsjdk/samtools/reference/FastaSequenceIndexTest.java
- src/test/java/htsjdk/samtools/reference/IndexedFastaSequenceFileTest.java
src/test/java/htsjdk/samtools/reference/ReferenceSequenceTests.java
Copyright: 2009-2016, The Broad Institute
License: Expat
=====================================
debian/rules
=====================================
@@ -15,8 +15,10 @@ override_dh_auto_build:
dh_auto_build -- jar javadoc
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# testng bug 895886: testng: jcommander classes not found
dh_auto_build -- test
+endif
override_jh_installlibs:
jh_installlibs --version-strip='[+]dfsg[.0-9]*'
View it on GitLab: https://salsa.debian.org/med-team/htsjdk/compare/c78d569463efdb4a067e33d15e71ee4b0db969ff...e6e4faf23f72599afa4e4351af324504a0a73934
--
View it on GitLab: https://salsa.debian.org/med-team/htsjdk/compare/c78d569463efdb4a067e33d15e71ee4b0db969ff...e6e4faf23f72599afa4e4351af324504a0a73934
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/20180919/1fa49733/attachment-0001.html>
More information about the debian-med-commit
mailing list