[SCM] qtruby packaging branch, master, updated. 27c1664cc9f0cb0bff97a1d6a12a2a720327c923

Pino Toscano pino at alioth.debian.org
Sun Aug 14 13:55:19 UTC 2011


The following commit has been merged in the master branch:
commit 27c1664cc9f0cb0bff97a1d6a12a2a720327c923
Author: Pino Toscano <pino at debian.org>
Date:   Sun Aug 14 15:55:04 2011 +0200

    require smoke-dev-tools >= 4.7.0, and make libqtruby4shared-dev depend on it
---
 debian/changelog |    2 ++
 debian/control   |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 34c2fce..4594289 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ qtruby (4:4.7.0-0r1) UNRELEASED; urgency=low
     - libsmokeqt4-dbg: make it break/replace kdebindings-dbg
     - add ${misc:Depends} to the packages lacking it
    - improve descriptions
+   - require smoke-dev-tools >= 4.7.0, and make libqtruby4shared-dev
+     depend on it
   * Update the patches:
     - strip sequence numbers from the filenames
     - refresh
diff --git a/debian/control b/debian/control
index 66700f4..661c4b2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Torsten Marek <shlomme at debian.org>, Sune Vuorela <sune at debian.org>, David Palacio <dpalacio at orbitalibre.org>, Michael Meskes <meskes at debian.org>
 Build-Depends: debhelper (>= 7.4.10), pkg-kde-tools (>= 0.6.8), cmake,
- smoke-dev-tools, libsmokeqt4-dev, ruby1.8, ruby1.8-dev, libqt4-dev,
- libqtwebkit-dev, libphonon-dev, libqscintilla2-dev
+ smoke-dev-tools (>= 4:4.7.0), libsmokeqt4-dev, ruby1.8, ruby1.8-dev,
+ libqt4-dev, libqtwebkit-dev, libphonon-dev, libqscintilla2-dev
 Standards-Version: 3.9.2
 Homepage: http://projects.kde.org/projects/kde/kdebindings/ruby/qtruby
 Vcs-Git: git://git.debian.org/git/pkg-kde/kde-sc/qtruby.git
@@ -23,7 +23,7 @@ Description: internal library for Qt 4 Ruby bindings
 Package: libqtruby4shared-dev
 Section: libdevel
 Architecture: any
-Depends: ${so:Depends}, ${misc:Depends}
+Depends: ${so:Depends}, ${misc:Depends}, smoke-dev-tools (>= 4:4.7.0)
 Description: internal library for Qt 4 Ruby bindings -- development
  This package provides the development files of the internal Qt Ruby library.
  .

-- 
qtruby packaging



More information about the pkg-kde-commits mailing list