[DRE-commits] r4659 - trunk/libhighline-ruby/debian

Paul van Tilburg paulvt at alioth.debian.org
Sun Feb 14 16:48:51 UTC 2010


Author: paulvt
Date: 2010-02-14 16:48:47 +0000 (Sun, 14 Feb 2010)
New Revision: 4659

Modified:
   trunk/libhighline-ruby/debian/changelog
   trunk/libhighline-ruby/debian/control
Log:
* New upstream release. 
* Added support for Ruby 1.9.1.
* debian/control:
  - Bumped standards version to 3.8.4.
  - Bumped debhelper build-depend to >= 5.
  - Added a libhighline-ruby1.9.1 package entry.
  - Added a build depend on ruby1.9.1.

Modified: trunk/libhighline-ruby/debian/changelog
===================================================================
--- trunk/libhighline-ruby/debian/changelog	2010-02-14 16:48:01 UTC (rev 4658)
+++ trunk/libhighline-ruby/debian/changelog	2010-02-14 16:48:47 UTC (rev 4659)
@@ -1,13 +1,19 @@
-libhighline-ruby (1.5.1-2) UNRELEASED; urgency=low
+libhighline-ruby (1.5.2-1) UNRELEASED; urgency=low
 
-  [ Paul van Tilburg ]
-  * NOT RELEASED YET
-
   [ Ryan Niebur ]
   * set myself as Maintainer
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 10 May 2009 12:26:58 -0700
+  [ Paul van Tilburg ]
+  * New upstream release. 
+  * Added support for Ruby 1.9.1.
+  * debian/control:
+    - Bumped standards version to 3.8.4.
+    - Bumped debhelper build-depend to >= 5.
+    - Added a libhighline-ruby1.9.1 package entry.
+    - Added a build depend on ruby1.9.1.
 
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 14 Feb 2010 17:37:22 +0100
+
 libhighline-ruby (1.5.1-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libhighline-ruby/debian/control
===================================================================
--- trunk/libhighline-ruby/debian/control	2010-02-14 16:48:01 UTC (rev 4658)
+++ trunk/libhighline-ruby/debian/control	2010-02-14 16:48:47 UTC (rev 4659)
@@ -4,11 +4,11 @@
 Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
 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
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.17), ruby1.8, ruby1.9.1
+Standards-Version: 3.8.4
+Homepage: http://highline.rubyforge.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libhighline-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libhighline-ruby/
-Standards-Version: 3.8.1
-Homepage: http://highline.rubyforge.org/
 
 Package: libhighline-ruby
 Depends: libhighline-ruby1.8, ${misc:Depends}
@@ -38,8 +38,17 @@
 Package: libhighline-ruby1.8
 Depends: ruby1.8, ${misc:Depends}
 Architecture: all
-Description: High-level interactive IO Ruby library
+Description: High-level interactive IO Ruby 1.8 library
  High-level IO library that provides validation, type conversion, and more for
  command-line interfaces. HighLine also includes a complete menu system that
  can crank out anything from simple list selection to complete shells with just
  minutes of work.
+
+Package: libhighline-ruby1.9.1
+Depends: ruby1.8, ${misc:Depends}
+Architecture: all
+Description: High-level interactive IO Ruby 1.9.1 library
+ High-level IO library that provides validation, type conversion, and more for
+ command-line interfaces. HighLine also includes a complete menu system that
+ can crank out anything from simple list selection to complete shells with just
+ minutes of work.




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