[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:31 UTC 2011


The following commit has been merged in the master branch:
commit 0d65f1c6ec790b95e8ced915ecf51dd389e40293
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Thu May 19 13:54:49 2011 +0900

    update changelog

diff --git a/debian/changelog b/debian/changelog
index 881ba66..9c755a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-amrita (1.0.2-10) unstable; urgency=low
+
+  * Imported Upstream version 1.0.2
+  * debian/rules: use original build system (Closes: #627195)
+    - move /usr/bin/bin/* to examples.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 19 May 2011 13:54:00 +0900
+
 ruby-amrita (1.0.2-9) unstable; urgency=low
 
   * Switch to gem2deb.
diff --git a/debian/control b/debian/control
index 128b23f..ea476ec 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>> 7.0.0), gem2deb
+Build-Depends: debhelper (>> 7.0.50~), gem2deb
 Homepage: http://amrita.sourceforge.jp/
 Standards-Version: 3.9.2
 XS-Ruby-Versions: ruby1.8
diff --git a/debian/rules b/debian/rules
index c05eb59..726523c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,20 @@
 
 %:
 #	dh $@ --buildsystem ruby --with ruby
-	dh $@ --with ruby
+	dh $@ --buildsystem ruby 
+#	dh $@ --with ruby
+
+override_dh_auto_install:
+	dh_auto_install
+	$(MAKE) rdoc RUBY_VER=1.8 PREFIX=$(CURDIR)/debian/ruby-amrita/usr
+	rm -f $(CURDIR)/debian/ruby-amrita/usr/bin/*  \
+
+override_dh_installexamples:
+	dh_installexamples
+	rm \
+		$(CURDIR)/debian/ruby-amrita/usr/share/doc/ruby-amrita/examples/cgi/.cvsignore \
+		$(CURDIR)/debian/ruby-amrita/usr/share/doc/ruby-amrita/examples/cgikit/Examples/.cvsignore
+
+
+	
+

-- 
amrita packaging



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