[Reproducible-commits] [debbindiff] 07/08: Switch to pybuild as dh buildsystem

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Jul 31 08:54:51 UTC 2015


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

lunar pushed a commit to branch master
in repository debbindiff.

commit 98f23dd7f13f92e4bb574c206f11c3f12f49fda8
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Jul 31 07:46:18 2015 +0000

    Switch to pybuild as dh buildsystem
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index a78c228..a30453e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,7 @@
 VERSION = $(shell dpkg-parsechangelog --show-field Version)
 
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
-
-override_dh_auto_build:
-	dh_auto_build -O--buildsystem=python_distutils
+	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_gencontrol:
 	echo "debbindiff:Recommends=$$(./debbindiff.py --list-tools | tail -n 1 | \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list