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

Paul van Tilburg paulvt at alioth.debian.org
Tue May 5 14:14:12 UTC 2009


Author: paulvt
Date: 2009-05-05 14:14:12 +0000 (Tue, 05 May 2009)
New Revision: 3518

Removed:
   packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch
Modified:
   packages/libinline-ruby/trunk/debian/changelog
   packages/libinline-ruby/trunk/debian/control
Log:
* New upstream release.
* debian/control:
  - Bumped standards version to 3.8.1; no changes required.
* debian/patches:
  - Dropped 00-fix-shebang: upstream removed the binary in question. 

Modified: packages/libinline-ruby/trunk/debian/changelog
===================================================================
--- packages/libinline-ruby/trunk/debian/changelog	2009-05-05 14:13:49 UTC (rev 3517)
+++ packages/libinline-ruby/trunk/debian/changelog	2009-05-05 14:14:12 UTC (rev 3518)
@@ -1,13 +1,17 @@
-libinline-ruby (3.6.7-2) UNRELEASED; urgency=low
+libinline-ruby (3.8.1-1) UNRELEASED; urgency=low
 
-  [ Paul van Tilburg ]
-  * NOT RELEASED YET
-
   [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Apr 2009 15:54:10 -0500
+  [ Paul van Tilburg ]
+  * New upstream release.
+  * debian/control:
+    - Bumped standards version to 3.8.1; no changes required.
+  * debian/patches:
+    - Dropped 00-fix-shebang: upstream removed the binary in question. 
 
+ -- Paul van Tilburg <paulvt at debian.org>  Tue, 05 May 2009 12:42:12 +0200
+
 libinline-ruby (3.6.7-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libinline-ruby/trunk/debian/control
===================================================================
--- packages/libinline-ruby/trunk/debian/control	2009-05-05 14:13:49 UTC (rev 3517)
+++ packages/libinline-ruby/trunk/debian/control	2009-05-05 14:14:12 UTC (rev 3518)
@@ -5,7 +5,7 @@
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
 Build-Depends: cdbs, debhelper (>= 5.0.0)
 Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, ruby1.8-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 Homepage: http://rubyforge.org/projects/rubyinline/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libinline-ruby/trunk/
 Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libinline-ruby/trunk/

Deleted: packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch
===================================================================
--- packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch	2009-05-05 14:13:49 UTC (rev 3517)
+++ packages/libinline-ruby/trunk/debian/patches/00-fix-shebang.patch	2009-05-05 14:14:12 UTC (rev 3518)
@@ -1,8 +0,0 @@
---- 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 ruby1.8
- 
- require 'inline'
- 




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