[DRE-commits] r1741 - packages-wip/libhmac-ruby/trunk/debian

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Mon Jul 2 19:26:26 UTC 2007


Author: terceiro-guest
Date: 2007-07-02 19:26:26 +0000 (Mon, 02 Jul 2007)
New Revision: 1741

Modified:
   packages-wip/libhmac-ruby/trunk/debian/changelog
   packages-wip/libhmac-ruby/trunk/debian/control
Log:
conflicting against linopenid-ruby (< 1.1.4-2) instead of (<= 1.1.4-2)



Modified: packages-wip/libhmac-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libhmac-ruby/trunk/debian/changelog	2007-06-30 12:54:22 UTC (rev 1740)
+++ packages-wip/libhmac-ruby/trunk/debian/changelog	2007-07-02 19:26:26 UTC (rev 1741)
@@ -1,3 +1,10 @@
+libhmac-ruby (0.3-2) unstable; urgency=low
+
+  * Changing the versioned Conflicts: against libopenid-ruby from (<= 1.1.4-2)
+    to (< 1.1.4-2)
+
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Wed, 27 Jun 2007 12:01:12 -0300
+
 libhmac-ruby (0.3-1) unstable; urgency=low
 
   * Initial release. (Closes: #426889)

Modified: packages-wip/libhmac-ruby/trunk/debian/control
===================================================================
--- packages-wip/libhmac-ruby/trunk/debian/control	2007-06-30 12:54:22 UTC (rev 1740)
+++ packages-wip/libhmac-ruby/trunk/debian/control	2007-07-02 19:26:26 UTC (rev 1741)
@@ -23,7 +23,7 @@
 Package: libhmac-ruby1.8
 Architecture: all
 Depends: libruby1.8
-Conflicts: libopenid-ruby1.8 (<= 1.1.4-2)
+Conflicts: libopenid-ruby1.8 (< 1.1.4-2)
 Description: A keyed-hash message authentication code (HMAC) library for Ruby
  This library provides HMAC functionality with Ruby. HMAC is a type of "Message
  Authentication Code" (MAC) algorithm documented in RFC2104, which is used to




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