[Python-apps-commits] r533 - in packages/topshelf/trunk/debian (control rules)

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Wed Jan 16 19:29:32 UTC 2008


    Date: Wednesday, January 16, 2008 @ 19:29:31
  Author: rainct-guest
Revision: 533

change section

Modified:
  packages/topshelf/trunk/debian/control
  packages/topshelf/trunk/debian/rules

Modified: packages/topshelf/trunk/debian/control
===================================================================
--- packages/topshelf/trunk/debian/control	2008-01-16 19:13:47 UTC (rev 532)
+++ packages/topshelf/trunk/debian/control	2008-01-16 19:29:31 UTC (rev 533)
@@ -1,5 +1,5 @@
 Source: topshelf
-Section: x11
+Section: gnome
 Priority: optional
 Maintainer: Siegfried-Angel Gevatter Pujals (RainCT) <rainct at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>

Modified: packages/topshelf/trunk/debian/rules
===================================================================
--- packages/topshelf/trunk/debian/rules	2008-01-16 19:13:47 UTC (rev 532)
+++ packages/topshelf/trunk/debian/rules	2008-01-16 19:29:31 UTC (rev 533)
@@ -6,10 +6,14 @@
 APPDIR=$(CURDIR)/debian/topshelf
 
 binary-install/topshelf::
+	# Fix shabang, if required
 ifeq (old,$(shell dpkg --compare-versions "`pyversions -vd`" lt '2.5' && echo old))
 	sed -i -e "1s,env python,python2.5," $(APPDIR)/usr/lib/gnome-panel/topshelf.py
 endif
+	
+	# Call pycentral
 	dh_pycentral
+	
 	# Rename topshelf-48.png
 	mv $(APPDIR)/usr/share/pixmaps/topshelf-48.png $(APPDIR)/usr/share/pixmaps/topshelf.png
 	




More information about the Python-apps-commits mailing list