[Python-apps-commits] r8344 - in packages/rabbitvcs/trunk/debian (5 files)

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Sun Mar 18 08:51:05 UTC 2012


    Date: Sunday, March 18, 2012 @ 08:51:04
  Author: adejong
Revision: 8344

  * Switch to using dh_python2.

Modified:
  packages/rabbitvcs/trunk/debian/changelog
  packages/rabbitvcs/trunk/debian/control
  packages/rabbitvcs/trunk/debian/rules
Deleted:
  packages/rabbitvcs/trunk/debian/pycompat
  packages/rabbitvcs/trunk/debian/pyversions

Modified: packages/rabbitvcs/trunk/debian/changelog
===================================================================
--- packages/rabbitvcs/trunk/debian/changelog	2012-03-18 07:52:50 UTC (rev 8343)
+++ packages/rabbitvcs/trunk/debian/changelog	2012-03-18 08:51:04 UTC (rev 8344)
@@ -14,8 +14,9 @@
   [ Arthur de Jong ]
   * Move packaging to Python Applications Packaging Team repository,
     updating maintainer and Vcs-* fields.
+  * Switch to using dh_python2.
 
- -- Arthur de Jong <adejong at debian.org>  Sun, 18 Mar 2012 08:51:35 +0100
+ -- Arthur de Jong <adejong at debian.org>  Sun, 18 Mar 2012 09:50:43 +0100
 
 rabbitvcs (0.13.1-2) unstable; urgency=low
 

Modified: packages/rabbitvcs/trunk/debian/control
===================================================================
--- packages/rabbitvcs/trunk/debian/control	2012-03-18 07:52:50 UTC (rev 8343)
+++ packages/rabbitvcs/trunk/debian/control	2012-03-18 08:51:04 UTC (rev 8344)
@@ -4,11 +4,10 @@
 Section: devel
 Priority: optional
 Build-Depends: debhelper (>= 7),
-               python (>= 2.5.2)
-Build-Depends-Indep: python-support (>= 0.5.3),
-                     pkg-config (>= 0.20)
+               python (>= 2.6.6-3~)
+Build-Depends-Indep: pkg-config (>= 0.20)
 Standards-Version: 3.9.2
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 Homepage: http://www.rabbitvcs.org
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/rabbitvcs/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/rabbitvcs/trunk/

Deleted: packages/rabbitvcs/trunk/debian/pycompat
===================================================================
--- packages/rabbitvcs/trunk/debian/pycompat	2012-03-18 07:52:50 UTC (rev 8343)
+++ packages/rabbitvcs/trunk/debian/pycompat	2012-03-18 08:51:04 UTC (rev 8344)
@@ -1 +0,0 @@
-2

Deleted: packages/rabbitvcs/trunk/debian/pyversions
===================================================================
--- packages/rabbitvcs/trunk/debian/pyversions	2012-03-18 07:52:50 UTC (rev 8343)
+++ packages/rabbitvcs/trunk/debian/pyversions	2012-03-18 08:51:04 UTC (rev 8344)
@@ -1 +0,0 @@
-2.5-

Modified: packages/rabbitvcs/trunk/debian/rules
===================================================================
--- packages/rabbitvcs/trunk/debian/rules	2012-03-18 07:52:50 UTC (rev 8343)
+++ packages/rabbitvcs/trunk/debian/rules	2012-03-18 08:51:04 UTC (rev 8344)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode. 
+# Uncomment this to turn on verbose mode.
 # export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-apps-commits mailing list