This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit ca73eb1222e703c87f604bc5eb6be945c898448a Author: gregor herrmann <[email protected]> Date: Sun Mar 16 14:56:01 2008 +0000 Remove debian docs and install upstream README directly from debian/rules. --- debian/changelog | 4 +++- debian/docs | 1 - debian/rules | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7f178a..db4ba8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ jabref (2.4~beta1-1) UNRELEASED; urgency=low * New upstream release. * Install the new upstream CHANGELOG instead of the removed changelog_highlights.txt. + * Remove debian docs and install upstream README directly from + debian/rules. - -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 15:52:09 +0100 + -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 15:54:19 +0100 jabref (2.3.1-2) unstable; urgency=low diff --git a/debian/docs b/debian/docs deleted file mode 100644 index b77fc80..0000000 --- a/debian/docs +++ /dev/null @@ -1 +0,0 @@ -src/txt/README diff --git a/debian/rules b/debian/rules index f0007e3..f401a52 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ binary-indep: build install dh_testdir dh_testroot dh_installchangelogs src/txt/CHANGELOG - dh_installdocs + dh_installdocs src/txt/README dh_install dh_installmenu dh_desktop -- 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

