[Python-apps-commits] r3556 - in packages/phatch/trunk/debian (phatch-cli.links rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Aug 26 20:10:41 UTC 2009


    Date: Wednesday, August 26, 2009 @ 20:10:41
  Author: piotr
Revision: 3556

fix paths (one "phatch/" too many ;)

Modified:
  packages/phatch/trunk/debian/phatch-cli.links
  packages/phatch/trunk/debian/rules

Modified: packages/phatch/trunk/debian/phatch-cli.links
===================================================================
--- packages/phatch/trunk/debian/phatch-cli.links	2009-08-26 20:10:05 UTC (rev 3555)
+++ packages/phatch/trunk/debian/phatch-cli.links	2009-08-26 20:10:41 UTC (rev 3556)
@@ -1,2 +1,3 @@
 /usr/share/fonts/truetype/freefont/FreeSans.ttf /usr/share/phatch/data/fonts/FreeSans.ttf
 /usr/share/fonts/truetype/thai/Purisa.ttf /usr/share/phatch/data/fonts/Purisa.ttf
+/usr/share/phatch/phatch/phatch.py /usr/bin/phatch

Modified: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules	2009-08-26 20:10:05 UTC (rev 3555)
+++ packages/phatch/trunk/debian/rules	2009-08-26 20:10:41 UTC (rev 3556)
@@ -14,11 +14,12 @@
 
 binary-install/phatch-cli::
 	find $(PKG_C_DIR) -name '*.py[co]' -delete
+	chmod +x $(PKG_C_DIR)/usr/share/phatch/phatch/phatch.py
 
 binary-install/phatch:: binary-install/phatch-cli
-	mkdir -p $(PKG_P_DIR)/usr/share/phatch/phatch/phatch/lib
-	mv $(PKG_C_DIR)/usr/share/phatch/phatch/pyWx $(PKG_P_DIR)/usr/share/phatch/phatch/phatch
-	mv $(PKG_C_DIR)/usr/share/phatch/phatch/lib/pyWx $(PKG_P_DIR)/usr/share/phatch/phatch/phatch/lib
+	mkdir -p $(PKG_P_DIR)/usr/share/phatch/phatch/lib
+	mv $(PKG_C_DIR)/usr/share/phatch/phatch/pyWx $(PKG_P_DIR)/usr/share/phatch/phatch
+	mv $(PKG_C_DIR)/usr/share/phatch/phatch/lib/pyWx $(PKG_P_DIR)/usr/share/phatch/phatch/lib
 	dh_icons
 
 binary-install/phatch-nautilus:: binary-install/phatch-cli




More information about the Python-apps-commits mailing list