[DRE-commits] r4733 - trunk/libhttp-access2-ruby/debian

Gunnar Wolf gwolf at alioth.debian.org
Tue Feb 16 22:28:11 UTC 2010


Author: gwolf
Date: 2010-02-16 22:28:09 +0000 (Tue, 16 Feb 2010)
New Revision: 4733

Modified:
   trunk/libhttp-access2-ruby/debian/changelog
   trunk/libhttp-access2-ruby/debian/control
Log:
* Port the package to Ruby 1.9.1 (Closes: #569847)
* Added myself as an uploader
* Standards-version 3.8.3?\226?\134?\1463.8.4 (no changes needed)
* Replaced ambiguous ?\194?\171<?\194?\187 specifier on conflicts/provides with ?\194?\171<<?\194?\187 as
  Lintian helpfully suggests (policy 7.1)

Modified: trunk/libhttp-access2-ruby/debian/changelog
===================================================================
--- trunk/libhttp-access2-ruby/debian/changelog	2010-02-16 22:18:12 UTC (rev 4732)
+++ trunk/libhttp-access2-ruby/debian/changelog	2010-02-16 22:28:09 UTC (rev 4733)
@@ -1,3 +1,13 @@
+libhttp-access2-ruby (2.1.5.2-2) unstable; urgency=low
+
+  * Port the package to Ruby 1.9.1 (Closes: #569847)
+  * Added myself as an uploader
+  * Standards-version 3.8.3→3.8.4 (no changes needed)
+  * Replaced ambiguous «<» specifier on conflicts/provides with «<<» as
+    Lintian helpfully suggests (policy 7.1)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 16 Feb 2010 16:26:46 -0600
+
 libhttp-access2-ruby (2.1.5.2-1) unstable; urgency=low
 
   * adopt package (Closes: #532928)

Modified: trunk/libhttp-access2-ruby/debian/control
===================================================================
--- trunk/libhttp-access2-ruby/debian/control	2010-02-16 22:18:12 UTC (rev 4732)
+++ trunk/libhttp-access2-ruby/debian/control	2010-02-16 22:28:09 UTC (rev 4733)
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
 DM-Upload-Allowed: yes
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.15), ruby1.8, ruby1.9
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Gunnar Wolf <gwolf at debian.org>
+Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.17), ruby1.8, ruby1.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libhttp-access2-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libhttp-access2-ruby/
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://dev.ctor.org/http-access2/
 
 Package: libhttp-access2-ruby
@@ -29,8 +29,8 @@
 Package: libhttpclient-ruby1.8
 Architecture: all
 Depends: ${misc:Depends}, libruby1.8, libopenssl-ruby1.8
-Conflicts: libhttp-access2-ruby1.8 (< 2.1.5.1-1)
-Replaces: libhttp-access2-ruby1.8 (< 2.1.5.1-1)
+Conflicts: libhttp-access2-ruby1.8 (<< 2.1.5.1-1)
+Replaces: libhttp-access2-ruby1.8 (<< 2.1.5.1-1)
 Description: HTTP client library for ruby (ruby 1.8 version)
  httpclient gives something like the functionality of
  libwww-perl (LWP) in Ruby.
@@ -53,10 +53,10 @@
  .
  This package is built for ruby 1.8.
 
-Package: libhttpclient-ruby1.9
+Package: libhttpclient-ruby1.9.1
 Architecture: all
-Depends: ${misc:Depends}, libruby1.9, libopenssl-ruby1.9
-Description: HTTP client library for ruby (ruby 1.9 version)
+Depends: ${misc:Depends}, libruby1.9.1, libopenssl-ruby1.9.1
+Description: HTTP client library for ruby (ruby 1.9.1 version)
  httpclient gives something like the functionality of
  libwww-perl (LWP) in Ruby.
  .
@@ -76,7 +76,7 @@
           o you don't have to care HTTP/1.1 persistent connection (httpclient
             cares instead of you)
  .
- This package is built for ruby 1.9.
+ This package is built for ruby 1.9.1.
 
 Package: libhttp-access2-ruby1.8
 Architecture: all




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