[Python-modules-commits] r10432 - in packages/pyogg/trunk/debian (changelog control rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri Nov 13 22:36:54 UTC 2009
Date: Friday, November 13, 2009 @ 22:36:53
Author: morph
Revision: 10432
* handle Python 2.6 transition; thanks to Piotr O?\197?\188arowski for the report and
suggestions; Closes: #556154
- debian/control
+ bump python-all-dev versioned b-d to '>= 2.5.4-1~'
- debian/rules
+ use '--install-layout=deb' when installing
Modified:
packages/pyogg/trunk/debian/changelog
packages/pyogg/trunk/debian/control
packages/pyogg/trunk/debian/rules
Modified: packages/pyogg/trunk/debian/changelog
===================================================================
--- packages/pyogg/trunk/debian/changelog 2009-11-13 22:33:46 UTC (rev 10431)
+++ packages/pyogg/trunk/debian/changelog 2009-11-13 22:36:53 UTC (rev 10432)
@@ -2,8 +2,14 @@
* debian/control
- bump Standards-Version to 3.8.2 (no changes needed)
+ * handle Python 2.6 transition; thanks to Piotr Ożarowski for the report and
+ suggestions; Closes: #556154
+ - debian/control
+ + bump python-all-dev versioned b-d to '>= 2.5.4-1~'
+ - debian/rules
+ + use '--install-layout=deb' when installing
- -- Sandro Tosi <morph at debian.org> Tue, 07 Jul 2009 19:05:37 +0200
+ -- Sandro Tosi <morph at debian.org> Fri, 13 Nov 2009 23:35:03 +0100
pyogg (1.3+repack-4) unstable; urgency=low
Modified: packages/pyogg/trunk/debian/control
===================================================================
--- packages/pyogg/trunk/debian/control 2009-11-13 22:33:46 UTC (rev 10431)
+++ packages/pyogg/trunk/debian/control 2009-11-13 22:36:53 UTC (rev 10432)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>, Mike O'Connor <stew at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-all-dbg, python-support (>= 0.3), libogg-dev (>> 1.0.0), quilt
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.5.4-1~), python-all-dbg, python-support (>= 0.3), libogg-dev (>> 1.0.0), quilt
Standards-Version: 3.8.2
Homepage: http://ekyo.nerim.net/software/pyogg/index.html
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyogg/trunk/
Modified: packages/pyogg/trunk/debian/rules
===================================================================
--- packages/pyogg/trunk/debian/rules 2009-11-13 22:33:46 UTC (rev 10431)
+++ packages/pyogg/trunk/debian/rules 2009-11-13 22:36:53 UTC (rev 10432)
@@ -53,11 +53,11 @@
dh_installdirs
for py in $(PYVERS); do \
- $$py setup.py install --root=$(CURDIR)/debian/python-ogg; \
+ $$py setup.py install --root=$(CURDIR)/debian/python-ogg --install-layout=deb; \
done
for py in $(PYVERS); do \
- $$py-dbg setup.py install --root=$(CURDIR)/debian/python-ogg-dbg; \
+ $$py-dbg setup.py install --root=$(CURDIR)/debian/python-ogg-dbg --install-layout=deb; \
done
find debian/python-*-dbg ! -type d ! -name '*.so' | xargs rm -f
find debian/python-*-dbg -depth -empty -exec rmdir {} \;
More information about the Python-modules-commits
mailing list