[Python-modules-commits] r10977 - in packages/gamera/trunk/debian (7 files)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Sun Jan 3 16:35:35 UTC 2010


    Date: Sunday, January 3, 2010 @ 16:35:34
  Author: jwilk-guest
Revision: 10977

* Add Debian menu entry.
* Add freedesktop.org desktop entry.

Added:
  packages/gamera/trunk/debian/gamera-gui.desktop
  packages/gamera/trunk/debian/gamera-gui.dirs
  packages/gamera/trunk/debian/gamera-gui.menu
Modified:
  packages/gamera/trunk/debian/changelog
  packages/gamera/trunk/debian/control
  packages/gamera/trunk/debian/gamera-gui.install
  packages/gamera/trunk/debian/rules

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2010-01-03 16:31:21 UTC (rev 10976)
+++ packages/gamera/trunk/debian/changelog	2010-01-03 16:35:34 UTC (rev 10977)
@@ -11,8 +11,10 @@
   * Move the gamera.gui.has_gui module to the python-gamera package.
   * Work around python-docutils bug, which broke documentation generation
     (closes: #563139). (gendoc-source-path.diff)
+  * Add Debian menu entry.
+  * Add freedesktop.org desktop entry.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Thu, 31 Dec 2009 11:50:52 +0100
+ -- Jakub Wilk <ubanus at users.sf.net>  Sun, 03 Jan 2010 17:33:51 +0100
 
 gamera (3.2.3-1) unstable; urgency=low
 

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2010-01-03 16:31:21 UTC (rev 10976)
+++ packages/gamera/trunk/debian/control	2010-01-03 16:35:34 UTC (rev 10977)
@@ -12,7 +12,7 @@
  libga-dev
 Build-Depends-Indep:
  python-docutils, python-pygments, python-numpy, python-imaging, python-wxgtk2.8,
- help2man
+ help2man, netpbm
 XS-Python-Version: >= 2.4
 Standards-Version: 3.8.3
 Homepage: http://gamera.sourceforge.net/

Added: packages/gamera/trunk/debian/gamera-gui.desktop
===================================================================
--- packages/gamera/trunk/debian/gamera-gui.desktop	                        (rev 0)
+++ packages/gamera/trunk/debian/gamera-gui.desktop	2010-01-03 16:35:34 UTC (rev 10977)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=gamera-gui
+Icon=gamera-gui.xpm
+GenericName=GUI for the Gamera framework
+Exec=/usr/bin/gamera_gui %f
+Terminal=false
+Categories=Graphics;OCR;

Added: packages/gamera/trunk/debian/gamera-gui.dirs
===================================================================
--- packages/gamera/trunk/debian/gamera-gui.dirs	                        (rev 0)
+++ packages/gamera/trunk/debian/gamera-gui.dirs	2010-01-03 16:35:34 UTC (rev 10977)
@@ -0,0 +1 @@
+usr/share/pixmaps

Modified: packages/gamera/trunk/debian/gamera-gui.install
===================================================================
--- packages/gamera/trunk/debian/gamera-gui.install	2010-01-03 16:31:21 UTC (rev 10976)
+++ packages/gamera/trunk/debian/gamera-gui.install	2010-01-03 16:35:34 UTC (rev 10977)
@@ -1,2 +1,3 @@
 usr/lib/python*/*-packages/gamera/gui/
 usr/bin/gamera_gui
+debian/gamera-gui.desktop usr/share/applications/

Added: packages/gamera/trunk/debian/gamera-gui.menu
===================================================================
--- packages/gamera/trunk/debian/gamera-gui.menu	                        (rev 0)
+++ packages/gamera/trunk/debian/gamera-gui.menu	2010-01-03 16:35:34 UTC (rev 10977)
@@ -0,0 +1,4 @@
+?package(gamera-gui):needs="X11" \
+    section="Applications/Graphics" \
+    icon="gamera-gui.xpm" \
+    title="GUI for the Gamera framework" command="/usr/bin/gamera_gui"

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2010-01-03 16:31:21 UTC (rev 10976)
+++ packages/gamera/trunk/debian/rules	2010-01-03 16:35:34 UTC (rev 10977)
@@ -50,6 +50,7 @@
 install-indep: build-indep
 	dh install -i --until dh_install
 	find debian/gamera-gui/ -name has_gui.py -delete
+	pngtopnm < gamera/pixmaps/icon.png | ppmtoxpm > debian/gamera-gui/usr/share/pixmaps/gamera-gui.xpm
 	dh install -i --before dh_link
 	for version in $(shell pyversions -r); do \
 	for suffix in "" _d; do \




More information about the Python-modules-commits mailing list