[Python-modules-commits] r17881 - in packages/tagpy/trunk/debian (changelog rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Tue Jul 19 11:15:36 UTC 2011
Date: Tuesday, July 19, 2011 @ 11:15:35
Author: nijel
Revision: 17881
Install package with --install-layout=deb.
Modified:
packages/tagpy/trunk/debian/changelog
packages/tagpy/trunk/debian/rules
Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog 2011-07-19 11:12:25 UTC (rev 17880)
+++ packages/tagpy/trunk/debian/changelog 2011-07-19 11:15:35 UTC (rev 17881)
@@ -5,8 +5,9 @@
* Bump standards to 3.9.2.
* Add build-arch and build-indep targets.
* Migrate to dh_python2.
+ * Install package with --install-layout=deb.
- -- Michal ÄihaÅ <nijel at debian.org> Tue, 19 Jul 2011 13:12:54 +0200
+ -- Michal ÄihaÅ <nijel at debian.org> Tue, 19 Jul 2011 13:16:01 +0200
tagpy (0.94.8-2) unstable; urgency=low
Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules 2011-07-19 11:12:25 UTC (rev 17880)
+++ packages/tagpy/trunk/debian/rules 2011-07-19 11:15:35 UTC (rev 17881)
@@ -21,7 +21,7 @@
override_dh_auto_build: $(PYVERSIONS:%=override_dh_auto_build-%)
override_dh_auto_install-%:
- SITECONF_NAME=siteconf$*.py python$* setup.py build -b build$* install --no-compile --root=debian/python-tagpy
+ SITECONF_NAME=siteconf$*.py python$* setup.py build -b build$* install --no-compile --root=debian/python-tagpy --install-layout=deb
override_dh_auto_install: $(PYVERSIONS:%=override_dh_auto_install-%)
More information about the Python-modules-commits
mailing list