[Python-modules-commits] [python-djvulibre] 03/04: deb/rules: dropped nodocs build option check and destdir export

Daniel Stender danstender-guest at moszumanska.debian.org
Thu May 7 14:59:58 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository python-djvulibre.

commit 04391cc97f41c03ee70474d3d249a8bf62ab69c8
Author: Daniel Stender <debian at danielstender.com>
Date:   Thu May 7 12:39:53 2015 +0200

    deb/rules: dropped nodocs build option check and destdir export
---
 debian/changelog | 7 +++++--
 debian/rules     | 4 ----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c73a1cf..d98645e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
 python-djvulibre (0.3.10-2) UNRELEASED; urgency=medium
 
   * deb/control: Vcs-Browser use cgit instead of gitweb.
-  * deb/rules: added override for dh_strip (Closes: #775657).
+  * deb/rules:
+    + added override for dh_strip (Closes: #775657).
+    + dropped nodocs build option check (obsolete) and destdir export
+      (not needed here).
 
- -- Daniel Stender <debian at danielstender.com>  Thu, 07 May 2015 12:27:59 +0200
+ -- Daniel Stender <debian at danielstender.com>  Thu, 07 May 2015 12:36:39 +0200
 
 python-djvulibre (0.3.10-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 0f69789..e42fb32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,6 @@
 #export DH_VERBOSE=1
 #export DEB_BUILD_OPTIONS=nocheck
 export PYBUILD_NAME=djvu
-export PYBUILD_DESTDIR_python2=debian/python-djvu/
-export PYBUILD_DESTDIR_python3=debian/python3-djvu/
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
@@ -17,10 +15,8 @@ override_dh_install:
 	rm -r debian/python*-djvu/usr/lib/python*/dist-packages/djvu/dllpath.py
 
 override_dh_installdocs:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	http_proxy='127.0.0.1:9' python setup.py build_sphinx
 	dh_installdocs -Xobjects.inv -A doc/credits.txt
-endif
 
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))

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



More information about the Python-modules-commits mailing list