[DRE-commits] [SCM] bundler.git branch, master, updated. upstream/1.1.0-14-gc16e2b2

Christian Hofstaedtler christian at hofstaedtler.name
Mon Mar 12 23:09:13 UTC 2012


The following commit has been merged in the master branch:
commit c16e2b268f32c3966d64eaf1937dbaab61c29948
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Tue Mar 13 00:08:02 2012 +0100

    Install manpages

diff --git a/debian/bundler.manpages b/debian/bundler.manpages
index 5a7f194..2fc6ca4 100644
--- a/debian/bundler.manpages
+++ b/debian/bundler.manpages
@@ -1 +1,7 @@
-# FIXME: man/ dir found in source. Consider installing manpages
+man/bundle.1
+man/bundle-config.1
+man/bundle-exec.1
+man/bundle-install.1
+man/bundle-package.1
+man/bundle-update.1
+man/gemfile.5
diff --git a/debian/rules b/debian/rules
index 2ccb6ff..f5fc425 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,11 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_build:
+	dh_auto_build
+	cd man && ronn -r *.ronn
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f man/*.1 man/*.5

-- 
bundler.git



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