[DRE-commits] [rerun] 08/12: Fix manpage build

Antonio Terceiro terceiro at moszumanska.debian.org
Mon May 9 01:18:55 UTC 2016


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

terceiro pushed a commit to branch master
in repository rerun.

commit e744d56c2e68de16b0bb300ae315fa39766dc8d3
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sun May 8 21:45:24 2016 -0300

    Fix manpage build
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9dac161..3ce9de5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,4 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 rerun.adoc: README.md
-	(echo '1a :doctype: manpage'; sed -e '/^#[ ]*Installation/,/^[^#]/ d; s/^##\(.*\)/## \U\1/' README.md) > $@
+	(sed -e '1a :doctype: manpage' README.md) > $@

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



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