[Python-apps-commits] r3824 - in packages/phatch/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Sep 24 16:48:11 UTC 2009


    Date: Thursday, September 24, 2009 @ 16:48:10
  Author: piotr
Revision: 3824

pass --install-scripts=/usr/bin to setup.py (otherwise it will FTBFS when
default Python version is >= 2.6)

Modified:
  packages/phatch/trunk/debian/changelog
  packages/phatch/trunk/debian/rules

Modified: packages/phatch/trunk/debian/changelog
===================================================================
--- packages/phatch/trunk/debian/changelog	2009-09-23 21:06:45 UTC (rev 3823)
+++ packages/phatch/trunk/debian/changelog	2009-09-24 16:48:10 UTC (rev 3824)
@@ -1,3 +1,10 @@
+phatch (0.2.1-2) unstable; urgency=low
+
+  * pass --install-scripts=/usr/bin to setup.py (otherwise it will FTBFS when
+    default Python version is >= 2.6)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 24 Sep 2009 18:28:39 +0200
+
 phatch (0.2.1-1) unstable; urgency=low
 
   [ Stani M ]

Modified: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules	2009-09-23 21:06:45 UTC (rev 3823)
+++ packages/phatch/trunk/debian/rules	2009-09-24 16:48:10 UTC (rev 3824)
@@ -11,7 +11,7 @@
 PKG_N_DIR=$(CURDIR)/debian/phatch-nautilus
 
 # install to phatch-cli by default and move files later
-DEB_PYTHON_INSTALL_ARGS_ALL = --install-lib=/usr/share/phatch --root=$(PKG_C_DIR)
+DEB_PYTHON_INSTALL_ARGS_ALL = --install-lib=/usr/share/phatch --install-scripts=/usr/bin --root=$(PKG_C_DIR)
 
 binary-install/phatch-cli::
 	rm -rf $(PKG_C_DIR)/usr/share/phatch/docs # install_data creates it




More information about the Python-apps-commits mailing list