[Python-modules-commits] [python-zeroconf] 01/01: Commented some lines in d/rules

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon May 25 08:57:30 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository python-zeroconf.

commit 22824db16ece5b05665fdb297e4879452439d18f
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon May 25 10:56:47 2015 +0200

    Commented some lines in d/rules
---
 debian/rules | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index bc22ac9..a50b80f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,16 +8,16 @@ override_dh_auto_clean:
 	$(RM) -r build
 	dh_auto_clean
 
-override_dh_auto_build:
-	dh_auto_build
-	set -ex; for python in $(shell py3versions -r); do \
-		$$python setup.py build; \
-	done
-
-override_dh_auto_install:
-	dh_auto_install
-	set -ex; for python in $(shell py3versions -r); do \
-		$$python setup.py install --install-layout=deb --root $(CURDIR)/debian/tmp; \
-	done
+#override_dh_auto_build:
+#	dh_auto_build
+#	set -ex; for python in $(shell py3versions -r); do \
+#		$$python setup.py build; \
+#	done
+#
+#override_dh_auto_install:
+#	dh_auto_install
+#	set -ex; for python in $(shell py3versions -r); do \
+#		$$python setup.py install --install-layout=deb --root $(CURDIR)/debian/tmp; \
+#	done
 
 

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



More information about the Python-modules-commits mailing list