[Python-modules-commits] [xhtml2pdf] 04/13: update build scripts in debian/rules

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 30 04:27:16 UTC 2017


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

dparsons pushed a commit to branch master
in repository xhtml2pdf.

commit 29aa0ff7746f32860c1afdd3ee8f5acba2963ddd
Author: Drew Parsons <dparsons at emerall.com>
Date:   Mon Oct 30 10:31:45 2017 +0800

    update build scripts in debian/rules
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index cba2534..9b6f937 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DB2MAN=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
 
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_auto_build:
 	# build the manpage
@@ -19,7 +19,7 @@ override_dh_auto_install:
 	dh_auto_install
 	# /usr/bin/xhtml2pdf and /usr/bin/pisa are the same thing,
 	# let's only install the one, that is documented
-	rm debian/python-pisa/usr/bin/pisa
+	#rm debian/python-pisa/usr/bin/pisa
 
 override_dh_clean:
 	-rm xhtml2pdf.1
@@ -28,4 +28,4 @@ override_dh_clean:
 override_dh_installexamples:
 	dh_installexamples
 	# remove useless MacOSX resource fork file
-	rm debian/python-pisa/usr/share/doc/python-pisa/examples/djangoproject/._views.py
+	#rm debian/python-pisa/usr/share/doc/python-pisa/examples/djangoproject/._views.py

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



More information about the Python-modules-commits mailing list