This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit ab412af4cd65d7edd5ad20bd75313feae5c9eb84 Author: gregor herrmann <[email protected]> Date: Sun Mar 16 14:54:22 2008 +0000 Install the new upstream CHANGELOG instead of the removed changelog_highlights.txt. --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e2eeaaa..f7f178a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ jabref (2.4~beta1-1) UNRELEASED; urgency=low * New upstream release. + * Install the new upstream CHANGELOG instead of the removed + changelog_highlights.txt. - -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 15:42:49 +0100 + -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 15:52:09 +0100 jabref (2.3.1-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 1675913..f0007e3 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ install-stamp: build-stamp binary-indep: build install dh_testdir dh_testroot - dh_installchangelogs changelog_highlights.txt + dh_installchangelogs src/txt/CHANGELOG dh_installdocs dh_install dh_installmenu -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

