[DRE-commits] r4986 - trunk/libuuidtools-ruby/debian

Marc Dequènes duck at alioth.debian.org
Sun Mar 21 09:44:01 UTC 2010


Author: duck
Date: 2010-03-21 09:43:59 +0000 (Sun, 21 Mar 2010)
New Revision: 4986

Modified:
   trunk/libuuidtools-ruby/debian/changelog
   trunk/libuuidtools-ruby/debian/control
   trunk/libuuidtools-ruby/debian/control.in
Log:
[evol/fix] Ruby 1.9.1 + #573286

Modified: trunk/libuuidtools-ruby/debian/changelog
===================================================================
--- trunk/libuuidtools-ruby/debian/changelog	2010-03-20 21:02:57 UTC (rev 4985)
+++ trunk/libuuidtools-ruby/debian/changelog	2010-03-21 09:43:59 UTC (rev 4986)
@@ -1,3 +1,11 @@
+libuuidtools-ruby (2.1.1-2) unstable; urgency=low
+
+  * Added support for Ruby 1.9.1.
+  * Removed useless depends on 'rubygems' (only used in source
+    rakefiles) (Closes: #573286).
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sun, 21 Mar 2010 10:31:41 +0100
+
 libuuidtools-ruby (2.1.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #558817).

Modified: trunk/libuuidtools-ruby/debian/control
===================================================================
--- trunk/libuuidtools-ruby/debian/control	2010-03-20 21:02:57 UTC (rev 4985)
+++ trunk/libuuidtools-ruby/debian/control	2010-03-21 09:43:59 UTC (rev 4986)
@@ -4,18 +4,26 @@
 Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ruby (>= 1.8.1), ruby-pkg-tools (>= 0.8)
-Build-Depends-Indep: rdoc (>= 1.8.1), graphviz
+Build-Depends-Indep: ruby1.8, ruby1.9.1, rdoc1.8, rdoc1.9.1, graphviz
 Standards-Version: 3.8.4
 Homepage: http://rubyforge.org/projects/uuidtools/
 
 Package: libuuidtools-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, libopenssl-ruby1.8, rubygems1.8
+Depends: ${misc:Depends}, libruby1.8, libopenssl-ruby1.8
 Description: UUIDs generation library for Ruby
  UUIDTools was designed to be a simple library for generating any
  of the various types of UUIDs (or GUIDs if you prefer to call
  them that). It conforms to RFC 4122 whenever possible.
 
+Package: libuuidtools-ruby1.9.1
+Architecture: all
+Depends: ${misc:Depends}, libruby1.9.1, libopenssl-ruby1.9.1
+Description: UUIDs generation library for Ruby
+ UUIDTools was designed to be a simple library for generating any
+ of the various types of UUIDs (or GUIDs if you prefer to call
+ them that). It conforms to RFC 4122 whenever possible.
+
 Package: libuuidtools-ruby
 Architecture: all
 Depends: ${misc:Depends}, libuuidtools-ruby1.8
@@ -25,7 +33,7 @@
  them that). It conforms to RFC 4122 whenever possible.
  .
  This is a dependency package, which depends on a UUIDTools package
- built for the latest version of Ruby.
+ built for the current default version of Ruby.
 
 Package: libuuidtools-ruby-doc
 Architecture: all

Modified: trunk/libuuidtools-ruby/debian/control.in
===================================================================
--- trunk/libuuidtools-ruby/debian/control.in	2010-03-20 21:02:57 UTC (rev 4985)
+++ trunk/libuuidtools-ruby/debian/control.in	2010-03-21 09:43:59 UTC (rev 4986)
@@ -4,18 +4,26 @@
 Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: @cdbs@, ruby (>= 1.8.1), ruby-pkg-tools (>= 0.8)
-Build-Depends-Indep: rdoc (>= 1.8.1), graphviz
+Build-Depends-Indep: ruby1.8, ruby1.9.1, rdoc1.8, rdoc1.9.1, graphviz
 Standards-Version: 3.8.4
 Homepage: http://rubyforge.org/projects/uuidtools/
 
 Package: libuuidtools-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, libopenssl-ruby1.8, rubygems1.8
+Depends: ${misc:Depends}, libruby1.8, libopenssl-ruby1.8
 Description: UUIDs generation library for Ruby
  UUIDTools was designed to be a simple library for generating any
  of the various types of UUIDs (or GUIDs if you prefer to call
  them that). It conforms to RFC 4122 whenever possible.
 
+Package: libuuidtools-ruby1.9.1
+Architecture: all
+Depends: ${misc:Depends}, libruby1.9.1, libopenssl-ruby1.9.1
+Description: UUIDs generation library for Ruby
+ UUIDTools was designed to be a simple library for generating any
+ of the various types of UUIDs (or GUIDs if you prefer to call
+ them that). It conforms to RFC 4122 whenever possible.
+
 Package: libuuidtools-ruby
 Architecture: all
 Depends: ${misc:Depends}, libuuidtools-ruby1.8
@@ -25,7 +33,7 @@
  them that). It conforms to RFC 4122 whenever possible.
  .
  This is a dependency package, which depends on a UUIDTools package
- built for the latest version of Ruby.
+ built for the current default version of Ruby.
 
 Package: libuuidtools-ruby-doc
 Architecture: all




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