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

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


Author: terceiro-guest
Date: 2007-07-02 19:47:39 +0000 (Mon, 02 Jul 2007)
New Revision: 1742

Added:
   packages-wip/libhmac-ruby/trunk/debian/libhmac-ruby1.8.install
Modified:
   packages-wip/libhmac-ruby/trunk/debian/changelog
   packages-wip/libhmac-ruby/trunk/debian/control
   packages-wip/libhmac-ruby/trunk/debian/rules
Log:
there is no '<', but '<<'

installing library files manually

adding myself in Uploaders:



Modified: packages-wip/libhmac-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libhmac-ruby/trunk/debian/changelog	2007-07-02 19:26:26 UTC (rev 1741)
+++ packages-wip/libhmac-ruby/trunk/debian/changelog	2007-07-02 19:47:39 UTC (rev 1742)
@@ -1,9 +1,11 @@
 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)
+  * debian/control: Changing the versioned Conflicts: against libopenid-ruby
+    from (<= 1.1.4-2) to (<< 1.1.4-2)
+  * debian/control: adding myself in Uploaders:
+  * debian/libhmac-ruby1.8.install: installing library files explictly
 
- -- Antonio Terceiro <terceiro at softwarelivre.org>  Wed, 27 Jun 2007 12:01:12 -0300
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Mon,  2 Jul 2007 16:41:44 -0300
 
 libhmac-ruby (0.3-1) unstable; urgency=low
 

Modified: packages-wip/libhmac-ruby/trunk/debian/control
===================================================================
--- packages-wip/libhmac-ruby/trunk/debian/control	2007-07-02 19:26:26 UTC (rev 1741)
+++ packages-wip/libhmac-ruby/trunk/debian/control	2007-07-02 19:47:39 UTC (rev 1742)
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Daigo Moriwaki <daigo at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>
 Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools
 Standards-Version: 3.7.2
 
@@ -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

Added: packages-wip/libhmac-ruby/trunk/debian/libhmac-ruby1.8.install
===================================================================
--- packages-wip/libhmac-ruby/trunk/debian/libhmac-ruby1.8.install	                        (rev 0)
+++ packages-wip/libhmac-ruby/trunk/debian/libhmac-ruby1.8.install	2007-07-02 19:47:39 UTC (rev 1742)
@@ -0,0 +1,6 @@
+hmac-md5.rb        usr/lib/ruby/1.8
+hmac-rmd160.rb     usr/lib/ruby/1.8
+hmac-sha1.rb       usr/lib/ruby/1.8
+hmac-sha2.rb       usr/lib/ruby/1.8
+hmac.rb            usr/lib/ruby/1.8
+

Modified: packages-wip/libhmac-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libhmac-ruby/trunk/debian/rules	2007-07-02 19:26:26 UTC (rev 1741)
+++ packages-wip/libhmac-ruby/trunk/debian/rules	2007-07-02 19:47:39 UTC (rev 1742)
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
   
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 




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