[Python-modules-commits] r16430 - in packages/mako/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Apr 7 21:30:59 UTC 2011
Date: Thursday, April 7, 2011 @ 21:30:50
Author: piotr
Revision: 16430
* New upstream release
* Add workaround for "build/lib" bug in Python/distribute
* Standards-Version bumped to 3.9.2 (no changes needed)
Modified:
packages/mako/trunk/debian/changelog
packages/mako/trunk/debian/control
packages/mako/trunk/debian/rules
Modified: packages/mako/trunk/debian/changelog
===================================================================
--- packages/mako/trunk/debian/changelog 2011-04-07 03:02:07 UTC (rev 16429)
+++ packages/mako/trunk/debian/changelog 2011-04-07 21:30:50 UTC (rev 16430)
@@ -1,3 +1,11 @@
+mako (0.4.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Add workaround for "build/lib" bug in Python/distribute
+ * Standards-Version bumped to 3.9.2 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 07 Apr 2011 22:31:45 +0200
+
mako (0.4.0-1) unstable; urgency=low
* New upstream release
Modified: packages/mako/trunk/debian/control
===================================================================
--- packages/mako/trunk/debian/control 2011-04-07 03:02:07 UTC (rev 16429)
+++ packages/mako/trunk/debian/control 2011-04-07 21:30:50 UTC (rev 16430)
@@ -10,7 +10,7 @@
python-sphinx,
# for tests:
python-nose, python-markupsafe
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://www.makotemplates.org/
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.0
Modified: packages/mako/trunk/debian/rules
===================================================================
--- packages/mako/trunk/debian/rules 2011-04-07 03:02:07 UTC (rev 16429)
+++ packages/mako/trunk/debian/rules 2011-04-07 21:30:50 UTC (rev 16430)
@@ -42,6 +42,7 @@
python$* setup.py build_scripts --executable=/usr/bin/python
python$* setup.py install $(py_setup_install_args) \
--root $(call pkgdir,$*)
+ ([ -d build/lib ] && mv build/lib $(shell python$* -c 'from distutils.command.build import build; from distutils.core import Distribution; b = build(Distribution()); b.finalize_options(); print(b.build_platlib)')) || true
binary-indep: build install
dh_testdir -i
More information about the Python-modules-commits
mailing list