This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 42aa468f5c7c65eb83e7a841f5448c98aed60e2f Author: gregor herrmann <[email protected]> Date: Mon Sep 17 18:18:44 2007 +0000 * Remove debian/manpages. * Clean up debian/rules. --- debian/changelog | 7 +++++++ debian/manpages | 1 - debian/rules | 15 +-------------- 3 files changed, 8 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9e12e2c..efa1787 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jabref (2.3~beta2-2) unstable; urgency=low + + * Remove debian/manpages. + * Clean up debian/rules. + + -- gregor herrmann <[email protected]> Mon, 17 Sep 2007 20:14:13 +0200 + jabref (2.3~beta2-1) unstable; urgency=low * New upstream release. diff --git a/debian/manpages b/debian/manpages deleted file mode 100644 index 484e7ba..0000000 --- a/debian/manpages +++ /dev/null @@ -1 +0,0 @@ -debian/jabref.1 diff --git a/debian/rules b/debian/rules index cc0885b..ca02794 100755 --- a/debian/rules +++ b/debian/rules @@ -44,28 +44,15 @@ binary-indep: build install dh_testroot dh_installchangelogs dh_installdocs -# dh_installexamples dh_install dh_installmenu dh_desktop -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam dh_installmime -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman + dh_installman debian/jabref.1 dh_link -# dh_strip dh_compress dh_fixperms -# dh_perl -# dh_python -# dh_makeshlibs dh_installdeb -# dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb -- 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

