r12505 - packages/trunk/ardentryst/debian

Vincent Cheng vincentc-guest at alioth.debian.org
Sun Jul 10 03:12:07 UTC 2011


Author: vincentc-guest
Date: 2011-07-10 03:12:07 +0000 (Sun, 10 Jul 2011)
New Revision: 12505

Modified:
   packages/trunk/ardentryst/debian/changelog
   packages/trunk/ardentryst/debian/control
   packages/trunk/ardentryst/debian/rules
Log:
ardentryst: Transition to dh_python2.


Modified: packages/trunk/ardentryst/debian/changelog
===================================================================
--- packages/trunk/ardentryst/debian/changelog	2011-07-10 03:06:27 UTC (rev 12504)
+++ packages/trunk/ardentryst/debian/changelog	2011-07-10 03:12:07 UTC (rev 12505)
@@ -1,14 +1,15 @@
-ardentryst (1.71-2) UNRELEASED; urgency=low
+ardentryst (1.71-2) unstable; urgency=low
 
   * Change maintainer field in debian/control to:
     Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
   * Add myself to uploaders.
   * Add Vcs-* entries to debian/control.
+  * Transition to dh_python2.
   * Update Standards version from 3.9.1 to 3.9.2 - no changes required.
   * Update debhelper compatiblity level from 7 to 8.
   * Update debian/copyright to conform to DEP-5.
 
- -- 
+ -- Vincent Cheng <Vincentc1208 at gmail.com>  Sat, 9 Jul 2011 20:09:34 -0700
 
 ardentryst (1.71-1) unstable; urgency=low
 

Modified: packages/trunk/ardentryst/debian/control
===================================================================
--- packages/trunk/ardentryst/debian/control	2011-07-10 03:06:27 UTC (rev 12504)
+++ packages/trunk/ardentryst/debian/control	2011-07-10 03:12:07 UTC (rev 12505)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Vincent Cheng <Vincentc1208 at gmail.com>
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~)
 Standards-Version: 3.9.2
+X-Python-Version: >= 2.6
 Homepage: http://jordan.trudgett.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ardentryst/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ardentryst/?op=log

Modified: packages/trunk/ardentryst/debian/rules
===================================================================
--- packages/trunk/ardentryst/debian/rules	2011-07-10 03:06:27 UTC (rev 12504)
+++ packages/trunk/ardentryst/debian/rules	2011-07-10 03:12:07 UTC (rev 12505)
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
 %:
-	dh $@ 
+	dh $@ --with python2




More information about the Pkg-games-commits mailing list