[neon/extras/qcoro/Neon/release] debian: drop unused ${shlibs:Depends} substvars

Pino Toscano null at kde.org
Wed May 4 12:31:29 BST 2022


Git commit 969d49a870ea444f35b85efaf11f78430d195764 by Pino Toscano.
Committed on 16/04/2022 at 10:27.
Pushed by jriddell into branch 'Neon/release'.

drop unused ${shlibs:Depends} substvars

M  +2    -0    debian/changelog
M  +1    -3    debian/control

https://invent.kde.org/neon/extras/qcoro/commit/969d49a870ea444f35b85efaf11f78430d195764

diff --git a/debian/changelog b/debian/changelog
index 86a738b..d7cea8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ qcoro (0.4.0-5) UNRELEASED; urgency=medium
     variable.
   * Pass -DQCORO_BUILD_EXAMPLES=OFF to cmake to disable the build of examples,
     as nothing is done with them.
+  * Remove the unused ${shlibs:Depends} substvar from qcoro-doc, qcoro-qt5-dev,
+    and qcoro-qt6-dev.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 16 Apr 2022 12:18:23 +0200
 
diff --git a/debian/control b/debian/control
index 0998ce5..33fb0a1 100644
--- a/debian/control
+++ b/debian/control
@@ -78,7 +78,7 @@ Description: C++20 coroutines for Qt6 - Network
 Package: qcoro-doc
 Architecture: all
 Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
 Section: doc
 Description: C++20 coroutines for Qt5 - documentation & examples
  QCoro is a C++ library that provide set of tools to make use of C++20
@@ -94,7 +94,6 @@ Depends: libqcoro5core0 (= ${binary:Version}),
          libqcoro5network0 (= ${binary:Version}),
          qtbase5-dev (>= 5.15.0~),
          ${misc:Depends},
-         ${shlibs:Depends}
 Recommends: qcoro-doc
 Section: libdevel
 Description: C++20 coroutines for Qt5 - development
@@ -111,7 +110,6 @@ Depends: libqcoro6core0 (= ${binary:Version}),
          libqcoro6network0 (= ${binary:Version}),
          qt6-base-dev (>= 6.1.2~),
          ${misc:Depends},
-         ${shlibs:Depends}
 Recommends: qcoro-doc
 Section: libdevel
 Description: C++20 coroutines for Qt6 - development



More information about the Neon-commits mailing list