[Python-apps-commits] r7380 - in packages/mercurial/trunk/debian (5 files)

vicho-guest at users.alioth.debian.org vicho-guest at users.alioth.debian.org
Sat Jul 30 10:30:07 UTC 2011


    Date: Saturday, July 30, 2011 @ 10:30:06
  Author: vicho-guest
Revision: 7380

Convert to dh_python2

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/control
  packages/mercurial/trunk/debian/rules	(contents, properties)
Deleted:
  packages/mercurial/trunk/debian/pycompat
  packages/mercurial/trunk/debian/pyversions

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2011-07-29 12:32:33 UTC (rev 7379)
+++ packages/mercurial/trunk/debian/changelog	2011-07-30 10:30:06 UTC (rev 7380)
@@ -1,8 +1,9 @@
 mercurial (1.9-2) UNRELEASED; urgency=low
 
   * Remove unneeded binary-without-manpage lintian override.
+  * Convert to dh_python2
 
- -- Javi Merino <cibervicho at gmail.com>  Fri, 29 Jul 2011 14:31:47 +0200
+ -- Javi Merino <cibervicho at gmail.com>  Sat, 30 Jul 2011 10:36:26 +0200
 
 mercurial (1.9-1) unstable; urgency=low
 

Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control	2011-07-29 12:32:33 UTC (rev 7379)
+++ packages/mercurial/trunk/debian/control	2011-07-30 10:30:06 UTC (rev 7380)
@@ -8,12 +8,13 @@
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 8.0.0),
  patchutils (>= 0.2.25), gettext,
- python-support (>= 0.5.3), python-all-dev (>= 2.5.4-1~), python-docutils,
+ python-all-dev (>= 2.6.6-3~), python-docutils,
  zip, unzip
 Standards-Version: 3.9.2
 Homepage: http://mercurial.selenic.com/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/mercurial/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/mercurial/trunk/
+X-Python-Version: >= 2.4
 
 Package: mercurial-common
 Architecture: all 

Deleted: packages/mercurial/trunk/debian/pycompat
===================================================================
--- packages/mercurial/trunk/debian/pycompat	2011-07-29 12:32:33 UTC (rev 7379)
+++ packages/mercurial/trunk/debian/pycompat	2011-07-30 10:30:06 UTC (rev 7380)
@@ -1 +0,0 @@
-2

Deleted: packages/mercurial/trunk/debian/pyversions
===================================================================
--- packages/mercurial/trunk/debian/pyversions	2011-07-29 12:32:33 UTC (rev 7379)
+++ packages/mercurial/trunk/debian/pyversions	2011-07-30 10:30:06 UTC (rev 7380)
@@ -1 +0,0 @@
-2.4-

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2011-07-29 12:32:33 UTC (rev 7379)
+++ packages/mercurial/trunk/debian/rules	2011-07-30 10:30:06 UTC (rev 7380)
@@ -2,7 +2,7 @@
 # -*- mode: makefile; coding: utf-8 -*-
 
 %:
-	dh $@
+	dh $@ --with python2
 
 PYVERS=$(shell pyversions -vs)
 




More information about the Python-apps-commits mailing list