[DRE-commits] [SCM] ruby-rmagick.git branch, master, updated. debian/2.13.1-3-1-gc06dbdc

Vincent Fourmond fourmond at debian.org
Tue Jun 7 00:49:14 UTC 2011


The following commit has been merged in the master branch:
commit c06dbdc392fdb051c3dd677d064b3ff27d5f9589
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Tue Jun 7 02:37:55 2011 +0200

    Fix the bloody mess of incorrect transition packages

diff --git a/debian/changelog b/debian/changelog
index 6dade80..2a275fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-rmagick (2.13.1-4) experimental; urgency=low
+
+  * Name the transition packages correctly !
+
+ -- Vincent Fourmond <fourmond at debian.org>  Tue, 07 Jun 2011 02:36:06 +0200
+
 ruby-rmagick (2.13.1-3) experimental; urgency=low
 
   [ Gunnar Wolf ]
diff --git a/debian/control b/debian/control
index 6d5f26c..f8e983a 100644
--- a/debian/control
+++ b/debian/control
@@ -39,27 +39,26 @@ Description: ImageMagick API for Ruby (documentation)
 
 
 # Transitional packages
-Package: libimagemagick-ruby-doc
+Package: librmagick-ruby-doc
 Section: oldlibs
 Architecture: all
-Depends: ${misc:Depends}, ruby-imagemagick-doc
+Depends: ${misc:Depends}, ruby-rmagick-doc
 Description: Transitional package for ruby-imagemagick
  This is a transitional package to ease upgrades to the ruby-imagemagick
  package. It can safely be removed.
 
-Package: libimagemagick-ruby
+Package: librmagick-ruby
 Section: oldlibs
 Architecture: all
-Depends: ${misc:Depends}, ruby-imagemagick
+Depends: ${misc:Depends}, ruby-rmagick
 Description: Transitional package for ruby-imagemagick
  This is a transitional package to ease upgrades to the ruby-imagemagick
  package. It can safely be removed.
 
-Package: libimagemagick-ruby1.8
+Package: librmagick-ruby1.8
 Section: oldlibs
 Architecture: all
-Depends: ${misc:Depends}, ruby-imagemagick
+Depends: ${misc:Depends}, ruby-rmagick
 Description: Transitional package for ruby-imagemagick
  This is a transitional package to ease upgrades to the ruby-imagemagick
- package. It can safely be removed.
-
+ package. It can safely be removed.
\ No newline at end of file

-- 
ruby-rmagick.git



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