[DRE-commits] r4511 - in trunk/ohai/debian: . patches

Bryan McLellan btm-guest at alioth.debian.org
Sat Jan 9 06:00:48 UTC 2010


Author: btm-guest
Date: 2010-01-09 06:00:42 +0000 (Sat, 09 Jan 2010)
New Revision: 4511

Added:
   trunk/ohai/debian/patches/
   trunk/ohai/debian/patches/remove_rubygems.patch
   trunk/ohai/debian/patches/series
Modified:
   trunk/ohai/debian/control
   trunk/ohai/debian/rules
Log:
add quilt patch to remove rubygems require


Modified: trunk/ohai/debian/control
===================================================================
--- trunk/ohai/debian/control	2010-01-09 05:46:31 UTC (rev 4510)
+++ trunk/ohai/debian/control	2010-01-09 06:00:42 UTC (rev 4511)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Bryan McLellan <btm at loftninjas.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Joshua Timberman <joshua at opscode.com>
-Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools (>= 0.14)
+Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools (>= 0.14), quilt
 Build-Depends-Indep: graphviz, ruby1.8
 Standards-Version: 3.8.3
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/ohai/

Added: trunk/ohai/debian/patches/remove_rubygems.patch
===================================================================
--- trunk/ohai/debian/patches/remove_rubygems.patch	                        (rev 0)
+++ trunk/ohai/debian/patches/remove_rubygems.patch	2010-01-09 06:00:42 UTC (rev 4511)
@@ -0,0 +1,12 @@
+Index: opscode-ohai-5bdfa78/lib/ohai/system.rb
+===================================================================
+--- opscode-ohai-5bdfa78.orig/lib/ohai/system.rb	2010-01-08 21:56:56.000000000 -0800
++++ opscode-ohai-5bdfa78/lib/ohai/system.rb	2010-01-08 21:57:03.000000000 -0800
+@@ -16,7 +16,6 @@
+ # limitations under the License.
+ #
+ 
+-require 'rubygems'
+ require 'extlib'
+ require 'ohai/log'
+ require 'ohai/mixin/from_file'

Added: trunk/ohai/debian/patches/series
===================================================================
--- trunk/ohai/debian/patches/series	                        (rev 0)
+++ trunk/ohai/debian/patches/series	2010-01-09 06:00:42 UTC (rev 4511)
@@ -0,0 +1 @@
+remove_rubygems.patch

Modified: trunk/ohai/debian/rules
===================================================================
--- trunk/ohai/debian/rules	2010-01-09 05:46:31 UTC (rev 4510)
+++ trunk/ohai/debian/rules	2010-01-09 06:00:42 UTC (rev 4511)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 #include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
 CDBS_NO_DOC_SYMLINKING = ""




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