[DRE-commits] [SCM] ruby-odbc.git branch, master, updated. debian/0.99994-2-1-g25c3027

Paul van Tilburg paulvt at debian.org
Fri May 11 17:47:53 UTC 2012


The following commit has been merged in the master branch:
commit 25c3027f83678df0ac00b78a1c5f51a851222825
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 11 19:47:23 2012 +0200

    debian/rules: install in $prefix/lib/ruby/vendor instead of $prefix/lib/ruby as per Ruby policy

diff --git a/debian/changelog b/debian/changelog
index 387f4fe..babc545 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-odbc (0.99994-3) unstable; urgency=low
+
+  * debian/rules: install in $prefix/lib/ruby/vendor instead of 
+    $prefix/lib/ruby as per Ruby policy.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 11 May 2012 19:38:06 +0200
+
 ruby-odbc (0.99994-2) unstable; urgency=low
 
   * debian/control:
diff --git a/debian/rules b/debian/rules
index 84de074..5103892 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,8 +29,8 @@ build/ruby-odbc::
  
 install/ruby-odbc::
 	for v in $(ruby_ver1.8) $(ruby_ver1.9.1) ; do \
-	  $(MAKE) -Cext$$v      install DESTDIR=$(CURDIR)/debian/ruby-odbc sitedir='$$(prefix)/lib/ruby'; \
-	  $(MAKE) -Cext$$v/utf8 install DESTDIR=$(CURDIR)/debian/ruby-odbc sitedir='$$(prefix)/lib/ruby'; \
+	  $(MAKE) -Cext$$v      install DESTDIR=$(CURDIR)/debian/ruby-odbc sitedir='$$(prefix)/lib/ruby/vendor_ruby'; \
+	  $(MAKE) -Cext$$v/utf8 install DESTDIR=$(CURDIR)/debian/ruby-odbc sitedir='$$(prefix)/lib/ruby/vendor_ruby'; \
 	done
 
 cleanbuilddir/ruby-odbc::

-- 
ruby-odbc.git



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