This is an automated email from the git hooks/post-receive script. olebole pushed a commit to branch master in repository libbrowserlauncher-java.
commit 5400b8a3587ff1c8f82e1ea48b6bc27117b18c5a Author: Ole Streicher <[email protected]> Date: Wed Mar 29 16:12:10 2017 +0200 Include properties in jar Closes: 859005 --- debian/patches/Include-properties-in-jar.patch | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 23 insertions(+) diff --git a/debian/patches/Include-properties-in-jar.patch b/debian/patches/Include-properties-in-jar.patch new file mode 100644 index 0000000..e49be7e --- /dev/null +++ b/debian/patches/Include-properties-in-jar.patch @@ -0,0 +1,22 @@ +From: Ole Streicher <[email protected]> +Date: Wed, 29 Mar 2017 16:11:39 +0200 +Subject: Include properties in jar + +Closes: 859005 +--- + build.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/build.xml b/build.xml +index 00de02a..1f612ab 100644 +--- a/build.xml ++++ b/build.xml +@@ -45,7 +45,7 @@ + <copy todir="${output.dir}"> + <fileset dir="${source.dir}" excludes="**/*.java"/> + </copy> +- <jar destfile="${archive.runtime}" basedir="${output.dir}" includes="**/*.class" /> ++ <jar destfile="${archive.runtime}" basedir="${output.dir}" /> + </target> + + <target name="deploy" depends="build" description="create archives"> diff --git a/debian/patches/series b/debian/patches/series index 0b9c7f4..210cd58 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ utf-8.patch browser_choice.patch Remove-release-number-from-jar-name.patch +Include-properties-in-jar.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libbrowserlauncher-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

