[playonlinux] 123/230: Migrate debian/rules to dh_python2

Bertrand Marc bmarc at moszumanska.debian.org
Sun Jul 9 17:41:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit cdce6f9a8714b6031ef95e2969d63d9fa72c1306
Author: Bertrand Marc <beberking at gmail.com>
Date:   Mon Aug 22 20:18:53 2011 +0000

    Migrate debian/rules to dh_python2
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/pycompat  | 1 -
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 08fb1c2..cb5bda4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ playonlinux (4.0.6-1) UNRELEASED; urgency=low
   * 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
 
diff --git a/debian/control b/debian/control
index a2b956c..0ea7ae7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: contrib/otherosfs
 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/
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/rules b/debian/rules
index 1c15315..1478a9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ binary-indep: build install
 	dh_installdocs
 	dh_install
 	dh_installmenu
-	dh_pysupport
+	dh_python2
 	dh_installman
 	dh_link
 	dh_strip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git



More information about the Pkg-games-commits mailing list