[med-svn] [khmer] 01/01: Switch away from deprecated ronn to asciidoctor
Michael Crusoe
misterc-guest at moszumanska.debian.org
Wed May 4 22:22:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/2.0+dfsg-6
in repository khmer.
commit d6f4e4c7d452366d1d52f544bc5c0c61a8e172f1
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Wed May 4 09:05:17 2016 -0700
Switch away from deprecated ronn to asciidoctor
---
debian/changelog | 7 +++++++
debian/control | 6 +++---
debian/{khmer.1.ronn => khmer.1.adoc} | 13 ++++++++-----
debian/rules | 3 +--
4 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1e218ef..e2319d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+khmer (2.0+dfsg-6) unstable; urgency=medium
+
+ * Switch from deprecated ruby-ronn to asciidoctor for manpage generation
+ * Bump Standards-Version to 3.9.8
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Wed, 04 May 2016 11:25:30 -0700
+
khmer (2.0+dfsg-5) unstable; urgency=medium
* Add 'appdata' about our IANA media type courtesy of Petter Reinholdtsen
diff --git a/debian/control b/debian/control
index 2290f29..cfab147 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
Source: khmer
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <crusoe at ucdavis.edu>,
+Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>,
Kevin Murray <spam at kdmurray.id.au>
Section: science
Priority: optional
@@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 9),
python3-sphinxcontrib.autoprogram,
zlib1g-dev,
libbz2-dev,
- ruby-ronn
-Standards-Version: 3.9.6
+ asciidoctor
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/khmer.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/khmer.git
Homepage: http://khmer.readthedocs.org
diff --git a/debian/khmer.1.ronn b/debian/khmer.1.adoc
similarity index 83%
rename from debian/khmer.1.ronn
rename to debian/khmer.1.adoc
index c7ab733..3751d55 100644
--- a/debian/khmer.1.ronn
+++ b/debian/khmer.1.adoc
@@ -1,10 +1,13 @@
-khmer(1) -- k-mer counting, filtering and graph traversal FTW!
-==========
+khmer(1)
+========
+:doctype: manpage
-khmer is a library and toolkit for doing k-mer-based dataset analysis
-and transformations
+NAME
+----
+khmer - k-mer counting, filtering and graph traversal FTW!
-## SYNOPSIS
+SYNOPSIS
+--------
khmer `<prog_name>` [options] <args>
diff --git a/debian/rules b/debian/rules
index fddca52..61aa452 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,7 @@ override_dh_auto_build:
dh_auto_build
ln -sf "`pwd`"/.pybuild/pythonX.Y_*/build/khmer/*.so khmer && \
./setup.py develop --user && ./setup.py build_sphinx
- ronn -r --manual=khmer --organization='khmer project' \
- debian/khmer.1.ronn
+ asciidoctor --backend manpage debian/khmer.1.adoc
cd lib && $(MAKE) clean all
override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git
More information about the debian-med-commit
mailing list