This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit cfe71babe473c7908e99dd979449250e2316d8f6 Author: gregor herrmann <[email protected]> Date: Mon Sep 11 19:15:28 2006 +0000 * Change menu section to "Apps/Databases" and remove lintian override. "Apps/Data Management" was premature, thanks to Frank KÃŒster and Bill Allombert for pointing this out (cf. #386320). --- debian/changelog | 8 ++++++++ debian/lintian.overrides | 2 -- debian/menu | 2 +- debian/rules | 3 --- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index b2d6193..daa2d34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +jabref (2.1-3) unstable; urgency=low + + * Change menu section to "Apps/Databases" and remove lintian override. + "Apps/Data Management" was premature, thanks to Frank Küster and + Bill Allombert for pointing this out (cf. #386320). + + -- gregor herrmann <[email protected]> Mon, 11 Sep 2006 21:12:37 +0200 + jabref (2.1-2) unstable; urgency=low * Change menu section to "Apps/Data Management", thanks to Frank Küster diff --git a/debian/lintian.overrides b/debian/lintian.overrides deleted file mode 100644 index 92fafee..0000000 --- a/debian/lintian.overrides +++ /dev/null @@ -1,2 +0,0 @@ -jabref binary: menu-item-creates-new-section - diff --git a/debian/menu b/debian/menu index 0515444..67e7785 100644 --- a/debian/menu +++ b/debian/menu @@ -1,5 +1,5 @@ ?package(jabref):needs="x11" \ -section="Apps/Data Management" \ +section="Apps/Databases" \ title="JabRef" \ command="jabref" \ icon="/usr/share/pixmaps/jabref32.xpm" \ diff --git a/debian/rules b/debian/rules index 2097cb9..caceddf 100755 --- a/debian/rules +++ b/debian/rules @@ -37,9 +37,6 @@ install: build dh_testroot dh_clean -k dh_installdirs - # Lintian overrides - install -m 644 $(CURDIR)/debian/lintian.overrides \ - $(CURDIR)/debian/jabref/usr/share/lintian/overrides/jabref # Build architecture-independent files here. binary-indep: build install -- 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

