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

Gunnar Wolf gwolf at alioth.debian.org
Tue Feb 16 21:44:46 UTC 2010


Author: gwolf
Date: 2010-02-16 21:44:46 +0000 (Tue, 16 Feb 2010)
New Revision: 4727

Modified:
   trunk/libtzinfo-ruby/debian/changelog
   trunk/libtzinfo-ruby/debian/control
   trunk/libtzinfo-ruby/debian/rules
Log:
1.9.1 transition

Modified: trunk/libtzinfo-ruby/debian/changelog
===================================================================
--- trunk/libtzinfo-ruby/debian/changelog	2010-02-16 20:06:09 UTC (rev 4726)
+++ trunk/libtzinfo-ruby/debian/changelog	2010-02-16 21:44:46 UTC (rev 4727)
@@ -1,8 +1,11 @@
-libtzinfo-ruby (0.3.14-2) UNRELEASED; urgency=low
+libtzinfo-ruby (0.3.14-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Port the package to Ruby 1.9.1 (Closes: #569873)
+  * Added myself as an uploader
+  * Standards-version 3.8.3→3.8.4 (no changes needed)
+  * Removed simple-patchsys from debian/rules (was not used)
 
- -- Roberto C. Sanchez <roberto at connexer.com>  Thu, 27 Aug 2009 20:36:08 -0400
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 16 Feb 2010 15:43:03 -0600
 
 libtzinfo-ruby (0.3.14-1) unstable; urgency=low
 

Modified: trunk/libtzinfo-ruby/debian/control
===================================================================
--- trunk/libtzinfo-ruby/debian/control	2010-02-16 20:06:09 UTC (rev 4726)
+++ trunk/libtzinfo-ruby/debian/control	2010-02-16 21:44:46 UTC (rev 4727)
@@ -2,9 +2,9 @@
 Section: ruby
 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, ruby-pkg-tools (>= 0.14)
-Standards-Version: 3.8.3
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Roberto C. Sanchez <roberto at connexer.com>, Gunnar Wolf <gwolf at debian.org>
+Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.17)
+Standards-Version: 3.8.4
 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/
@@ -32,14 +32,14 @@
  .
  This package is built for Ruby 1.8.
 
-Package: libtzinfo-ruby1.9
+Package: libtzinfo-ruby1.9.1
 Architecture: all
-Depends: libruby1.9, ${misc:Depends}
-Description: Ruby library for transformations between time zones (Ruby 1.9)
+Depends: libruby1.9.1, ${misc:Depends}
+Description: Ruby library for transformations between time zones (Ruby 1.9.1)
  TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
  daylight savings aware transformations between times in different time zones.
  The tz database is compiled into Ruby modules which are packaged in the
  release. No external zoneinfo files are required at runtime.
  .
- This package is built for Ruby 1.9.
+ This package is built for Ruby 1.9.1.
 

Modified: trunk/libtzinfo-ruby/debian/rules
===================================================================
--- trunk/libtzinfo-ruby/debian/rules	2010-02-16 20:06:09 UTC (rev 4726)
+++ trunk/libtzinfo-ruby/debian/rules	2010-02-16 21:44:46 UTC (rev 4727)
@@ -3,7 +3,6 @@
 DEB_AUTO_CLEANUP_RCS := yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
 
 binary/libtzinfo-ruby::




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