r13723 - in /packages/unstable/hotwire/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Dec 3 21:44:14 UTC 2007


Author: joss
Date: Mon Dec  3 21:44:14 2007
New Revision: 13723

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13723
Log:
* Replace python2.x by python in the script headers.
* Include python-distutils after the custom install target so that 
  dh_pysupport is called at the right time.

Modified:
    packages/unstable/hotwire/debian/changelog
    packages/unstable/hotwire/debian/rules

Modified: packages/unstable/hotwire/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/changelog?rev=13723&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/changelog (original)
+++ packages/unstable/hotwire/debian/changelog Mon Dec  3 21:44:14 2007
@@ -14,6 +14,9 @@
     + Call dh_desktop and dh_icons.
   * Require debhelper 5.0.51.
   * Improve long description.
+  * Replace python2.x by python in the script headers.
+  * Include python-distutils after the custom install target so that 
+    dh_pysupport is called at the right time.
 
  -- Josselin Mouette <joss at debian.org>  Sat, 10 Nov 2007 14:43:34 +0100
 

Modified: packages/unstable/hotwire/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hotwire/debian/rules?rev=13723&op=diff
==============================================================================
--- packages/unstable/hotwire/debian/rules (original)
+++ packages/unstable/hotwire/debian/rules Mon Dec  3 21:44:14 2007
@@ -5,15 +5,15 @@
 TARBALL_EXT := zip
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+binary-install/hotwire::
+	convert -crop 22x22+1+1 debian/hotwire/usr/share/icons/hicolor/24x24/apps/hotwire.png debian/hotwire/usr/share/icons/hicolor/22x22/apps/hotwire.png
+	sed -i "1 s,python2..,python," debian/hotwire/usr/bin/*
 # We need to refactor gnome.mk into gnome-autotools.mk and gnome.mk.
-binary-install/hotwire::
 	dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS)
 	dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONS_ARGS)
 
-binary-post-install/hotwire::
-	convert -crop 22x22+1+1 debian/hotwire/usr/share/icons/hicolor/24x24/apps/hotwire.png debian/hotwire/usr/share/icons/hicolor/22x22/apps/hotwire.png
+include /usr/share/cdbs/1/class/python-distutils.mk




More information about the pkg-gnome-commits mailing list