[SCM] qtbase packaging branch, master, updated. debian/5.0.2+dfsg1-2-14-g3fcd7da
Pino Toscano
pino at alioth.debian.org
Mon Apr 22 15:03:43 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=3fcd7da
The following commit has been merged in the master branch:
commit 3fcd7daa05300c27547de9dab485ed591354d0b6
Author: Pino Toscano <pino at debian.org>
Date: Mon Apr 22 17:03:31 2013 +0200
control: remove extra ${shlibs:Depends} from qtbase5-private-dev and libqt5opengl5-dev
---
debian/changelog | 2 ++
debian/control | 3 +--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4c234ac..197a8db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ qtbase-opensource-src (5.0.2+dfsg1-3) UNRELEASED; urgency=low
* Move the private qsqlresult_p.h from qtbase5-dev to qtbase5-private-dev,
adding proper breaks/replaces in the latter.
* Use LD_LIBRARY_PATH on any GNU system; patch deppath_gnu.diff.
+ * debian/control: remove extra ${shlibs:Depends} from qtbase5-private-dev and
+ libqt5opengl5-dev.
[ Lisandro Damián Nicanor Pérez Meyer ]
* Update symbols files for hurd-i386, i386, ia64 and powerpc.
diff --git a/debian/control b/debian/control
index 250c369..aa3e2a7 100644
--- a/debian/control
+++ b/debian/control
@@ -286,7 +286,7 @@ Package: qtbase5-private-dev
Architecture: any
Section: libdevel
Pre-Depends: dpkg (>= 1.15.6~)
-Depends: qtbase5-dev (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: qtbase5-dev (= ${binary:Version}), ${misc:Depends}
Breaks: qtbase-dev (<< 5.0.2+dfsg1-3~)
Replaces: qtbase-dev (<< 5.0.2+dfsg1-3~)
Description: Qt 5 base private development files
@@ -305,7 +305,6 @@ Pre-Depends: dpkg (>= 1.15.6~)
Depends: libqt5opengl5 (= ${binary:Version}),
qtbase5-dev (= ${binary:Version}),
${misc:Depends},
- ${shlibs:Depends}
Description: Qt 5 OpenGL library development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
--
qtbase packaging
More information about the pkg-kde-commits
mailing list