[Python-apps-commits] r2079 - in packages/lazygal/trunk/debian (changelog control rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Mon Dec 15 13:48:51 UTC 2008
Date: Monday, December 15, 2008 @ 13:48:50
Author: nijel
Revision: 2079
Switch to python-support (in fact the switch did happen unintentionally in
0.3.1-3, but build deps reflect it now).
Modified:
packages/lazygal/trunk/debian/changelog
packages/lazygal/trunk/debian/control
packages/lazygal/trunk/debian/rules
Modified: packages/lazygal/trunk/debian/changelog
===================================================================
--- packages/lazygal/trunk/debian/changelog 2008-12-15 13:42:47 UTC (rev 2078)
+++ packages/lazygal/trunk/debian/changelog 2008-12-15 13:48:50 UTC (rev 2079)
@@ -10,9 +10,10 @@
lintian warning.
[ Michal ÄihaÅ ]
- * Use properly python_central together with dh.
+ * Switch to python-support (in fact the switch did happen unintentionally in
+ 0.3.1-3, but build deps reflect it now).
- -- Michal ÄihaÅ <nijel at debian.org> Mon, 15 Dec 2008 14:41:59 +0100
+ -- Michal ÄihaÅ <nijel at debian.org> Mon, 15 Dec 2008 14:47:01 +0100
lazygal (0.4-1) unstable; urgency=low
Modified: packages/lazygal/trunk/debian/control
===================================================================
--- packages/lazygal/trunk/debian/control 2008-12-15 13:42:47 UTC (rev 2078)
+++ packages/lazygal/trunk/debian/control 2008-12-15 13:48:50 UTC (rev 2079)
@@ -4,9 +4,8 @@
Maintainer: Michal ÄihaÅ <nijel at debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python-dev, python-central (>= 0.6.7)
+Build-Depends-Indep: python-dev, python-support (>= 0.5.3)
Standards-Version: 3.8.0
-XS-Python-Version: current
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/lazygal/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/lazygal/trunk/
Homepage: http://sousmonlit.dyndns.org/~niol/playa/oss:lazygal
Modified: packages/lazygal/trunk/debian/rules
===================================================================
--- packages/lazygal/trunk/debian/rules 2008-12-15 13:42:47 UTC (rev 2078)
+++ packages/lazygal/trunk/debian/rules 2008-12-15 13:48:50 UTC (rev 2079)
@@ -9,7 +9,7 @@
dh clean
install: build
- dh --with python_central install
+ dh install
binary-indep: build install
dh binary-indep
More information about the Python-apps-commits
mailing list