[DRE-commits] [SCM] ruby-exif.git branch, master, updated. debian/0.1.2-18-1-g2fa9d7b

Paul van Tilburg paulvt at debian.org
Fri May 11 21:13:02 UTC 2012


The following commit has been merged in the master branch:
commit 2fa9d7b451ccd4a29a517c64151c4d98047b5d73
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 11 22:51:16 2012 +0200

    Added myself to uploaders; install to /usr/lib/ruby/vendor-ruby
    
    * debian/control: added myself to uploaders.
    * debian/rules: install to /usr/lib/ruby/vendor_ruby as per Debian Ruby
      policy.

diff --git a/debian/changelog b/debian/changelog
index 2ed3589..a63a298 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-exif (0.1.2-19) unstable; urgency=low
+
+  * debian/control: added myself to uploaders.
+  * debian/rules: install to /usr/lib/ruby/vendor_ruby as per Debian Ruby
+    policy.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 11 May 2012 22:49:58 +0200
+
 ruby-exif (0.1.2-18) unstable; urgency=low
 
   * Change Maintainer to Debian Ruby Extras Maintainers
diff --git a/debian/control b/debian/control
index 29eae1b..98d3eb9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ruby-exif
 Section: ruby
 Priority: extra
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Taku YASUI <tach at debian.org>
+Uploaders: Taku YASUI <tach at debian.org>, Paul van Tilburg <paulvt at debian.org>
 Build-Depends: debhelper (>= 5.0.0), libexif-dev (>= 0.6.9), ruby1.8-dev, ruby1.8, ruby1.9.1-dev, ruby1.9.1, cdbs
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-exif.git
diff --git a/debian/rules b/debian/rules
index 529aba9..19c38fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ build/ruby-exif::
 
 install/ruby-exif::
 	for d in $(RUBY_VERSIONS); do \
-	  cd $(CURDIR)/build-$$d && $(MAKE) install DESTDIR=$(CUR_PKGDIR) sitedir='$$(prefix)/lib/ruby'; \
+	  cd $(CURDIR)/build-$$d && $(MAKE) install DESTDIR=$(CUR_PKGDIR) sitedir='$$(prefix)/lib/ruby/vendor_rules'; \
 	done
 
 clean::

-- 
ruby-exif.git



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