[DRE-commits] [SCM] amrita packaging branch, master, updated. debian/1.0.2-9-6-g9e9923f
TANIGUCHI Takaki
takaki at asis.media-as.org
Thu May 19 05:23:26 UTC 2011
The following commit has been merged in the master branch:
commit a4e068a802c64a1b2998be6ef810c84a1ea961d7
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date: Thu May 19 13:52:54 2011 +0900
debian/rules: use original build system (Closes: #627195)
- move /usr/bin/bin/* to examples.
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..fe79a59
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1,2 @@
+bin
+sample/*
diff --git a/debian/rules b/debian/rules
index a613c77..c05eb59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem ruby --with ruby
+# dh $@ --buildsystem ruby --with ruby
+ dh $@ --with ruby
--
amrita packaging
More information about the Pkg-ruby-extras-commits
mailing list