This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 269263ea70847e4941a71a6d97deede905b47d6c Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 29 16:28:33 2014 +0200 Install the upstream changelog --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index dbe12f8..c826897 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ jetty8 (8.1.15-1) UNRELEASED; urgency=medium - Ignore the Maven dependency on the Mycila maven-license-plugin * debian/control: - Use distinct descriptions for the jetty8 and libjetty8-java packages + * debian/rules: Install the upstream changelog * debian/watch: Watch the tags from the Git repository * debian/jetty-shared-webapps.xml: Updated the path of the webapps directory diff --git a/debian/rules b/debian/rules index 0553ff9..e833e1c 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ DEB_MAVEN_INSTALL_TARGET := DEB_MAVEN_INSTALL_DOC_TARGET := DEB_MAVEN_DOC_TARGET := javadoc:aggregate DEB_MAVEN_ARGS := -P-aggregates -P-osgi +DEB_INSTALL_CHANGELOGS_ALL := VERSION.txt LIBJETTY_JARS := continuation deploy http io jaspi jmx jsp nested \ overlay-deployer policy rewrite security server servlet servlets start util \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

