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

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Wed Jan 16 20:53:53 UTC 2008


    Date: Wednesday, January 16, 2008 @ 20:53:52
  Author: rainct-guest
Revision: 534

0.2.1

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

Modified: packages/topshelf/trunk/debian/changelog
===================================================================
--- packages/topshelf/trunk/debian/changelog	2008-01-16 19:29:31 UTC (rev 533)
+++ packages/topshelf/trunk/debian/changelog	2008-01-16 20:53:52 UTC (rev 534)
@@ -1,4 +1,4 @@
-topshelf (0.2-1) unstable; urgency=low
+topshelf (0.2.1-1) unstable; urgency=low
 
   * Initial release (Closes: #460455).
 

Modified: packages/topshelf/trunk/debian/control
===================================================================
--- packages/topshelf/trunk/debian/control	2008-01-16 19:29:31 UTC (rev 533)
+++ packages/topshelf/trunk/debian/control	2008-01-16 20:53:52 UTC (rev 534)
@@ -7,9 +7,9 @@
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/topshelf/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/topshelf/trunk/?op=log
 Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38)
-Build-Depends-Indep: python-central (>= 0.5.6)
+Build-Depends-Indep: python-support (>= 0.6)
 Standards-Version: 3.7.3
-XS-Python-Version: >= 2.5
+XS-Python-Version: >= 2.4
 
 Package: topshelf
 Architecture: all

Modified: packages/topshelf/trunk/debian/rules
===================================================================
--- packages/topshelf/trunk/debian/rules	2008-01-16 19:29:31 UTC (rev 533)
+++ packages/topshelf/trunk/debian/rules	2008-01-16 20:53:52 UTC (rev 534)
@@ -5,18 +5,13 @@
 # Define commonly used paths
 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
-	
+binary-install/topshelf::	
 	# Rename topshelf-48.png
 	mv $(APPDIR)/usr/share/pixmaps/topshelf-48.png $(APPDIR)/usr/share/pixmaps/topshelf.png
 	
 	# Fix the path to the icons
 	sed -i "s/pixmaps/topshelf/g" $(APPDIR)/usr/lib/gnome-panel/topshelf.py
 	sed -i "s/topshelf-48.png/topshelf.png/g" $(APPDIR)/usr/lib/bonobo/servers/topshelf.server
+	
+	# Call pysupport
+	dh_pysupport /usr/lib/bonobo/servers/




More information about the Python-apps-commits mailing list