[DRE-commits] [SCM] ruby-globalhotkeys.git branch, master, updated. upstream/0.3.2-12-gfb7ca72

Lucas Nussbaum lucas at lucas-nussbaum.net
Wed Apr 13 21:28:40 UTC 2011


The following commit has been merged in the master branch:
commit 47bc18ba7f945678850b0a28e066184d0a5472a2
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Wed Apr 13 23:20:14 2011 +0200

    debian/rules: drop override to remove the duplicate file in the arch-specific dir, as this was fixed in gem2deb instead.

diff --git a/debian/changelog b/debian/changelog
index 7a0cb86..c7757b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-globalhotkeys (0.3.2-2) unstable; urgency=low
+
+  * debian/rules: drop override to remove the duplicate file in the
+    arch-specific dir, as this was fixed in gem2deb instead.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Wed, 13 Apr 2011 23:18:59 +0200
+
 ruby-globalhotkeys (0.3.2-1) unstable; urgency=low
 
   * Use new policy for ruby package.
diff --git a/debian/rules b/debian/rules
index 6fd25c9..a4b9e28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,3 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
-
-
-override_dh_auto_install:
-	dh_auto_install
-	# the rubygems extension builder install this file here. Remove it, since we
-	# already installed it in the common directory.
-	rm debian/ruby-globalhotkeys/usr/lib/ruby/vendor_ruby/1.8/*/globalhotkeys.rb

-- 
ruby-globalhotkeys.git



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