[Python-modules-commits] [python-xmp-toolkit] 08/09: deb/rules: removed check if nodocs is set in DEB_BUILD_OPTIONS

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Feb 20 15:50:16 UTC 2016


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

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

commit 34da6b2dfae1954ef0e1fb03c3cccb769aae5739
Author: Daniel Stender <debian at danielstender.com>
Date:   Sat Feb 20 16:46:34 2016 +0100

    deb/rules: removed check if nodocs is set in DEB_BUILD_OPTIONS
---
 debian/changelog | 3 ++-
 debian/rules     | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 562fba9..dce15e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ python-xmp-toolkit (2.0.1+git20140309.5437b0a-2) UNRELEASED; urgency=medium
     + use HTTPS also for Vcs-Git.
     + removed deprecated Testsuite field.
   * deb/copyright: expanded copyright span for debian/*.
+  * deb/rules: removed check if nodocs is set in DEB_BUILD_OPTIONS (obsolete).
 
- -- Daniel Stender <debian at danielstender.com>  Sat, 20 Feb 2016 16:43:33 +0100
+ -- Daniel Stender <debian at danielstender.com>  Sat, 20 Feb 2016 16:45:11 +0100
 
 python-xmp-toolkit (2.0.1+git20140309.5437b0a-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 38a7454..70aa096 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,7 @@ export PYBUILD_NAME=libxmp
 
 override_dh_auto_install:
 	dh_auto_install
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ debian/python-libxmp-doc/usr/share/doc/python-libxmp-doc/html/
-endif
 
 override_dh_installdocs:
 	dh_installdocs -A README.rst

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



More information about the Python-modules-commits mailing list