[Python-modules-commits] [pythonmagick] 01/02: Simplify rules and control

Bastien ROUCARIES broucaries-guest at moszumanska.debian.org
Sun Oct 30 23:01:54 UTC 2016


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

broucaries-guest pushed a commit to branch master
in repository pythonmagick.

commit 274243272283d6a8137fe5511a70bc789a2df465
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Sun Oct 30 23:54:13 2016 +0100

    Simplify rules and control
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2a61484..c82eed4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  libtool (>= 1.5),
  pkg-config,
  python-all,
- python-all-dev (>= 2.5),
+ python-all-dev,
  python-setuptools,
  python3-all,
  python3-all-dev,
diff --git a/debian/rules b/debian/rules
index a8cf6c1..b492f7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export PYBUILD_INSTALL_ARGS=dh_auto_install $d --destdir="{destdir}"
 export PYBUILD_TEST_ARGS=dh_auto_test $d
 
 %:
-	dh $@ --with python2,python3,autoreconf --buildsystem=pybuild --parallel
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_install:
 	dh_auto_install

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



More information about the Python-modules-commits mailing list