[Python-modules-commits] [deap] 08/17: deb/rules: removed DEB_BUILD_OPTIONS=nodocs switch from dh_auto_install

Daniel Stender danstender-guest at moszumanska.debian.org
Sun Mar 20 01:33:44 UTC 2016


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

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

commit fa465e021351bcd039b476317e24dcb0c2ed49f5
Author: Daniel Stender <stender at debian.org>
Date:   Sun Mar 20 01:51:37 2016 +0100

    deb/rules: removed DEB_BUILD_OPTIONS=nodocs switch from dh_auto_install
---
 debian/changelog | 6 ++++--
 debian/rules     | 2 --
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aa44b31..f87c135 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
 deap (1.0.2.post2-1) UNRELEASED; urgency=medium
 
   * New upstream release (Closes: #818717).
-  * deb/rules: added export for LC_ALL (build needs UTF-8).
+  * deb/rules:
+    + added export for LC_ALL (build needs UTF-8).
+    + removed DEB_BUILD_OPTIONS=nodocs switch from dh_auto_install (obsolete).
 
- -- Daniel Stender <stender at debian.org>  Sun, 20 Mar 2016 01:47:51 +0100
+ -- Daniel Stender <stender at debian.org>  Sun, 20 Mar 2016 01:50:24 +0100
 
 deap (1.0.1-4) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 10c4cc7..87f099b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,9 @@ export LC_ALL=C.UTF-8
 
 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 doc debian/deap-doc/usr/share/doc/deap-doc/html
 	rdfind -outputname /dev/null -makesymlinks true debian/deap-doc
 	symlinks -r -s -c debian/deap-doc
-endif
 
 override_dh_compress:
 	dh_compress -X.py -X.json -X.csv -X.cpp # save examples

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



More information about the Python-modules-commits mailing list