[med-svn] [abyss] 01/03: README.css was removed, create README.html by markdown
Andreas Tille
tille at debian.org
Mon Oct 10 19:07:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository abyss.
commit cd348c666b39823b2b1ca7a83590015a395ea5ec
Author: Andreas Tille <tille at debian.org>
Date: Sat Oct 8 10:50:55 2016 +0200
README.css was removed, create README.html by markdown
---
debian/changelog | 3 ++-
debian/control | 1 +
debian/docs | 1 -
debian/rules | 1 +
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 25ad114..09c9ef8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ abyss (2.0.1-1) UNRELEASED; urgency=medium
* New upstream version now licensed under GPL-3
* Moved package to main
* cme fix dpkg-control
+ * use markdown to create doc
- -- Andreas Tille <tille at debian.org> Thu, 06 Oct 2016 06:41:31 +0200
+ -- Andreas Tille <tille at debian.org> Sat, 08 Oct 2016 10:51:09 +0200
abyss (1.9.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 47567bc..5755b57 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
+ python-markdown,
libboost-graph-dev,
libopenmpi-dev,
libsparsehash-dev,
diff --git a/debian/docs b/debian/docs
index faa0803..d670998 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,4 +1,3 @@
README.md
-README.css
README.html
doc/flowchart.pdf
diff --git a/debian/rules b/debian/rules
index 4ebcf90..b3858a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build --parallel
+ markdown_py -f README.html README.md
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/abyss.git
More information about the debian-med-commit
mailing list