[SCM] Qt 4 packaging branch, experimental, updated. debian/4.8.2+dfsg-10-30-g431d352

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Mon Apr 1 17:57:45 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt4-x11.git;a=commitdiff;h=431d352

The following commit has been merged in the experimental branch:
commit 431d35209df33ff9a25abb60d7baf867e4410626
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Apr 1 14:56:42 2013 -0300

    Fix dependency in qt4-bin-dbg.
    
    It should be libqt4-dev-bin instead of libqt4-dbg.
---
 debian/changelog |    2 ++
 debian/control   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed64f62..e05a096 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,8 @@ qt4-x11 (4:4.8.4+dfsg-1) UNRELEASED; urgency=low
     - sh.diff
     - QTBUG-25324_assistant_segfault_on_start_with_gcc_4.7.patch
     - qt-multiarch-plugin-path-compat.diff
+  * Fix dependency in qt4-bin-dbg. It should be libqt4-dev-bin instead of
+    libqt4-dbg.
 
  -- Timo Jyrinki <timo at debian.org>  Mon, 21 Jan 2013 08:37:04 +0000
 
diff --git a/debian/control b/debian/control
index 49fdc03..cc2b461 100644
--- a/debian/control
+++ b/debian/control
@@ -713,7 +713,7 @@ Package: qt4-bin-dbg
 Priority: extra
 Architecture: any
 Section: debug
-Depends: libqt4-dbg (= ${binary:Version}), ${misc:Depends}
+Depends: libqt4-dev-bin (= ${binary:Version}), ${misc:Depends}
 Recommends: libqt4-dbg
 Breaks: libqt4-dbg (<< 4:4.7.3-3)
 Replaces: libqt4-dbg (<< 4:4.7.3-3)

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list