[scoop] 13/14: deb/rules: dropped check for nodocs in DEB_BUILD_OPTIONS

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Mar 21 16:50:47 UTC 2016


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

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

commit f538536cd2626caabe1ae740bcc33fe010fc11ea
Author: Daniel Stender <stender at debian.org>
Date:   Mon Mar 21 17:33:12 2016 +0100

    deb/rules: dropped check for nodocs in DEB_BUILD_OPTIONS
---
 debian/changelog | 5 ++++-
 debian/rules     | 2 --
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 24f89cb..025a5e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,10 +8,13 @@ scoop (0.7.1.1-1) UNRELEASED; urgency=medium
     + use HTTPS for Vcs-Browser and Vcs-Git.
     + dropped Testsuite field (deprecated).
   * deb/copyright: updated.
+  * deb/rules:
+    + dropped check for nodocs in DEB_BUILD_OPTIONS in dh_auto_install
+      override (obsolete).
   * deb/gbp.conf: updated config section name.
   * Added deb/source/options (ignore egg-info).
 
- -- Daniel Stender <stender at debian.org>  Mon, 21 Mar 2016 17:31:47 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 21 Mar 2016 17:32:14 +0100
 
 scoop (0.7.1-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 9cabcd9..cbd776d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,9 +14,7 @@ override_dh_auto_test:
 
 override_dh_auto_install:
 	dh_auto_install
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N doc debian/scoop-doc/usr/share/doc/scoop-doc/html
-endif
 
 override_dh_compress:
 	dh_compress -X.py # save examples

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scoop.git



More information about the debian-science-commits mailing list