[DRE-commits] [SCM] ruby-romkan.git branch, master, updated. debian/0.4-7-5-g2f7b8b7

Paul van Tilburg paulvt at debian.org
Tue May 29 18:52:31 UTC 2012


The following commit has been merged in the master branch:
commit 6f34efd4b8b5d52d738b71057b2da2bcb4163bbe
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Tue May 29 20:49:39 2012 +0200

    Set priority of the transitional packages to extra; added myself to uploaders

diff --git a/debian/changelog b/debian/changelog
index 99eaebb..0f24c81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-romkan (0.4-8) UNRELEASED; urgency=low
+
+  * debian/control:
+    - Added myself to uploaders.
+    - Prefer ruby over ruby-interpreter in the depends.
+    - Changed the priority of the transitional packages to "extra".
+
+ -- Paul van Tilburg <paulvt at debian.org>  Tue, 29 May 2012 20:48:29 +0200
+
 ruby-romkan (0.4-7) unstable; urgency=low
 
   * debian/control: change Maintainer to Debian Ruby Extra Maintainers.
diff --git a/debian/control b/debian/control
index a8c5d73..65ef42e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: ruby-romkan
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>, Paul van Tilburg <paulvt at debian.org>
 Build-Depends: debhelper (>> 7.0.0)
 Standards-Version: 3.9.2
 
 Package: ruby-romkan
 Architecture: all
-Depends: ruby-interpreter | ruby, ${misc:Depends}
+Depends: ruby | ruby-interpreter, ${misc:Depends}
 Replaces: libromkan-ruby (<< 0.4-7~), libromkan-ruby1.8 (<< 0.4-7~) 
 Conflicts: libromkan-ruby (<< 0.4-7~), libromkan-ruby1.8 (<< 0.4-7~)
 Provides: libromkan-ruby, libromkan-ruby1.8
@@ -19,6 +19,7 @@ Description: Romaji <-> Kana conversion library for Ruby
  
 Package: libromkan-ruby
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-romkan
 Description: Transitional package for ruby-romkan
@@ -27,6 +28,7 @@ Description: Transitional package for ruby-romkan
 
 Package: libromkan-ruby1.8
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-romkan
 Description: Transitional package for ruby-romkan

-- 
ruby-romkan.git



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