[Python-modules-commits] [pyglet] 03/08: Build using dh-python instead of python-support. Closes: #786116
Mattia Rizzolo
mattia at mapreri.org
Mon Dec 14 02:28:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository pyglet.
commit df406a8e302bbf31a338aaed001df0111b59a09c
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon Dec 14 02:17:28 2015 +0000
Build using dh-python instead of python-support. Closes: #786116
---
debian/control | 3 ++-
debian/pyversions | 1 -
debian/rules | 2 --
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index df9b03a..f3544a1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,12 @@ Uploaders: Michael Hanke <michael.hanke at gmail.com>,
Per B. Sederberg <psederberg at gmail.com>,
Stephan Peijnik <debian at sp.or.at>,
Yaroslav Halchenko <debian at onerussian.com>
-Build-Depends: cdbs, debhelper (>= 5), python-support (>= 0.6), python
+Build-Depends: cdbs, debhelper (>= 5), dh-python, python
Standards-Version: 3.9.1
Homepage: http://www.pyglet.org
Vcs-Git: git://anonscm.debian.org/python-modules/packages/pyglet.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyglet.git
+X-Python-Version: >= 2.4
Package: python-pyglet
Architecture: all
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index 8b253bc..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.4-
diff --git a/debian/rules b/debian/rules
index 2bc8071..4448e23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,8 @@
# -*- mode: makefile; coding: utf-8 -*-
include /usr/share/cdbs/1/rules/debhelper.mk
-DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/class/python-distutils.mk
-
DEB_COMPRESS_EXCLUDE := .py
DEB_INSTALL_CHANGELOGS_ALL := CHANGELOG
PYGLET_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p' | sed -rne 's,\.dfsg.*$\,,p')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyglet.git
More information about the Python-modules-commits
mailing list