[Python-modules-commits] r9729 - in packages/pycryptopp/trunk/debian (changelog rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Sep 10 18:29:00 UTC 2009
Date: Thursday, September 10, 2009 @ 18:28:59
Author: piotr
Revision: 9729
* Prepare for Python 2.6:
- add $(py_setup_install_args) to the install args (LP: #427025)
Modified:
packages/pycryptopp/trunk/debian/changelog
packages/pycryptopp/trunk/debian/rules
Modified: packages/pycryptopp/trunk/debian/changelog
===================================================================
--- packages/pycryptopp/trunk/debian/changelog 2009-09-10 16:46:45 UTC (rev 9728)
+++ packages/pycryptopp/trunk/debian/changelog 2009-09-10 18:28:59 UTC (rev 9729)
@@ -1,3 +1,11 @@
+pycryptopp (0.5.15-2) unstable; urgency=low
+
+ [ Piotr Ożarowski ]
+ * Prepare for Python 2.6:
+ - add $(py_setup_install_args) to the install args (LP: #427025)
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Thu, 10 Sep 2009 20:18:04 +0200
+
pycryptopp (0.5.15-1) unstable; urgency=low
[ Piotr Ożarowski ]
Modified: packages/pycryptopp/trunk/debian/rules
===================================================================
--- packages/pycryptopp/trunk/debian/rules 2009-09-10 16:46:45 UTC (rev 9728)
+++ packages/pycryptopp/trunk/debian/rules 2009-09-10 18:28:59 UTC (rev 9729)
@@ -42,7 +42,7 @@
install-python%: build
dh_installdirs
- python$* setup.py install \
+ python$* setup.py install $(py_setup_install_args) \
--skip-build --single-version-externally-managed --root $(PKGDIR)
# move test vectors outside site-packages
if [ -d $(PKGDIR)/usr/share/python-pycryptopp/testvectors ]; then \
@@ -51,7 +51,7 @@
touch $@
install-debug-python%: build
- python$*-dbg setup.py install \
+ python$*-dbg setup.py install $(py_setup_install_args) \
--skip-build --single-version-externally-managed --root $(PKGDIR)-dbg/
find $(PKGDIR)-dbg/usr/lib/python$*/ ! -type d ! -name '*_d\.so' -delete
find $(PKGDIR)-dbg/usr/lib/python$*/ -depth -empty -delete
More information about the Python-modules-commits
mailing list