[Python-modules-commits] [deap] 01/02: fix-docs.patch: don't produces PDFs

Daniel Stender danstender-guest at moszumanska.debian.org
Thu Mar 5 14:23:04 UTC 2015


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

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

commit 2e3a32f630bdf6c815a56907018950cbce06a287
Author: Daniel Stender <debian at danielstender.com>
Date:   Thu Mar 5 14:50:15 2015 +0100

    fix-docs.patch: don't produces PDFs
---
 debian/changelog              |  6 ++++--
 debian/patches/fix-docs.patch | 14 ++++++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0fd0f8c..88b7cf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,12 +9,14 @@ deap (1.0.1-4) UNRELEASED; urgency=medium
   * Symlinks for docs package to reduce file redundancy:
     + deb/control: added rdfind and symlinks to b-deps.
     + deb/rules: added auto symlink creation to dh_auto_install override.
-  * fix-docs.patch: enabled and updated extlinks for examples.
+  * fix-docs.patch:
+    + enabled and updated extlinks for examples.
+    + don't produce PDFs (Closes #775303).
   * Autopkgtests:
     + activated Python deprecation warnings.
     + iterate unittests over py{,3}versions.
 
- -- Daniel Stender <debian at danielstender.com>  Fri, 27 Feb 2015 18:45:45 +0100
+ -- Daniel Stender <debian at danielstender.com>  Thu, 05 Mar 2015 14:49:18 +0100
 
 deap (1.0.1-3+deb8u1) unstable; urgency=medium
 
diff --git a/debian/patches/fix-docs.patch b/debian/patches/fix-docs.patch
index 4cd1999..dc331d6 100644
--- a/debian/patches/fix-docs.patch
+++ b/debian/patches/fix-docs.patch
@@ -1,10 +1,20 @@
-Description: fix docs, privacy breaches and minor flaws, extlinks extension
+Description: fix docs: privacy breaches and minor flaws, extlinks extension,
+ don't produce PDFs
 Author: Daniel Stender <debian at danielstender.com>
 Forwarded: no
 Last-Update: 2014-11-03
 --- a/doc/conf.py
 +++ b/doc/conf.py
-@@ -127,11 +127,9 @@
+@@ -37,6 +37,8 @@
+       extensions += ['matplotlib.sphinxext.only_directives',
+                      'matplotlib.sphinxext.plot_directive']
+ 
++plot_formats = [('png', 80), ('hires.png', 200)]
++
+ # Add any paths that contain templates here, relative to this directory.
+ templates_path = ['_templates']
+ 
+@@ -127,11 +129,9 @@
  
  # -- Options for extlinks extension ----------------------------------------------
  

-- 
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