[Python-modules-commits] [htmlmin] 03/08: debian/rules: simplify debian rules file

Adrian Vondendriesch discostu-guest at moszumanska.debian.org
Wed May 10 13:15:29 UTC 2017


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

discostu-guest pushed a commit to branch master
in repository htmlmin.

commit 98a1ab521c650255882bcd275f0911f4d93803d2
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date:   Tue Apr 4 15:10:37 2017 +0200

    debian/rules: simplify debian rules file
---
 debian/rules | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5fa6220..865a394 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,13 +11,10 @@ export PYBUILD_NAME=htmlmin
 override_dh_auto_test:
 	# the specified tests (setup.py) does not exists
 
-override_dh_python3:
-	# No Python 3 cli script.
-	rm -rf debian/python3-htmlmin/usr/bin
-	dh_python3
-
 override_dh_auto_install:
 	dh_auto_install
+	# No Python 3 cli script.
+	rm -rf debian/python3-htmlmin/usr/bin
 	# Use the separate binary package for the cli script.
 	mkdir -p debian/htmlmin/usr/bin
 	mv debian/python-htmlmin/usr/bin/htmlmin \

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



More information about the Python-modules-commits mailing list