[DRE-commits] [SCM] ruby-gsl.git branch, master, updated. 5df5458286439a144dcfbc6ffac265e421b6b2b7
Daigo Moriwaki
daigo at debian.org
Tue Dec 13 12:39:21 UTC 2011
The following commit has been merged in the master branch:
commit 5df5458286439a144dcfbc6ffac265e421b6b2b7
Author: Daigo Moriwaki <daigo at debian.org>
Date: Tue Dec 13 21:00:34 2011 +0900
Include generated *.rb files into the package.
diff --git a/debian/rules b/debian/rules
index 57777ba..d63a6bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
%:
dh $@ --buildsystem ruby --with ruby --with quilt
+override_dh_install:
+ dh_install lib/gsl.rb lib/rbgsl.rb usr/lib/ruby/vendor_ruby/
+
override_dh_auto_clean:
dh_auto_clean
if [ -d html ] ; then rm -rf html; fi
--
ruby-gsl.git
More information about the Pkg-ruby-extras-commits
mailing list