[Python-modules-commits] r31340 - in packages/deap/trunk/debian (changelog control rules)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Sat Nov 1 00:19:48 UTC 2014
Date: Saturday, November 1, 2014 @ 00:19:33
Author: danstender-guest
Revision: 31340
deb/control: added python-scoop to Suggests
Symlinks for docs package to reduce file redundancy
Modified:
packages/deap/trunk/debian/changelog
packages/deap/trunk/debian/control
packages/deap/trunk/debian/rules
Modified: packages/deap/trunk/debian/changelog
===================================================================
--- packages/deap/trunk/debian/changelog 2014-10-31 19:02:48 UTC (rev 31339)
+++ packages/deap/trunk/debian/changelog 2014-11-01 00:19:33 UTC (rev 31340)
@@ -1,9 +1,14 @@
deap (1.0.1-4) UNRELEASED; urgency=medium
- * Added Conflicts: python-deap-doc to description of deap-doc
- Closes: #765440).
+ * deb/control:
+ + added Conflicts: python-deap-doc (former name of docs package) for
+ deap-doc (Closes: #765440).
+ + added python-scoop to Suggests.
+ * 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.
- -- Daniel Stender <debian at danielstender.com> Wed, 15 Oct 2014 10:59:32 +0200
+ -- Daniel Stender <debian at danielstender.com> Sat, 01 Nov 2014 01:14:13 +0100
deap (1.0.1-3) unstable; urgency=medium
Modified: packages/deap/trunk/debian/control
===================================================================
--- packages/deap/trunk/debian/control 2014-10-31 19:02:48 UTC (rev 31339)
+++ packages/deap/trunk/debian/control 2014-11-01 00:19:33 UTC (rev 31340)
@@ -14,6 +14,8 @@
python-sphinx,
python3-all,
python3-numpy,
+ rdfind,
+ symlinks,
texlive-latex-extra
Standards-Version: 3.9.6
Homepage: http://deap.gel.ulaval.ca/doc/default/
@@ -30,7 +32,8 @@
python-matplotlib,
python-numpy
Suggests:
- deap-doc
+ deap-doc,
+ python-scoop
Description: Distributed Evolutionary Algorithms in Python
DEAP is a novel evolutionary computation framework for rapid prototyping and
testing of ideas. It seeks to make algorithms explicit and data structures
Modified: packages/deap/trunk/debian/rules
===================================================================
--- packages/deap/trunk/debian/rules 2014-10-31 19:02:48 UTC (rev 31339)
+++ packages/deap/trunk/debian/rules 2014-11-01 00:19:33 UTC (rev 31340)
@@ -10,6 +10,8 @@
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:
More information about the Python-modules-commits
mailing list