[DRE-commits] [SCM] ruby-fast-xs.git branch, master, updated. debian/0.8.0-2-2-g6ff007d

Antonio Terceiro terceiro at debian.org
Fri Jul 6 19:57:37 UTC 2012


The following commit has been merged in the master branch:
commit 6ff007db463e095e685559859e61eb9e8a3cce91
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Jul 5 08:45:00 2012 -0300

    Replace deprecated < with <<

diff --git a/debian/changelog b/debian/changelog
index c9e03ed..b2732a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 ruby-fast-xs (0.8.0-3) unstable; urgency=low
 
   * Team upload.
-  * Breaks: ruby-hpricot < 0.8.6-3~ since this package now provides a file
+  * Breaks: ruby-hpricot << 0.8.6-3~ since this package now provides a file
     that used to be provided by that package (Closes: #679847).
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 02 Jul 2012 01:02:38 -0300
diff --git a/debian/control b/debian/control
index 1288e2f..b0e3de4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # hoe (>= 2.8.0, development)
-Breaks: ruby-hpricot (< 0.8.6-3~)
+Breaks: ruby-hpricot (<< 0.8.6-3~)
 Description: ruby extension for escaping text
  fast_xs escapes text so it can be embedded more directly into XML and
  HTML without having to deal with character set issues.
\ No newline at end of file

-- 
ruby-fast-xs.git



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