[Python-apps-commits] r3826 - in packages/phatch/trunk/debian (changelog rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Sep 24 18:26:33 UTC 2009
Date: Thursday, September 24, 2009 @ 18:26:32
Author: piotr
Revision: 3826
replace --install-scripts=/usr/bin with --prefix=/usr
(so that data files will be installed in the right place as well)
Modified:
packages/phatch/trunk/debian/changelog
packages/phatch/trunk/debian/rules
Modified: packages/phatch/trunk/debian/changelog
===================================================================
--- packages/phatch/trunk/debian/changelog 2009-09-24 16:56:22 UTC (rev 3825)
+++ packages/phatch/trunk/debian/changelog 2009-09-24 18:26:32 UTC (rev 3826)
@@ -1,3 +1,10 @@
+phatch (0.2.1-3) unstable; urgency=low
+
+ * replace --install-scripts=/usr/bin with --prefix=/usr
+ (so that data files will be installed in the right place as well)
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 24 Sep 2009 20:16:44 +0200
+
phatch (0.2.1-2) unstable; urgency=low
* pass --install-scripts=/usr/bin to setup.py (otherwise it will FTBFS when
Modified: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules 2009-09-24 16:56:22 UTC (rev 3825)
+++ packages/phatch/trunk/debian/rules 2009-09-24 18:26:32 UTC (rev 3826)
@@ -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 --install-scripts=/usr/bin --root=$(PKG_C_DIR)
+DEB_PYTHON_INSTALL_ARGS_ALL = --install-lib=/usr/share/phatch --prefix=/usr --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