This is an automated email from the git hooks/post-receive script. mithrandi pushed a commit to branch master in repository css2xslfo.
commit 94d24278ddb0f3ff97df32d1cfeb48ed3a08a01b Author: Tristan Seligmann <[email protected]> Date: Sun Jan 19 16:08:40 2014 +0200 Strip version number from JAR. --- debian/css2xslfo.install | 2 +- debian/patches/remove_version_number | 20 ++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/debian/css2xslfo.install b/debian/css2xslfo.install index 8f0c685..8bf3e94 100644 --- a/debian/css2xslfo.install +++ b/debian/css2xslfo.install @@ -1 +1 @@ -bin/css2xslfo*.jar /usr/share/css2xslfo +bin/css2xslfo.jar /usr/share/css2xslfo diff --git a/debian/patches/remove_version_number b/debian/patches/remove_version_number new file mode 100644 index 0000000..a37e282 --- /dev/null +++ b/debian/patches/remove_version_number @@ -0,0 +1,20 @@ +Description: Remove version number + Upstream build.xml builds the JAR with version number included; we remove it + to make things easier. +Author: Tristan Seligmann <[email protected]> +Last-Update: 2014-01-19 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: css2xslfo/build.xml +=================================================================== +--- css2xslfo.orig/build.xml 2014-01-19 16:06:09.007638676 +0200 ++++ css2xslfo/build.xml 2014-01-19 16:08:03.041544723 +0200 +@@ -177,7 +177,7 @@ + </target> + + <target name="jar"> +- <jar destfile="bin/${variant}${version}.jar" manifest="res/MANIFEST_${variant}.MF"> ++ <jar destfile="bin/${variant}.jar" manifest="res/MANIFEST_${variant}.MF"> + <fileset dir="classes" /> + <fileset dir="src"> + <include name="META-INF/**" /> diff --git a/debian/patches/series b/debian/patches/series index f272974..06604e5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ remove-ant-webdav-stuff build-modified-libs set-source-encoding +remove_version_number -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/css2xslfo.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

