[Python-apps-commits] r6687 - in packages/smem/trunk/debian (4 files)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Mon Feb 21 10:08:33 UTC 2011
Date: Monday, February 21, 2011 @ 10:08:20
Author: nijel
Revision: 6687
Switch to dh_python2.
Modified:
packages/smem/trunk/debian/changelog
packages/smem/trunk/debian/control
packages/smem/trunk/debian/examples
packages/smem/trunk/debian/rules
Modified: packages/smem/trunk/debian/changelog
===================================================================
--- packages/smem/trunk/debian/changelog 2011-02-21 10:05:43 UTC (rev 6686)
+++ packages/smem/trunk/debian/changelog 2011-02-21 10:08:20 UTC (rev 6687)
@@ -2,8 +2,9 @@
* New upstream version.
* All patches intergrated upstream.
+ * Switch to dh_python2.
- -- Michal ÄihaÅ <nijel at debian.org> Mon, 21 Feb 2011 11:02:59 +0100
+ -- Michal ÄihaÅ <nijel at debian.org> Mon, 21 Feb 2011 11:07:59 +0100
smem (0.9-4) unstable; urgency=low
Modified: packages/smem/trunk/debian/control
===================================================================
--- packages/smem/trunk/debian/control 2011-02-21 10:05:43 UTC (rev 6686)
+++ packages/smem/trunk/debian/control 2011-02-21 10:08:20 UTC (rev 6687)
@@ -4,11 +4,12 @@
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, python-support (>= 0.5.3)
+Build-Depends-Indep: python (>= 2.6.6-3)
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/smem/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/smem/trunk/
Homepage: http://www.selenic.com/smem/
+X-Python-Version: >= 2.5
Package: smem
Architecture: all
Modified: packages/smem/trunk/debian/examples
===================================================================
--- packages/smem/trunk/debian/examples 2011-02-21 10:05:43 UTC (rev 6686)
+++ packages/smem/trunk/debian/examples 2011-02-21 10:08:20 UTC (rev 6687)
@@ -1,2 +1 @@
-capture
smemcap.c
Modified: packages/smem/trunk/debian/rules
===================================================================
--- packages/smem/trunk/debian/rules 2011-02-21 10:05:43 UTC (rev 6686)
+++ packages/smem/trunk/debian/rules 2011-02-21 10:08:20 UTC (rev 6687)
@@ -3,4 +3,4 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh --with python2 $@
More information about the Python-apps-commits
mailing list