[neon/qt/qtcreator/Neon/release] debian: remove not existing path for dh_shlibdeps

Pino Toscano null at kde.org
Thu May 5 12:51:58 BST 2022


Git commit 7e8a37bf9ce1cdee9807813b54107ae1106c69be by Pino Toscano.
Committed on 25/02/2022 at 21:33.
Pushed by jriddell into branch 'Neon/release'.

remove not existing path for dh_shlibdeps

M  +1    -0    debian/changelog
M  +1    -2    debian/rules

https://invent.kde.org/neon/qt/qtcreator/commit/7e8a37bf9ce1cdee9807813b54107ae1106c69be

diff --git a/debian/changelog b/debian/changelog
index 7d54d38..fc2dc9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qtcreator (7.0.0~beta2-2) UNRELEASED; urgency=medium
     - stop exporting QTC_BUILD_PLUGIN_CLANGFORMAT=FALSE
   * Pass -DCLANGTOOLING_LINK_CLANG_DYLIB=ON to cmake to link against the
     available shared libraries of clang rather than the static LLVM ones.
+  * Remove a no more existing path from the dh_shlibdeps invocation.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 25 Feb 2022 21:00:28 +0100
 
diff --git a/debian/rules b/debian/rules
index 851bcc5..5352095 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,8 +58,7 @@ override_dh_makeshlibs:
 
 override_dh_shlibdeps:
 	echo 'libQt5DesignerComponents 5 libqt5designercomponents5 (>= $(call upstream_version_of_pkg,libqt5designercomponents5)~)' > debian/shlibs.local
-	dh_shlibdeps -l$(CURDIR)/debian/qtcreator/usr/lib/$(DEB_HOST_MULTIARCH)/qtcreator:\
-	$(CURDIR)/debian/qtcreator/usr/lib/$(DEB_HOST_MULTIARCH)/qtcreator/plugins/QtProject
+	dh_shlibdeps -l$(CURDIR)/debian/qtcreator/usr/lib/$(DEB_HOST_MULTIARCH)/qtcreator
 	rm debian/shlibs.local
 
 override_dh_gencontrol-arch:



More information about the Neon-commits mailing list