[Python-modules-commits] r24954 - in packages/louie/trunk/debian (4 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Tue Jun 25 19:12:55 UTC 2013
Date: Tuesday, June 25, 2013 @ 19:12:53
Author: dktrkranz
Revision: 24954
Convert from python-central to dh_python2
Modified:
packages/louie/trunk/debian/changelog
packages/louie/trunk/debian/control
packages/louie/trunk/debian/rules
Deleted:
packages/louie/trunk/debian/pycompat
Modified: packages/louie/trunk/debian/changelog
===================================================================
--- packages/louie/trunk/debian/changelog 2013-06-25 18:01:18 UTC (rev 24953)
+++ packages/louie/trunk/debian/changelog 2013-06-25 19:12:53 UTC (rev 24954)
@@ -1,5 +1,7 @@
-louie (1.1-2) UNRELEASED; urgency=low
+louie (1.1-3) unstable; urgency=low
+ * Team upload.
+
[ Loic Minier ]
* Suggest python-twisted and python-qt3; thanks Piotr Ożarowski.
@@ -16,8 +18,11 @@
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:01:12 +0200
+ [ Andrea Colangelo ]
+ * Convert to dh_python2 (Closes: #616878).
+ -- Andrea Colangelo <warp10 at ubuntu.com> Tue, 25 Jun 2013 21:05:13 +0200
+
louie (1.1-1.1) unstable; urgency=low
* NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490476.
Modified: packages/louie/trunk/debian/control
===================================================================
--- packages/louie/trunk/debian/control 2013-06-25 18:01:18 UTC (rev 24953)
+++ packages/louie/trunk/debian/control 2013-06-25 19:12:53 UTC (rev 24954)
@@ -3,13 +3,12 @@
Priority: optional
Maintainer: Loic Minier <lool at dooz.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.47),
+Build-Depends: cdbs (>= 0.4.90~),
debhelper (>= 5.0.37.2),
- python-central (>= 0.5.6),
- python-dev (>= 2.3),
+ python-dev (>= 2.6.6-3~),
python-setuptools
Standards-Version: 3.7.2
-XS-Python-Version: >= 2.3
+X-Python-Version: >= 2.3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/louie/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/louie/trunk/
Homepage: http://pylouie.org/
@@ -19,7 +18,6 @@
Depends: ${misc:Depends},
${python:Depends}
Suggests: python-twisted, python-qt3
-XB-Python-Version: ${python:Versions}
Description: Python signal dispatching mechanism
Louie provides Python programmers with a straightforward way to
dispatch signals between objects in a wide variety of contexts. It is
Deleted: packages/louie/trunk/debian/pycompat
===================================================================
--- packages/louie/trunk/debian/pycompat 2013-06-25 18:01:18 UTC (rev 24953)
+++ packages/louie/trunk/debian/pycompat 2013-06-25 19:12:53 UTC (rev 24954)
@@ -1 +0,0 @@
-2
Modified: packages/louie/trunk/debian/rules
===================================================================
--- packages/louie/trunk/debian/rules 2013-06-25 18:01:18 UTC (rev 24953)
+++ packages/louie/trunk/debian/rules 2013-06-25 19:12:53 UTC (rev 24954)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM := pycentral
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
More information about the Python-modules-commits
mailing list