This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit ec75525cce1e60177f3c3fd644c13e3b91dbd01b Author: gregor herrmann <[email protected]> Date: Mon Apr 7 19:41:32 2008 +0000 Remove debian docs and install upstream README directly from debian/rules. --- debian/changelog | 2 ++ debian/docs | 1 - debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 925c445..ce9090b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ jabref (2.3.1-3) UNRELEASED; urgency=low * debian/watch: add uversionmangle to cope with upstream b(eta) releases. * Move wrapper script in source package to debian/jabref-wrapper and install it from debian/rules. + * Remove debian docs and install upstream README directly from + debian/rules. -- gregor herrmann <[email protected]> Mon, 07 Apr 2008 21:37:59 +0200 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 853a7b8..aa8f191 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ binary-indep: build install dh_testdir dh_testroot dh_installchangelogs changelog_highlights.txt - 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

