[DRE-commits] r5072 - in trunk/libhmac-ruby/debian: . source

Paul van Tilburg paulvt at alioth.debian.org
Fri Apr 9 22:30:26 UTC 2010


Author: paulvt
Date: 2010-04-09 22:30:25 +0000 (Fri, 09 Apr 2010)
New Revision: 5072

Added:
   trunk/libhmac-ruby/debian/source/
   trunk/libhmac-ruby/debian/source/format
Modified:
   trunk/libhmac-ruby/debian/changelog
   trunk/libhmac-ruby/debian/control
   trunk/libhmac-ruby/debian/watch
Log:
* New upstream release.
* debian/watch: Updated, original host is not up anymore, using RubyForge.
* debian/control: 
  - Added myself to Uploaders. 
  - Bumped standards version to 3.8.4.
  - Added ${misc:Depends} to the depends of libhmac-ruby and libhmac-ruby1.8.
* debian/source/format: Switched to the 3.0 (quilt) source format. 

Modified: trunk/libhmac-ruby/debian/changelog
===================================================================
--- trunk/libhmac-ruby/debian/changelog	2010-04-09 21:39:04 UTC (rev 5071)
+++ trunk/libhmac-ruby/debian/changelog	2010-04-09 22:30:25 UTC (rev 5072)
@@ -1,16 +1,22 @@
-libhmac-ruby (0.3-3) UNRELEASED; urgency=low
+libhmac-ruby (0.3.2-1) UNRELEASED; urgency=low
 
-  [ Daigo Moriwaki ]
-  * NOT RELEASED YET
-
   [ Lucas Nussbaum ]
   * Use new Homepage dpkg header.
 
   [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Apr 2009 15:54:32 -0500
+  [ Paul van Tilburg ]
+  * New upstream release.
+  * debian/watch: Updated, original host is not up anymore, using RubyForge.
+  * debian/control: 
+    - Added myself to Uploaders. 
+    - Bumped standards version to 3.8.4.
+    - Added ${misc:Depends} to the depends of libhmac-ruby and libhmac-ruby1.8.
+  * debian/source/format: Switched to the 3.0 (quilt) source format. 
 
+ -- Paul van Tilburg <paulvt at debian.org>  Sat, 10 Apr 2010 00:29:09 +0200
+
 libhmac-ruby (0.3-2) unstable; urgency=low
 
   [ Antonio Terceiro ]

Modified: trunk/libhmac-ruby/debian/control
===================================================================
--- trunk/libhmac-ruby/debian/control	2010-04-09 21:39:04 UTC (rev 5071)
+++ trunk/libhmac-ruby/debian/control	2010-04-09 22:30:25 UTC (rev 5072)
@@ -2,16 +2,16 @@
 Section: ruby
 Priority: optional
 Maintainer: Daigo Moriwaki <daigo at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>, Paul van Tilburg <paulvt at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libhmac-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libhmac-ruby/
-Standards-Version: 3.7.2
+Standards-Version: 3.8.4
 Homepage: http://deisui.org/~ueno/ruby/hmac.html
 
 Package: libhmac-ruby
 Architecture: all
-Depends: libhmac-ruby1.8
+Depends: libhmac-ruby1.8, ${misc:Depends}
 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
@@ -23,7 +23,7 @@
 
 Package: libhmac-ruby1.8
 Architecture: all
-Depends: libruby1.8
+Depends: libruby1.8, ${misc:Depends}
 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

Added: trunk/libhmac-ruby/debian/source/format
===================================================================
--- trunk/libhmac-ruby/debian/source/format	                        (rev 0)
+++ trunk/libhmac-ruby/debian/source/format	2010-04-09 22:30:25 UTC (rev 5072)
@@ -0,0 +1 @@
+3.0 (quilt)

Modified: trunk/libhmac-ruby/debian/watch
===================================================================
--- trunk/libhmac-ruby/debian/watch	2010-04-09 21:39:04 UTC (rev 5071)
+++ trunk/libhmac-ruby/debian/watch	2010-04-09 22:30:25 UTC (rev 5072)
@@ -1,23 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
-
-# Uncomment to examine a Webpage 
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php libhmac-ruby-(.*)\.tar\.gz
-http://deisui.org/~ueno/ruby/hmac.html ruby-hmac-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/libhmac-ruby-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/libhmac-ruby-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for devscripts >= 2.9
-# http://sf.net/libhmac-ruby/libhmac-ruby-(.*)\.tar\.gz
-
-
+http://rubyforge.org/frs/?group_id=4220 .*/ruby-hmac-(.*)\.tgz




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