[DRE-commits] r1974 - in packages/libinline-ruby/trunk/debian: . patches

paulvt at alioth.debian.org paulvt at alioth.debian.org
Sun Oct 7 11:40:38 UTC 2007


Author: paulvt
Date: 2007-10-07 11:40:38 +0000 (Sun, 07 Oct 2007)
New Revision: 1974

Added:
   packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch
Removed:
   packages/libinline-ruby/trunk/debian/libinline-ruby1.8.dirs
Modified:
   packages/libinline-ruby/trunk/debian/changelog
   packages/libinline-ruby/trunk/debian/libinline-ruby1.8.docs
   packages/libinline-ruby/trunk/debian/rules
Log:
Enabled the simple patchsys again. Added 00-ix-shebang.patch for fixing the header of bin/inline_package.  Removed the superfluous debian/libinline-ruby1.8.dirs file.

Modified: packages/libinline-ruby/trunk/debian/changelog
===================================================================
--- packages/libinline-ruby/trunk/debian/changelog	2007-10-07 11:15:13 UTC (rev 1973)
+++ packages/libinline-ruby/trunk/debian/changelog	2007-10-07 11:40:38 UTC (rev 1974)
@@ -1,10 +1,10 @@
 libinline-ruby (3.6.4-1) UNRELEASED; urgency=low
 
   * New upstream release.
-  * Remove debian/patches/01fixheader.patch, since we no
+  * Remove debian/patches/01fixheader.patch since we no
     longer need to remove shebangs for libs. 
-  * Update debian/control to no longer use the simple-patchsys rules
-    since there are not patches.
+  * Added debian/patches/00-fix-shebang.patch since we need
+    to fix the /usr/local/bin call in bin/inline_package.
 
  -- Paul van Tilburg <paulvt at debian.org>  Sun, 07 Oct 2007 12:44:20 +0200
 

Deleted: packages/libinline-ruby/trunk/debian/libinline-ruby1.8.dirs
===================================================================
--- packages/libinline-ruby/trunk/debian/libinline-ruby1.8.dirs	2007-10-07 11:15:13 UTC (rev 1973)
+++ packages/libinline-ruby/trunk/debian/libinline-ruby1.8.dirs	2007-10-07 11:40:38 UTC (rev 1974)
@@ -1 +0,0 @@
-usr/lib/ruby/1.8

Modified: packages/libinline-ruby/trunk/debian/libinline-ruby1.8.docs
===================================================================
--- packages/libinline-ruby/trunk/debian/libinline-ruby1.8.docs	2007-10-07 11:15:13 UTC (rev 1973)
+++ packages/libinline-ruby/trunk/debian/libinline-ruby1.8.docs	2007-10-07 11:40:38 UTC (rev 1974)
@@ -1 +1,2 @@
 README.txt
+History.txt

Added: packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch
===================================================================
--- packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch	                        (rev 0)
+++ packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch	2007-10-07 11:40:38 UTC (rev 1974)
@@ -0,0 +1,8 @@
+--- bin/inline_package.orig	2007-10-07 13:19:39.000000000 +0200
++++ bin/inline_package	2007-10-07 13:37:26.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/env ruby
+ 
+ require 'inline'
+ 

Modified: packages/libinline-ruby/trunk/debian/rules
===================================================================
--- packages/libinline-ruby/trunk/debian/rules	2007-10-07 11:15:13 UTC (rev 1973)
+++ packages/libinline-ruby/trunk/debian/rules	2007-10-07 11:40:38 UTC (rev 1974)
@@ -3,4 +3,4 @@
 # 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
+include /usr/share/cdbs/1/rules/simple-patchsys.mk




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