[DRE-commits] [SCM] ruby-mp3tag.git branch, master, updated. debian/1.0-9-2-gd5b9d8d

Paul van Tilburg paulvt at debian.org
Fri May 11 20:32:33 UTC 2012


The following commit has been merged in the master branch:
commit 6cf91c9c375cd7d4ef103e85ba2b50652fa38890
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 11 21:43:58 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 3231102..967e6bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-mp3tag (1.0-10) UNRELEASED; 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 21:21:44 +0200
+
 ruby-mp3tag (1.0-9) unstable; urgency=low
 
   * Change Maintainer to Debian Ruby Extras Maintainers 
diff --git a/debian/control b/debian/control
index 9090b0e..e193a2e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ruby-mp3tag
 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 (>= 7), cdbs, ruby1.8, ruby1.9.1
 Homepage: http://users.cybercity.dk/~dsl8950/ruby/mp3tag.html
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mp3tag.git
diff --git a/debian/rules b/debian/rules
index 67e497c..03ee989 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,5 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-RUBYS = 1.8 1.9.1
-
 install/ruby-mp3tag::
-	for v in $(RUBYS); do \
-		install -D -m 0644 mp3tag.rb debian/$(cdbs_curpkg)/`ruby$$v -rrbconfig -e 'puts Config::CONFIG["rubylibdir"]'`/mp3tag.rb; \
-	done
+	install -D -m 0644 mp3tag.rb debian/$(cdbs_curpkg)/`ruby$$v -rrbconfig -e 'puts Config::CONFIG["vendordir"]'`/mp3tag.rb

-- 
ruby-mp3tag.git



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