r12635 - packages/trunk/playonlinux/debian

Bertrand Marc bbk-guest at alioth.debian.org
Mon Aug 22 20:18:53 UTC 2011


Author: bbk-guest
Date: 2011-08-22 20:18:53 +0000 (Mon, 22 Aug 2011)
New Revision: 12635

Removed:
   packages/trunk/playonlinux/debian/pycompat
Modified:
   packages/trunk/playonlinux/debian/changelog
   packages/trunk/playonlinux/debian/control
   packages/trunk/playonlinux/debian/rules
Log:
Migrate debian/rules to dh_python2

Modified: packages/trunk/playonlinux/debian/changelog
===================================================================
--- packages/trunk/playonlinux/debian/changelog	2011-08-22 19:51:15 UTC (rev 12634)
+++ packages/trunk/playonlinux/debian/changelog	2011-08-22 20:18:53 UTC (rev 12635)
@@ -4,8 +4,9 @@
   * Remove patches/license.diff, not necessary any more.
   * debian/rules: remove permission fixing.
   * debian/rules: add build-arch and build-indep.
+  * Migrate to dh_python2.
 
- -- Bertrand Marc <beberking at gmail.com>  Sun, 21 Aug 2011 18:20:36 +0200
+ -- Bertrand Marc <beberking at gmail.com>  Mon, 22 Aug 2011 22:08:40 +0200
 
 playonlinux (3.8.12-1) UNRELEASED; urgency=low
 

Modified: packages/trunk/playonlinux/debian/control
===================================================================
--- packages/trunk/playonlinux/debian/control	2011-08-22 19:51:15 UTC (rev 12634)
+++ packages/trunk/playonlinux/debian/control	2011-08-22 20:18:53 UTC (rev 12635)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bertrand Marc <beberking at gmail.com>
-Build-Depends: debhelper (>= 7), python-support
+Build-Depends: debhelper (>= 7), python
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/playonlinux/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/playonlinux/

Deleted: packages/trunk/playonlinux/debian/pycompat
===================================================================
--- packages/trunk/playonlinux/debian/pycompat	2011-08-22 19:51:15 UTC (rev 12634)
+++ packages/trunk/playonlinux/debian/pycompat	2011-08-22 20:18:53 UTC (rev 12635)
@@ -1 +0,0 @@
-2

Modified: packages/trunk/playonlinux/debian/rules
===================================================================
--- packages/trunk/playonlinux/debian/rules	2011-08-22 19:51:15 UTC (rev 12634)
+++ packages/trunk/playonlinux/debian/rules	2011-08-22 20:18:53 UTC (rev 12635)
@@ -44,7 +44,7 @@
 	dh_installdocs
 	dh_install
 	dh_installmenu
-	dh_pysupport
+	dh_python2
 	dh_installman
 	dh_link
 	dh_strip




More information about the Pkg-games-commits mailing list