[SCM] korundum packaging branch, master, updated. 8652b203a0484b2c39597304501d51ce0ef3f2bd

David Palacio dpalacio-guest at alioth.debian.org
Tue Jul 12 00:02:08 UTC 2011


The following commit has been merged in the master branch:
commit 8652b203a0484b2c39597304501d51ce0ef3f2bd
Author: David Palacio <dpalacio at orbitalibre.org>
Date:   Mon Jul 11 19:04:09 2011 -0500

    Add inter-module dependencies
---
 debian/changelog |    1 +
 debian/control   |   11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6e5b1a6..3c3204d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,5 +3,6 @@ korundum (4:4.6.80-1) UNRELEASED; urgency=low
   [ David Palacio ]
   * Source package `kdebindings` split.
   * Follow package naming guidelines for Ruby in Wheeze.
+  * Add inter-module dependencies.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 17 Jun 2011 22:01:09 -0500
diff --git a/debian/control b/debian/control
index c994b51..428d1c1 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Description: Ruby bindings for the KDE Development Platform
 
 Package: ruby-kde4
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby-qt4, ${shlibs:Depends}, ${misc:Depends}
 Provides: libkde4-ruby, libkde4-ruby1.8
 Replaces: libkde4-ruby (<< 4:4.6.80), libkde4-ruby1.8 (<< 4:4.6.80)
 Breaks: libkde4-ruby (<< 4:4.6.80), libkde4-ruby1.8 (<< 4:4.6.80)
@@ -45,6 +45,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: ruby-kde4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Recommends: ruby-qt4-dbg
 Replaces: kdebindings-dbg
 Breaks: kdebindings-dbg
 Description: Debug symbols for the KDE ruby bindings
@@ -55,7 +56,7 @@ Description: Debug symbols for the KDE ruby bindings
 
 Package: ruby-akonadi
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby-qt4, ${shlibs:Depends}, ${misc:Depends}
 Provides: libakonadi-ruby, libakonadi-ruby1.8
 Replaces: libakonadi-ruby (<< 4:4.6.80), libakonadi-ruby1.8 (<< 4:4.6.80)
 Breaks: libakonadi-ruby (<< 4:4.6.80), libakonadi-ruby1.8 (<< 4:4.6.80)
@@ -67,7 +68,7 @@ Description: Akonadi Ruby bindings
 
 Package: ruby-okular
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby-qt4, ${shlibs:Depends}, ${misc:Depends}
 Provides: libokular-ruby, libokular-ruby1.8
 Replaces: libokular-ruby (<< 4:4.6.80), libokular-ruby1.8 (<< 4:4.6.80)
 Breaks: libokular-ruby (<< 4:4.6.80), libokular-ruby1.8 (<< 4:4.6.80)
@@ -78,7 +79,7 @@ Description: Okular Ruby bindings
 
 Package: ruby-plasma
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby-kde4, ruby-qt4, ruby-qt4-webkit, ${shlibs:Depends}, ${misc:Depends}
 Provides: libplasma-ruby, libplasma-ruby1.8
 Replaces: libplasma-ruby (<< 4:4.6.80), libplasma-ruby1.8 (<< 4:4.6.80)
 Breaks: libplasma-ruby (<< 4:4.6.80), libplasma-ruby1.8 (<< 4:4.6.80)
@@ -89,7 +90,7 @@ Description: Plasma Ruby bindings
 
 Package: ruby-soprano
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby-qt4, ${shlibs:Depends}, ${misc:Depends}
 Provides: libsoprano-ruby, libsoprano-ruby1.8
 Replaces: libsoprano-ruby (<< 4:4.6.80), libsoprano-ruby1.8 (<< 4:4.6.80)
 Breaks: libsoprano-ruby (<< 4:4.6.80), libsoprano-ruby1.8 (<< 4:4.6.80)

-- 
korundum packaging



More information about the pkg-kde-commits mailing list