This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit cb5c858147ff0dc70ece6276c4617bc75a9ea07f Author: gregor herrmann <[email protected]> Date: Thu Sep 7 14:50:42 2006 +0000 * Change menu section to "Apps/Data Management", thanks to Frank KÃŒster (closes: #386320). * Add lintian override for this new section. * Convert changelog to UTF-8. --- debian/changelog | 9 +++++++++ debian/dirs | 1 + debian/lintian.overrides | 2 ++ debian/menu | 2 +- debian/rules | 5 ++++- 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 37293a5..b2d6193 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +jabref (2.1-2) unstable; urgency=low + + * Change menu section to "Apps/Data Management", thanks to Frank Küster + (closes: #386320). + * Add lintian override for this new section. + * Convert changelog to UTF-8. + + -- gregor herrmann <[email protected]> Thu, 7 Sep 2006 16:42:27 +0200 + jabref (2.1-1) unstable; urgency=low * New upstream release (closes: #382310, #379704). diff --git a/debian/dirs b/debian/dirs index 29ae8b6..3adf126 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,3 +1,4 @@ usr/bin usr/share/java usr/share/pixmaps +usr/share/lintian/overrides diff --git a/debian/lintian.overrides b/debian/lintian.overrides new file mode 100644 index 0000000..92fafee --- /dev/null +++ b/debian/lintian.overrides @@ -0,0 +1,2 @@ +jabref binary: menu-item-creates-new-section + diff --git a/debian/menu b/debian/menu index a608925..0515444 100644 --- a/debian/menu +++ b/debian/menu @@ -1,5 +1,5 @@ ?package(jabref):needs="x11" \ -section="Apps/Tools" \ +section="Apps/Data Management" \ title="JabRef" \ command="jabref" \ icon="/usr/share/pixmaps/jabref32.xpm" \ diff --git a/debian/rules b/debian/rules index 6ed95ba..2097cb9 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,10 @@ 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 dh_testdir -- 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

