[DRE-commits] [SCM] ruby-heckle.git branch, master, updated. debian/1.4.3-3-5-g3478f88

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jun 26 10:51:41 UTC 2012


The following commit has been merged in the master branch:
commit 71d926dfceb677648c6467227628b432e1822803
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Jun 26 11:14:53 2012 +0200

    Fix generation of heckle.1 manpage and override dh_clean

diff --git a/debian/ruby-heckle.manpages b/debian/ruby-heckle.manpages
index e359548..fd111fb 100644
--- a/debian/ruby-heckle.manpages
+++ b/debian/ruby-heckle.manpages
@@ -1,2 +1,2 @@
-debian/heckle.1
+heckle.1
 debian/hecklex.1
diff --git a/debian/rules b/debian/rules
index c944943..b6ee7e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,11 @@
 override_dh_installman:
 	# Generate manpage:
 	INLINEDIR=. help2man --no-info --include=debian/heckle.h2m \
-	  -h "bin/heckle -h"  -v "bin/heckle -V" /usr/bin/ruby  >heckle.1
+	  -h "bin/heckle -h"  -v "bin/heckle -V" /usr/bin/ruby1.8  >heckle.1
 	patch heckle.1 <debian/heckle.1.diff
 	dh_installman
+
+override_dh_clean:
+	rm -rf .ruby_inline/
+	rm -f heckle.1
+	dh_clean

-- 
ruby-heckle.git



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