[Python-modules-commits] [pychromecast] 01/01: Removed some lines from d/rules. Deleting .pybuild upon dh clean

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon May 25 09:43:38 UTC 2015


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

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

commit be50471f8e718e0063ea64fd373442d79c6822f8
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon May 25 11:43:14 2015 +0200

    Removed some lines from d/rules. Deleting .pybuild upon dh clean
---
 debian/rules | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/debian/rules b/debian/rules
index d9a2ea8..fe9095b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,19 +5,6 @@
 	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_auto_clean:
-	$(RM) -r build
+	$(RM) -r .pybuild
 	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
-#
-

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



More information about the Python-modules-commits mailing list