[DRE-commits] [SCM] ruby-ttfunk.git branch, master, updated. upstream/1.0.2-5-g8a9b2c6

Cédric Boutillier cedric.boutillier at gmail.com
Thu Sep 8 09:02:38 UTC 2011


The following commit has been merged in the master branch:
commit 70b11dc6293530b18f42c2dff6faab445fa2e7a5
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Sep 8 10:27:14 2011 +0200

    install documentation and examples
    
    The Truetype fonts included in data/ will not be shipped.

diff --git a/debian/ruby-ttfunk.docs b/debian/ruby-ttfunk.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-ttfunk.docs
+++ b/debian/ruby-ttfunk.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc
diff --git a/debian/ruby-ttfunk.examples b/debian/ruby-ttfunk.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-ttfunk.examples
+++ b/debian/ruby-ttfunk.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*
diff --git a/debian/ruby-ttfunk.install b/debian/ruby-ttfunk.install
deleted file mode 100644
index 67475c4..0000000
--- a/debian/ruby-ttfunk.install
+++ /dev/null
@@ -1,3 +0,0 @@
-# FIXME: data/ dir found in source. Consider installing it somewhere.
-# Examples:
-# data/* /usr/share/ruby-ttfunk/
diff --git a/debian/rules b/debian/rules
index a5e7dc8..df92731 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installexamples:
+	dh_installexamples
+	chmod 755 debian/ruby-ttfunk/usr/share/doc/ruby-ttfunk/examples/metrics.rb

-- 
ruby-ttfunk.git



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