[med-svn] [htsjdk] 01/04: Fix version in MANIFEST

Vincent Danjean vdanjean at debian.org
Mon Sep 7 08:02:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

vdanjean pushed a commit to branch master
in repository htsjdk.

commit cb46fd034dca78ca231cfe758395465672608eff
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date:   Mon Sep 7 01:31:49 2015 +0200

    Fix version in MANIFEST
---
 debian/changelog                                    |  6 ++++++
 debian/patches/for-upstream-fix-version-in-manifest | 16 ++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2c5dc54..5de8835 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+htsjdk (1.138+dfsg.1-2) unstable; urgency=medium
+
+  * Fix version in MANIFEST
+
+ -- Vincent Danjean <vdanjean at debian.org>  Mon, 07 Sep 2015 01:31:14 +0200
+
 htsjdk (1.138+dfsg.1-1) unstable; urgency=medium
 
   * Upstream split from picard-tools
diff --git a/debian/patches/for-upstream-fix-version-in-manifest b/debian/patches/for-upstream-fix-version-in-manifest
new file mode 100644
index 0000000..7b83d3c
--- /dev/null
+++ b/debian/patches/for-upstream-fix-version-in-manifest
@@ -0,0 +1,16 @@
+Description: fix the 'Implementation-Version' in MANIFEST
+ This patch fix the typo in the used property name for the
+ Implementation-Version value in MANIFEST
+Origin: vendor
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -177,7 +177,7 @@
+             <fileset dir="${classes}" includes="htsjdk/tribble/**/*.*"/>
+             <fileset dir="${classes}" includes="htsjdk/variant/**/*.*"/>
+             <manifest>
+-                <attribute name="Implementation-Version" value="${hts-version}(${repository.revision})"/>
++                <attribute name="Implementation-Version" value="${htsjdk-version}(${repository.revision})"/>
+                 <attribute name="Implementation-Vendor" value="Broad Institute"/>
+             </manifest>
+         </jar>
diff --git a/debian/patches/series b/debian/patches/series
index ec86589..fa3f9ae 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 use_libjbzip2-java
+for-upstream-fix-version-in-manifest
 01-build.xml
 02-snappy-java-compatibility.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htsjdk.git



More information about the debian-med-commit mailing list