[python-fabio] 29/73: no need to use --buildsystem=python_distutils

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Jan 5 11:34:06 UTC 2016


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

picca pushed a commit to branch master
in repository python-fabio.

commit cd830f6f0297e88f6d4d7abd491864bd4625fa85
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Nov 2 21:14:20 2013 +0100

    no need to use --buildsystem=python_distutils
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bfded3b..1765b71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python2
 
 override_dh_clean:
 	dh_clean

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



More information about the debian-science-commits mailing list