[SCM] qbs packaging branch, master, updated. debian/1.8.1+dfsg-3-5-gf8b22fd

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Sep 11 14:40:01 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qbs.git;a=commitdiff;h=f8b22fd

The following commit has been merged in the master branch:
commit f8b22fdca8bdf9a7eac9d2efc3ea8751544860e6
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Sep 11 17:39:38 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 a0729b4..03c5a12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qbs (1.9.0+dfsg-1) UNRELEASED; urgency=medium
   * Drop install_missing_header.diff, it was coming from upstream.
   * Refresh and rebase other patches.
   * Install upstream changelog.
+  * Make libqbscore1.8 depend on qbs-common (closes: #875434).
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 11 Sep 2017 16:36:28 +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