This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository hsqldb.
commit b06375b1c7dd6c557263386636f1644ba852d736 Author: Markus Koschany <[email protected]> Date: Thu Sep 17 18:42:08 2015 +0200 Install upstream changelog --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 524b30f..96358e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ hsqldb (2.3.3+dfsg-1) UNRELEASED; urgency=medium These control fields are obsolete in Stretch now. * Drop libhsqldb-java-doc.links. It was not useful and the symlink pointed to the wrong directory. + * Install hsqldb/doc-src/changelist_2_0.txt as upstream changelog. -- Markus Koschany <[email protected]> Wed, 16 Sep 2015 23:22:04 +0200 diff --git a/debian/rules b/debian/rules index c38f3d2..8218a56 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ DEB_JARS = servlet-api DEB_ANT_BUILDFILE = hsqldb/build/build.xml DEB_ANT_BUILD_TARGET = hsqldb hsqldbutil DEB_ANT_ARGS += -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 +DEB_INSTALL_CHANGELOGS_ALL = hsqldb/doc-src/changelist_2_0.txt DEB_INSTALL_DOCS_ALL = -X .cvsignore -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hsqldb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

