[DRE-commits] [SCM] Packaging for ruby-json branch, master, updated. upstream/1.5.1-11-gdbac6b3

Lucas Nussbaum lucas at lucas-nussbaum.net
Sun Apr 3 14:10:36 UTC 2011


The following commit has been merged in the master branch:
commit 4ce7d75c2af72abc5073360279ed05bd49e1410f
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sun Apr 3 15:40:35 2011 +0200

    add misc:Depends to Depends

diff --git a/debian/control b/debian/control
index 97ac0ee..dc4de79 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Description: JSON files editor
 Package: libjson-ruby
 Section: oldlibs
 Architecture: all
-Depends: ruby-json
+Depends: ${misc:Depends}, ruby-json
 Description: Transitional package for ruby-json
  This is a transitional package to ease upgrades to the ruby-json
  package. It can safely be removed.
@@ -43,7 +43,7 @@ Description: Transitional package for ruby-json
 Package: libjson-ruby-doc
 Section: oldlibs
 Architecture: all
-Depends: ruby-json
+Depends: ${misc:Depends}, ruby-json
 Description: Transitional package for ruby-json
  This is a transitional package to ease upgrades to the ruby-json
  package. It can safely be removed.
@@ -51,7 +51,7 @@ Description: Transitional package for ruby-json
 Package: libjson-ruby1.8
 Section: oldlibs
 Architecture: all
-Depends: ruby-json
+Depends: ${misc:Depends}, ruby-json
 Description: Transitional package for ruby-json
  This is a transitional package to ease upgrades to the ruby-json
  package. It can safely be removed.

-- 
Packaging for ruby-json



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