[Pkg-ruby-extras-maintainers] r796 - in packages/libinline-ruby/trunk/debian: . patches

Patrick Ringl smash-guest at costa.debian.org
Fri Aug 25 06:54:30 UTC 2006


Author: smash-guest
Date: 2006-08-25 06:54:28 +0000 (Fri, 25 Aug 2006)
New Revision: 796

Added:
   packages/libinline-ruby/trunk/debian/patches/
   packages/libinline-ruby/trunk/debian/patches/01fixheader.patch
Modified:
   packages/libinline-ruby/trunk/debian/rules
Log:
Introduced debian/patches and 01fixheader.patch for changing upstream library layout so it'll stop a lintian warning
Adapted debian/rules so the cdbs class for patching is used (simple-patchsys.mk)



Added: packages/libinline-ruby/trunk/debian/patches/01fixheader.patch
===================================================================
--- packages/libinline-ruby/trunk/debian/patches/01fixheader.patch	2006-08-25 03:58:39 UTC (rev 795)
+++ packages/libinline-ruby/trunk/debian/patches/01fixheader.patch	2006-08-25 06:54:28 UTC (rev 796)
@@ -0,0 +1,10 @@
+diff -Nur RubyInline-3.5.0/inline.rb RubyInline-3.5.0.new/inline.rb
+--- RubyInline-3.5.0/inline.rb	2005-10-16 21:10:04.000000000 +0200
++++ RubyInline-3.5.0.new/inline.rb	2006-08-25 08:51:26.000000000 +0200
+@@ -1,5 +1,4 @@
+-#!/usr/local/bin/ruby -w
+-
++#
+ ##
+ # Ruby Inline is a framework for writing ruby extensions in foreign
+ # languages.

Modified: packages/libinline-ruby/trunk/debian/rules
===================================================================
--- packages/libinline-ruby/trunk/debian/rules	2006-08-25 03:58:39 UTC (rev 795)
+++ packages/libinline-ruby/trunk/debian/rules	2006-08-25 06:54:28 UTC (rev 796)
@@ -3,3 +3,5 @@
 # CDBS file to build the libinline-ruby package.
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+




More information about the pkg-ruby-extras-maintainers mailing list