[DRE-commits] [SCM] ruby-commandline.git branch, master, updated. debian/0.7.10-13

Paul van Tilburg paulvt at debian.org
Thu May 31 08:15:44 UTC 2012


The following commit has been merged in the master branch:
commit d4f38e1328aaa5644b661206eed232b057fd5db7
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Tue May 29 22:40:31 2012 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 02fe257..0a47a69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
 ruby-commandline (0.7.10-13) UNRELEASED; urgency=low
 
+  [ Gunnar Wolf ]
   * Dropped Esteban Manchado from the maintainers, as he is retiring from
     the project. Thanks for all the fish!
 
+  [ Paul van Tilburg ]
+  * debian/control:
+    - Added myself to the uploaders.
+    - Dropped the depend on ruby-commandline for ruby-commandline-doc.
+    - Ensure that the priority of the transitional packages is "extra".
+
  -- Gunnar Wolf <gwolf at debian.org>  Wed, 30 Nov 2011 12:35:34 -0600
 
 ruby-commandline (0.7.10-12) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 7e3d547..9ce110a 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Package: ruby-commandline-doc
 Section: doc
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-commandline
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: libcommandline-ruby-doc (<< 0.7.10-11~)
 Breaks: libcommandline-ruby-doc (<< 0.7.10-11~)
 Provides: libcommandline-ruby-doc
@@ -45,6 +45,7 @@ Description: Ruby library to write command-line applications (documentation)
 
 Package: libcommandline-ruby
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-commandline
 Description: Transitional package for ruby-commandline
@@ -53,6 +54,7 @@ Description: Transitional package for ruby-commandline
 
 Package: libcommandline-ruby1.8
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-commandline
 Description: Transitional package for ruby-commandline
@@ -61,6 +63,7 @@ Description: Transitional package for ruby-commandline
 
 Package: libcommandline-ruby-doc
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-commandline-doc
 Description: Transitional package for ruby-commandline-doc

-- 
ruby-commandline.git



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