This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gant.
commit b762d9a2267f827bbd848224c436823b22c8edc5 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 31 13:38:08 2015 +0200 Install the upstream changelog --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 24364c4..b0a3e43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ gant (1.9.11-1) UNRELEASED; urgency=medium - Removed 01_fix_ant_1.9_api_changes.diff (fixed upstream) * Transition to Groovy 2 * Replaced the Debian man page with the upstream one + * Install the upstream changelog * Standards-Version updated to 3.9.6 (no changes) * debian/watch: Track the release tags on GitHub * Switch to debhelper level 9 diff --git a/debian/rules b/debian/rules index ac61058..06bb0b5 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,8 @@ DEB_ANT_BUILD_TARGET := package UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e's,+dak.*,,') GROOVY_HOME=/usr/share/groovy2 +DEB_INSTALL_CHANGELOGS_ALL = releaseNotes.txt + install/gant:: dh_install target_gant/gant-$(UPSTREAM_VERSION).jar $(GROOVY_HOME)/lib dh_link $(GROOVY_HOME)/lib/gant-$(UPSTREAM_VERSION).jar /usr/share/java/gant.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gant.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

