[Python-modules-commits] r30529 - in packages/deap/trunk/debian (8 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Sep 7 23:14:03 UTC 2014


    Date: Sunday, September 7, 2014 @ 23:14:02
  Author: danstender-guest
Revision: 30529

rules: changed override for docs build; improved watchfile; control: renamed docs package, shortened synopsis

Added:
  packages/deap/trunk/debian/deap-doc.doc-base
    (from rev 30514, packages/deap/trunk/debian/python-deap-doc.doc-base)
  packages/deap/trunk/debian/deap-doc.examples
    (from rev 30518, packages/deap/trunk/debian/python-deap-doc.examples)
Modified:
  packages/deap/trunk/debian/changelog
  packages/deap/trunk/debian/control
  packages/deap/trunk/debian/rules
  packages/deap/trunk/debian/watch
Deleted:
  packages/deap/trunk/debian/python-deap-doc.doc-base
  packages/deap/trunk/debian/python-deap-doc.examples

Modified: packages/deap/trunk/debian/changelog
===================================================================
--- packages/deap/trunk/debian/changelog	2014-09-07 20:21:16 UTC (rev 30528)
+++ packages/deap/trunk/debian/changelog	2014-09-07 23:14:02 UTC (rev 30529)
@@ -3,19 +3,20 @@
   * deb/control:
     + Transferred package to individual maintenance.
     + Added package description for python3-deap.
+    + Renamed docs package (changed doc-base accordingly).
     + Updated b-ds and package dependencies.
   * deb/copyright:
     + Removed redundant paragraph.
   * deb/rules:
     + Added export lines for DH_VERBOSE and DEB_BUILD_OPTIONS.
     + Build with Pybuild and dh_sphinxdoc, reduced.
-  * Dropped deb/python-deap-doc.install, added deb/python-deap-doc.examples.
+  * Dropped deb/python-deap-doc.install, added deb/deap-doc.examples.
   * Patches:
-    + added fix-privacy-breach.patch (dropped deb/remove_ga.awk).
+    + Added fix-privacy-breach.patch (dropped deb/remove_ga.awk).
     + doc.patch: added Forwarded info line.
   * Removed deb/source/options and deb/README.source (obsolete).
 
- -- Daniel Stender <debian at danielstender.com>  Sun, 07 Sep 2014 19:23:59 +0200
+ -- Daniel Stender <debian at danielstender.com>  Mon, 08 Sep 2014 00:47:06 +0200
 
 deap (1.0.1-1) unstable; urgency=low
 

Modified: packages/deap/trunk/debian/control
===================================================================
--- packages/deap/trunk/debian/control	2014-09-07 20:21:16 UTC (rev 30528)
+++ packages/deap/trunk/debian/control	2014-09-07 23:14:02 UTC (rev 30529)
@@ -21,7 +21,7 @@
  ${misc:Depends},
  ${python:Depends}
 Suggests:
- python-deap-doc
+ deap-doc
 Description: Distributed Evolutionary Algorithms in Python
  DEAP is intended to be an easy to use distributed evolutionary algorithm
  library in the Python language. Its two main components are modular and can
@@ -37,7 +37,7 @@
  ${misc:Depends},
  ${python3:Depends}
 Suggests:
- python-deap-doc
+ deap-doc
 Description: Distributed Evolutionary Algorithms in Python3
  DEAP is intended to be an easy to use distributed evolutionary algorithm
  library in the Python language. Its two main components are modular and can
@@ -47,7 +47,7 @@
  .
  This package contains the modules for Python3.
 
-Package: python-deap-doc
+Package: deap-doc
 Section: doc
 Architecture: all
 Depends:
@@ -56,7 +56,7 @@
 Recommends:
  python-deap,
  python3-deap
-Description: Distributed Evolutionary Algorithms in Python - documentation
+Description: Distributed Evolutionary Algorithms in Python (docs)
  DEAP is intended to be an easy to use distributed evolutionary algorithm
  library in the Python language. Its two main components are modular and can
  be used separately. The first module is a Distributed Task Manager (DTM),

Copied: packages/deap/trunk/debian/deap-doc.doc-base (from rev 30514, packages/deap/trunk/debian/python-deap-doc.doc-base)
===================================================================
--- packages/deap/trunk/debian/deap-doc.doc-base	                        (rev 0)
+++ packages/deap/trunk/debian/deap-doc.doc-base	2014-09-07 23:14:02 UTC (rev 30529)
@@ -0,0 +1,11 @@
+Document: deap
+Title: Documentation of DEAP (Distributed Evolutionary Algorithms in Python)
+Author: Cournapeau David <cournape at gmail.com>
+Abstract: This manual describes the DEAP Python module.
+ DEAP is intended to be an easy to use distributed
+ evolutionary algorithm library in the Python language.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/deap-doc/html/index.html
+Files: /usr/share/doc/deap-doc/html/*.html

Copied: packages/deap/trunk/debian/deap-doc.examples (from rev 30518, packages/deap/trunk/debian/python-deap-doc.examples)
===================================================================
--- packages/deap/trunk/debian/deap-doc.examples	                        (rev 0)
+++ packages/deap/trunk/debian/deap-doc.examples	2014-09-07 23:14:02 UTC (rev 30529)
@@ -0,0 +1 @@
+examples/*

Deleted: packages/deap/trunk/debian/python-deap-doc.doc-base
===================================================================
--- packages/deap/trunk/debian/python-deap-doc.doc-base	2014-09-07 20:21:16 UTC (rev 30528)
+++ packages/deap/trunk/debian/python-deap-doc.doc-base	2014-09-07 23:14:02 UTC (rev 30529)
@@ -1,11 +0,0 @@
-Document: deap
-Title: Documentation of DEAP (Distributed Evolutionary Algorithms in Python)
-Author: Cournapeau David <cournape at gmail.com>
-Abstract: This manual describes the DEAP Python module.
- DEAP is intended to be an easy to use distributed
- evolutionary algorithm library in the Python language.
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python-deap-doc/html/index.html
-Files: /usr/share/doc/python-deap-doc/html/*.html

Deleted: packages/deap/trunk/debian/python-deap-doc.examples
===================================================================
--- packages/deap/trunk/debian/python-deap-doc.examples	2014-09-07 20:21:16 UTC (rev 30528)
+++ packages/deap/trunk/debian/python-deap-doc.examples	2014-09-07 23:14:02 UTC (rev 30529)
@@ -1 +0,0 @@
-examples/*

Modified: packages/deap/trunk/debian/rules
===================================================================
--- packages/deap/trunk/debian/rules	2014-09-07 20:21:16 UTC (rev 30528)
+++ packages/deap/trunk/debian/rules	2014-09-07 23:14:02 UTC (rev 30529)
@@ -6,11 +6,11 @@
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
-override_dh_installdocs:
+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/python-deap-doc/usr/share/doc/python-deap-doc/html
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc debian/deap-doc/usr/share/doc/deap-doc/html
 endif
-	dh_installdocs
 
 override_dh_compress:
 	dh_compress -X.py -X.json -X.csv -X.cpp # save examples

Modified: packages/deap/trunk/debian/watch
===================================================================
--- packages/deap/trunk/debian/watch	2014-09-07 20:21:16 UTC (rev 30528)
+++ packages/deap/trunk/debian/watch	2014-09-07 23:14:02 UTC (rev 30529)
@@ -1,2 +1,3 @@
 version=3
-https://pypi.python.org/packages/source/d/deap/deap-([0-9.]+).tar.gz
+https://pypi.python.org/pypi/deap/ \
+(?:|.*/)deap(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)




More information about the Python-modules-commits mailing list