This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libfreemarker-java.
commit 4f67a9624bee9ed15899ee79ebb22b9fd424732c Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 28 09:23:36 2016 +0200 Fixed the installation of the jar in the binary package (Closes: #828802) --- debian/changelog | 6 ++++++ debian/libfreemarker-java.poms | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bcf78b1..f4f872b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libfreemarker-java (2.3.23-5) unstable; urgency=medium + + * Fixed the installation of the jar in the binary package (Closes: #828802) + + -- Emmanuel Bourg <[email protected]> Tue, 28 Jun 2016 09:23:22 +0200 + libfreemarker-java (2.3.23-4) unstable; urgency=medium * Team upload. diff --git a/debian/libfreemarker-java.poms b/debian/libfreemarker-java.poms index 82b49d6..fdf1d21 100644 --- a/debian/libfreemarker-java.poms +++ b/debian/libfreemarker-java.poms @@ -1 +1 @@ -debian/pom.xml --no-parent --java-lib +debian/pom.xml --no-parent --java-lib --artifact=build/freemarker.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libfreemarker-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

