[Python-modules-commits] [cssutils] 01/01: Update X-Python{, 3}-Version fields

Hugo Lefeuvre hle at moszumanska.debian.org
Sat Sep 23 14:22:26 UTC 2017


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

hle pushed a commit to branch master
in repository cssutils.

commit 28e7f98e7d72bc0e1ec8c5d3e1b73721850979ed
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Sat Sep 23 15:28:52 2017 +0200

    Update X-Python{,3}-Version fields
---
 debian/control | 4 ++--
 debian/rules   | 4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 4f9092b..6e58427 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 10),
                dh-python
 Standards-Version: 4.0.0
 Homepage: http://cthedot.de/cssutils/
-X-Python-Version: >= 2.5
-X-Python3-Version: >= 3.0
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/cssutils.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/cssutils.git
 
diff --git a/debian/rules b/debian/rules
index af9ed2d..708e35c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,11 @@
 export PYBUILD_NAME=cssutils
 export PYBUILD_DEST_DIR_python2=debian/python-cssutils
 export PYBUILD_TEST_python2=--test-nose
-export PYBUILD_INSTALL_ARGS_python2=--install-layout=deb
 export PYBUILD_DEST_DIR_python3=debian/python3-cssutils
 export PYBUILD_TEST_python3=--test-nose
-export PYBUILD_INSTALL_ARGS_python3=--install-layout=deb
 
 %:
-	dh $@ --with python2,python3, --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
 	# Disable tests requiring internet access.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cssutils.git



More information about the Python-modules-commits mailing list