[Python-modules-commits] [deap] 16/17: deb/control: added Pandoc to build-deps; deb/rules: added override for dh_installdocs
Daniel Stender
danstender-guest at moszumanska.debian.org
Sun Mar 20 01:33:45 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 ada3afdfd1d787a344eaa4b0fa90946a08ccf6a0
Author: Daniel Stender <stender at debian.org>
Date: Sun Mar 20 02:20:49 2016 +0100
deb/control: added Pandoc to build-deps; deb/rules: added override for dh_installdocs
---
debian/changelog | 4 +++-
debian/control | 3 ++-
debian/rules | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e006df8..a1b19eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ deap (1.0.2.post2-1) UNRELEASED; urgency=medium
* New upstream release (Closes: #818717).
* deb/control:
+ updated maintainer email address, cosmetics.
+ + added Pandoc to build-deps.
+ bumped standards version to 3.9.7 (no changes needed).
+ use HTTPS also for Vcs-Git.
+ removed Testsuite field (obsolete).
@@ -10,9 +11,10 @@ deap (1.0.2.post2-1) UNRELEASED; urgency=medium
* deb/rules:
+ added export for LC_ALL (build needs UTF-8).
+ removed DEB_BUILD_OPTIONS=nodocs switch from dh_auto_install (obsolete).
+ + added override for dh_installdocs to convert and distribute README.
* Dropped deb/gbp.conf (package handled by git-dpm).
- -- Daniel Stender <stender at debian.org> Sun, 20 Mar 2016 02:17:13 +0100
+ -- Daniel Stender <stender at debian.org> Sun, 20 Mar 2016 02:19:45 +0100
deap (1.0.1-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index e348c71..410bf0f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,8 @@ Build-Depends:
texlive-latex-extra,
dvipng,
rdfind,
- symlinks
+ symlinks,
+ pandoc
Standards-Version: 3.9.7
Homepage: http://deap.gel.ulaval.ca/doc/default/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/deap.git
diff --git a/debian/rules b/debian/rules
index 87f099b..30e3abd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,9 @@ override_dh_auto_install:
rdfind -outputname /dev/null -makesymlinks true debian/deap-doc
symlinks -r -s -c debian/deap-doc
+override_dh_installdocs:
+ pandoc -f markdown -t plain -o .pybuild/README README.md
+ dh_installdocs -A .pybuild/README
+
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