[DRE-commits] r4028 - trunk/libtzinfo-ruby/debian

Roberto C. Sanchez roberto at alioth.debian.org
Fri Aug 28 00:32:55 UTC 2009


Author: roberto
Date: 2009-08-28 00:32:54 +0000 (Fri, 28 Aug 2009)
New Revision: 4028

Modified:
   trunk/libtzinfo-ruby/debian/changelog
   trunk/libtzinfo-ruby/debian/control
Log:
* New upstream release
* Bump standards version to 3.8.3 (no changes)
* Make lintian happy:
  + Have Build-Depends satisfy requirements for 'debian/rules clean'
  + Add missing ${misc:Depends} dependency for each binary package

Modified: trunk/libtzinfo-ruby/debian/changelog
===================================================================
--- trunk/libtzinfo-ruby/debian/changelog	2009-08-28 00:29:53 UTC (rev 4027)
+++ trunk/libtzinfo-ruby/debian/changelog	2009-08-28 00:32:54 UTC (rev 4028)
@@ -1,13 +1,16 @@
-libtzinfo-ruby (0.3.12-2) UNRELEASED; urgency=low
+libtzinfo-ruby (0.3.14-1) unstable; urgency=low
 
-  [ Roberto C. Sanchez ]
-  * NOT RELEASED YET
+  * New upstream release
+  * Bump standards version to 3.8.3 (no changes)
+  * Make lintian happy:
+    + Have Build-Depends satisfy requirements for 'debian/rules clean'
+    + Add missing ${misc:Depends} dependency for each binary package
   * Update package section to ruby to comply with new archive layout.
 
   [ Lucas Nussbaum ]
   * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 08 Aug 2009 17:27:16 +0200
+ -- Roberto C. Sanchez <roberto at connexer.com>  Thu, 27 Aug 2009 18:59:36 -0400
 
 libtzinfo-ruby (0.3.12-1) unstable; urgency=low
 

Modified: trunk/libtzinfo-ruby/debian/control
===================================================================
--- trunk/libtzinfo-ruby/debian/control	2009-08-28 00:29:53 UTC (rev 4027)
+++ trunk/libtzinfo-ruby/debian/control	2009-08-28 00:32:54 UTC (rev 4028)
@@ -3,16 +3,15 @@
 Priority: extra
 Maintainer: Athena Capital Research <acr-debian at athenacr.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Roberto C. Sanchez <roberto at connexer.com>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ruby-pkg-tools (>= 0.14)
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.14)
+Standards-Version: 3.8.3
 Homepage: http://tzinfo.rubyforge.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libtzinfo-ruby/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libtzinfo-ruby/
 
 Package: libtzinfo-ruby
 Architecture: all
-Depends: libtzinfo-ruby1.8
+Depends: libtzinfo-ruby1.8, ${misc:Depends}
 Description: Ruby library for transformations between time zones
  TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
  daylight savings aware transformations between times in different time zones.
@@ -24,7 +23,7 @@
 
 Package: libtzinfo-ruby1.8
 Architecture: all
-Depends: libruby1.8
+Depends: libruby1.8, ${misc:Depends}
 Description: Ruby library for transformations between time zones (Ruby 1.8)
  TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
  daylight savings aware transformations between times in different time zones.
@@ -35,7 +34,7 @@
 
 Package: libtzinfo-ruby1.9
 Architecture: all
-Depends: libruby1.9
+Depends: libruby1.9, ${misc:Depends}
 Description: Ruby library for transformations between time zones (Ruby 1.9)
  TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
  daylight savings aware transformations between times in different time zones.




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