[SCM] qbs packaging branch, master, updated. debian/1.8.1+dfsg-4-6-gc2e9d3e
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Sep 12 13:07:23 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qbs.git;a=commitdiff;h=ef4915e
The following commit has been merged in the master branch:
commit ef4915eb9f761e6d04a80c4281880128a34ea617
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Sep 12 16:01:13 2017 +0300
Make libqbscore1.8 depend on qbs-common.
Closes: #875434.
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1bd9e5c..68fd434 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
qbs (1.8.1+dfsg-4) UNRELEASED; urgency=medium
+ * Make libqbscore1.8 depend on qbs-common (closes: #875434).
-- Dmitry Shachnev <mitya57 at debian.org> Tue, 12 Sep 2017 15:46:40 +0300
diff --git a/debian/control b/debian/control
index 6068396..117f03c 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/qt/qbs.git
Package: qbs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
-Depends: qbs-common, ${misc:Depends}, ${shlibs:Depends}
+Depends: qbs-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Breaks: qtcreator (<< 3.2.1+dfsg-8~)
Replaces: qtcreator (<< 3.2.1+dfsg-8~)
Description: cross-platform build tool
@@ -45,7 +45,7 @@ Package: libqbscore1.8
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qbs-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Qbs core library
Qbs is a general purpose cross-platform build tool that aims at fast and
correct incremental builds. It features a project description language that
--
qbs packaging
More information about the pkg-kde-commits
mailing list