[Python-modules-commits] [python-repoze.lru] 01/09: debian/rules: clean up comment

Takaki Taniguchi takaki at moszumanska.debian.org
Sun Feb 4 02:34:12 UTC 2018


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

takaki pushed a commit to branch master
in repository python-repoze.lru.

commit c9684fac332255bc63644075b1b3fa8626554b7f
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Sun Feb 4 11:24:23 2018 +0900

    debian/rules: clean up comment
---
 debian/rules | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/debian/rules b/debian/rules
index 534c5e6..77fe328 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,30 +1,6 @@
 #!/usr/bin/make -f
 
-#PYTHON2:=$(shell pyversions -r)
-#PYTHON3:=$(shell py3versions -r)
-#py3sdo=set -e; $(foreach py, $(PYTHON3), $(py) $(1);)
-#pyalldo=set -e; $(foreach py, $(PYTHON2) $(PYTHON3), $(py) $(1);)
-
 export PYBUILD_NAME=repoze.lru
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
-#override_dh_auto_build:
-#	dh_auto_build
-#	$(call py3sdo, setup.py build)
-
-#override_dh_auto_install:
-#	dh_auto_install
-#	$(call py3sdo, setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb)
-
-#override_dh_auto_clean:
-#	dh_auto_clean
-#	rm -rf build *.egg-info
-
-#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-#override_dh_auto_test:
-#	$(call pyalldo, setup.py test)
-#endif
-
-#override_dh_installchangelogs:
-#	dh_installchangelogs CHANGES.txt

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



More information about the Python-modules-commits mailing list