[DRE-commits] r3522 - in packages/libhighline-ruby/trunk/debian: . patches

Paul van Tilburg paulvt at alioth.debian.org
Tue May 5 17:56:23 UTC 2009


Author: paulvt
Date: 2009-05-05 17:56:23 +0000 (Tue, 05 May 2009)
New Revision: 3522

Modified:
   packages/libhighline-ruby/trunk/debian/changelog
   packages/libhighline-ruby/trunk/debian/compat
   packages/libhighline-ruby/trunk/debian/control
   packages/libhighline-ruby/trunk/debian/copyright
   packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch
Log:
* New upstream release.
* debian/control:
  - Bumped the standards version to 3.8.1. 
  - Added a depend on ${misc:Depends} to libhighline-ruby{,-doc,.1.8}.
* debian/compat: bumped compatibility to version 5.
* debian/copyright: converted to the UTF-8 charset. 
* debian/patches: updated 01_fix-shebang.patch. 

Modified: packages/libhighline-ruby/trunk/debian/changelog
===================================================================
--- packages/libhighline-ruby/trunk/debian/changelog	2009-05-05 17:36:57 UTC (rev 3521)
+++ packages/libhighline-ruby/trunk/debian/changelog	2009-05-05 17:56:23 UTC (rev 3522)
@@ -1,13 +1,19 @@
-libhighline-ruby (1.4.0-2) UNRELEASED; urgency=low
+libhighline-ruby (1.5.0-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:18 -0500
+  [ Paul van Tilburg ]
+  * New upstream release.
+  * debian/control:
+    - Bumped the standards version to 3.8.1. 
+    - Added a depend on ${misc:Depends} to libhighline-ruby{,-doc,.1.8}.
+  * debian/compat: bumped compatibility to version 5.
+  * debian/copyright: converted to the UTF-8 charset. 
+  * debian/patches: updated 01_fix-shebang.patch. 
 
+ -- Paul van Tilburg <paulvt at debian.org>  Tue, 05 May 2009 19:47:17 +0200
+
 libhighline-ruby (1.4.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libhighline-ruby/trunk/debian/compat
===================================================================
--- packages/libhighline-ruby/trunk/debian/compat	2009-05-05 17:36:57 UTC (rev 3521)
+++ packages/libhighline-ruby/trunk/debian/compat	2009-05-05 17:56:23 UTC (rev 3522)
@@ -1 +1 @@
-4
+5

Modified: packages/libhighline-ruby/trunk/debian/control
===================================================================
--- packages/libhighline-ruby/trunk/debian/control	2009-05-05 17:36:57 UTC (rev 3521)
+++ packages/libhighline-ruby/trunk/debian/control	2009-05-05 17:56:23 UTC (rev 3522)
@@ -5,10 +5,10 @@
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
 Build-Depends-Indep: rdoc, graphviz
 Build-Depends: cdbs, debhelper (>= 4.1.0), ruby-pkg-tools (>= 0.8), ruby1.8
-Standards-Version: 3.7.2
+Standards-Version: 3.8.1
 
 Package: libhighline-ruby
-Depends: libhighline-ruby1.8
+Depends: libhighline-ruby1.8, ${misc:Depends}
 Architecture: all
 Description: High-level interactive IO Ruby library (default Ruby version)
  High-level IO library that provides validation, type conversion, and more for
@@ -22,6 +22,7 @@
 Package: libhighline-ruby-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: High-level interactive IO Ruby library (documentation)
  High-level IO library that provides validation, type conversion, and more for
  command-line interfaces. HighLine also includes a complete menu system that
@@ -32,7 +33,7 @@
  generated rdoc.
 
 Package: libhighline-ruby1.8
-Depends: ruby1.8
+Depends: ruby1.8, ${misc:Depends}
 Architecture: all
 Description: High-level interactive IO Ruby library
  High-level IO library that provides validation, type conversion, and more for

Modified: packages/libhighline-ruby/trunk/debian/copyright
===================================================================
--- packages/libhighline-ruby/trunk/debian/copyright	2009-05-05 17:36:57 UTC (rev 3521)
+++ packages/libhighline-ruby/trunk/debian/copyright	2009-05-05 17:56:23 UTC (rev 3522)
@@ -1,4 +1,4 @@
-This package was debianized by Esteban Manchado Velázquez <zoso at debian.org> on
+This package was debianized by Esteban Manchado Velázquez <zoso at debian.org> on
 Fri Jun  9 22:26:18 WEST 2006.
 
 It was downloaded from http://rubyforge.org/frs/?group_id=683

Modified: packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch
===================================================================
--- packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch	2009-05-05 17:36:57 UTC (rev 3521)
+++ packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch	2009-05-05 17:56:23 UTC (rev 3522)
@@ -70,6 +70,15 @@
  
  # using_readline.rb
  #
+--- highline-1.2.0.orig/lib/highline/color_scheme.rb    2009-05-05 19:44:52.000000000 +0200
++++ highline-1.2.0/lib/highline/color_scheme.rb         2009-05-05 19:45:06.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # color_scheme.rb
+ #
+
 diff -ur highline-1.2.0.orig/lib/highline/import.rb highline-1.2.0/lib/highline/import.rb
 --- highline-1.2.0.orig/lib/highline/import.rb	2006-03-23 04:23:11.000000000 +0000
 +++ highline-1.2.0/lib/highline/import.rb	2006-06-09 22:40:46.000000000 +0100




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