[DRE-commits] [ruby-build] 01/01: Move from a2x to asciidoctor

Sebastian Boehm sometimesfood-guest at moszumanska.debian.org
Thu Nov 19 14:38:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

sometimesfood-guest pushed a commit to branch master
in repository ruby-build.

commit a801c10bc61cccca323a6bf93114fc1706c67d43
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date:   Thu Nov 19 15:04:58 2015 +0100

    Move from a2x to asciidoctor
---
 debian/control           | 3 +--
 debian/ruby-build.1.adoc | 4 ++--
 debian/rules             | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index f47b249..b37fd9a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Sebastian Boehm <sebastian at sometimesfood.org>
-# TODO: fix build dependencies once Debian bug #692274 is addressed
-Build-Depends: debhelper (>= 7.0.50~), asciidoc, libxml2-utils, docbook-xml, xmlto
+Build-Depends: debhelper (>= 7.0.50~), asciidoctor
 Standards-Version: 3.9.6
 Homepage: https://github.com/sstephenson/ruby-build
 Vcs-Git: http://anonscm.debian.org/git/pkg-ruby-extras/ruby-build.git
diff --git a/debian/ruby-build.1.adoc b/debian/ruby-build.1.adoc
index b0d4eb8..5677370 100644
--- a/debian/ruby-build.1.adoc
+++ b/debian/ruby-build.1.adoc
@@ -141,10 +141,10 @@ ENVIRONMENT
 
 AUTHORS
 -------
-ruby-build is developed by Sam Stephenson <sam at 37signals.com>.
+ruby-build is developed by Sam Stephenson <\sam at 37signals.com>.
 
 This man page was written for the Debian GNU/Linux distribution by
-Sebastian Boehm <sebastian at sometimesfood.org> but may be used by
+Sebastian Boehm <\sebastian at sometimesfood.org> but may be used by
 others.
 
 SEE ALSO
diff --git a/debian/rules b/debian/rules
index b0efa4b..1d90cbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,4 +12,4 @@ get-orig-source:
 	uscan --download-current-version --force-download --rename
 
 update-manpage:
-	a2x --format manpage debian/ruby-build.1.adoc
+	asciidoctor --backend manpage debian/ruby-build.1.adoc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-build.git



More information about the Pkg-ruby-extras-commits mailing list