[jabref] 20/459: * Add icon to menu entry, thanks to LI Daobing for the idea (closes: #380604). * Remove references to the libraries Commons Logging and Commons HTTP Client from debian/copyright, as they are not included in the upstream tarball any more.

gregor herrmann gregoa at debian.org
Thu Sep 15 20:39:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository jabref.

commit b3420c4c673474313915701ebec18afd45117111
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jul 31 14:51:19 2006 +0000

    * Add icon to menu entry, thanks to LI Daobing for the idea
      (closes: #380604).
    * Remove references to the libraries Commons Logging and Commons HTTP Client
      from debian/copyright, as they are not included in the upstream tarball
      any more.
---
 debian/changelog | 10 ++++++++++
 debian/control   |  2 +-
 debian/dirs      |  1 +
 debian/install   |  1 +
 debian/menu      |  3 ++-
 debian/rules     |  1 +
 6 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c3a482d..701e080 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+jabref (2.0.1+2.1b2-4) unstable; urgency=low
+
+  * Add icon to menu entry, thanks to LI Daobing for the idea
+    (closes: #380604).
+  * Remove references to the libraries Commons Logging and Commons HTTP Client
+    from debian/copyright, as they are not included in the upstream tarball 
+    any more.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 31 Jul 2006 16:37:47 +0200
+
 jabref (2.0.1+2.1b2-3) unstable; urgency=low
 
   * Convert debian/copyright to UTF-8.
diff --git a/debian/control b/debian/control
index 6748015..832de98 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: gregor herrmann <gregor+debian at comodo.priv.at>
 Uploaders: tony mancill <tmancill at debian.org>
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: sun-java5-jdk | j2sdk1.4 | j2sdk1.5 | sun-j2sdk1.5, ant
+Build-Depends-Indep: sun-java5-jdk | j2sdk1.4 | j2sdk1.5 | sun-j2sdk1.5, ant, imagemagick
 Standards-Version: 3.7.2
 
 Package: jabref
diff --git a/debian/dirs b/debian/dirs
index e4bc73a..29ae8b6 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,2 +1,3 @@
 usr/bin
 usr/share/java
+usr/share/pixmaps
diff --git a/debian/install b/debian/install
index e3007d7..7980159 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,3 @@
 build/lib/jabref.jar usr/share/java
 jabref usr/bin
+build/jabref.xpm usr/share/pixmaps
diff --git a/debian/menu b/debian/menu
index ce73fc4..7e9795f 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,4 +1,5 @@
 ?package(jabref):needs="x11"  \
 section="Apps/Tools" \
 title="JabRef" \
-command="jabref"
+command="jabref" \
+icon="/usr/share/pixmaps/jabref.xpm"
diff --git a/debian/rules b/debian/rules
index 06ec1dd..c404361 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ build: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
 	ant compile unjarlib jars
+	convert src/images/JabRef-icon.png build/jabref.xpm
 
 	touch build-stamp
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git



More information about the pkg-java-commits mailing list