This is an automated email from the git hooks/post-receive script. vdanjean pushed a commit to branch master in repository htsjdk.
commit ec109d5166b31e84f03c3e49d53d07b7da075d35 Author: Vincent Danjean <[email protected]> Date: Wed Jul 6 23:35:00 2016 +0200 Correctly handle dfsg version suffix --- debian/copyright | 6 +----- debian/rules | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/copyright b/debian/copyright index 4bb3923..79f398a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,11 +16,6 @@ License: ISC purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. -Files: debian/copyright2 -Copyright: 2013, EMBL-EBI - 2009-2016, The Broad Institute -License: MIT - Files: scripts/* src/main/* Copyright: 2009-2016, The Broad Institute @@ -96,6 +91,7 @@ Files: src/main/java/htsjdk/samtools/SRAFileReader.java src/main/java/htsjdk/samtools/SRAIndex.java src/main/java/htsjdk/samtools/SRAIterator.java src/main/java/htsjdk/samtools/sra/* +Copyright: Public Domain License: Public-Domain Files: src/main/java/htsjdk/samtools/SamFlagField.java diff --git a/debian/rules b/debian/rules index a434de8..986c7b5 100755 --- a/debian/rules +++ b/debian/rules @@ -18,4 +18,4 @@ override_dh_auto_build: # dh_auto_build -- test override_jh_installlibs: - jh_installlibs + jh_installlibs --version-strip='[+]dfsg[.0-9]*' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htsjdk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
