This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository rhino.
commit a9c1f87a83600b3c6783674689f3dea0f41fbe8f Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 19 17:43:41 2017 +0100 Install the upstream changelog --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 85f21e3..837e8fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ rhino (1.7.7-1) UNRELEASED; urgency=medium * Build with the DH sequencer instead of CDBS * Removed the out of tree debugger classes (merged upstream) * Ignore the Lintian warnings on the test files (false positives) + * Install the upstream changelog * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/rules b/debian/rules index 191770d..266601f 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,9 @@ BUILDDIR = build/rhino$(VERSION) override_dh_auto_build: dh_auto_build -- jar javadoc +override_dh_installchangelogs: + dh_installchangelogs -- RELEASE-NOTES.md + override_mh_install: mh_installpom -plibrhino-java maven/maven-pom.xml --no-parent --relocate=rhino:js mh_installjar -plibrhino-java -l maven/maven-pom.xml --usj-name=js $(BUILDDIR)/js.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rhino.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

