This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-net-java.
commit 70ced40a63f018cd6acfb976bdfa761e1d7935b9 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 4 21:17:19 2014 +0000 debian/rules: Install the upstream changelog --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3431d42..740fcb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libcommons-net2-java (2.2-3) UNRELEASED; urgency=medium - Improved the package description - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields + * debian/rules: Install the upstream changelog * Use XZ compression for the upstream tarball * Switch to debhelper level 9 * Switch to source format 3.0 (quilt) diff --git a/debian/rules b/debian/rules index bf6ca69..4653f3f 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,7 @@ DEB_ANT_BUILD_TARGET := package javadoc DEB_ANT_BUILDFILE := debian/maven-build.xml DEB_ANT_ARGS := -Dbasedir=$(CURDIR) -Dpackage=$(PACKAGE) -Dbin.package=$(PACKAGE) -Dversion=$(VERSION) LAST_MODIFIED := $(shell date +%s%N | cut -c -13) +DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt makebuilddir/$(PACKAGE):: install -d debian/tmp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-net-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

