summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <pino@debian.org>2013-04-22 17:03:31 +0200
committerPino Toscano <pino@debian.org>2013-04-22 17:03:31 +0200
commit3fcd7daa05300c27547de9dab485ed591354d0b6 (patch)
treebebbeb129b753c4f4386f907f8a345b48d99d0b4
parenta151a84759b1584571520326ab6cd3012bf592d5 (diff)
downloadqtbase-3fcd7daa05300c27547de9dab485ed591354d0b6.tar.gz
control: remove extra ${shlibs:Depends} from qtbase5-private-dev and libqt5opengl5-dev
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
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.