[neon/neon-packaging/libkexiv2-6/Neon/unstable] debian: lint

Carlos De Maine null at kde.org
Thu Nov 9 00:59:20 GMT 2023


Git commit 576b928d6ae880a60d96e7566ac4a66c456a19c4 by Carlos De Maine.
Committed on 09/11/2023 at 01:59.
Pushed by carlosdem into branch 'Neon/unstable'.

lint

M  +4    -1    debian/control
M  +0    -3    debian/rules

https://invent.kde.org/neon/neon-packaging/libkexiv2-6/-/commit/576b928d6ae880a60d96e7566ac4a66c456a19c4

diff --git a/debian/control b/debian/control
index 3b22e61..5e6fdde 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: libkf6kexiv2 (<< ${source:Version}~ciBuild)
+Provides: libkf6kexiv2
 Description: Qt like interface for the libexiv2 library
  Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
  pictures metadata.
@@ -36,8 +37,10 @@ Depends: libkexiv2qt6(= ${binary:Version}),
          qt6-base-dev,
          ${misc:Depends}
 Replaces: libkf6kexiv2-dev (<< ${source:Version}~ciBuild)
+Provides: libkf6kexiv2-dev
 Description: Qt-like interface for the libexiv2 library -- development files
- Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate pictures metadata.
+ Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate pictures
+ metadata.
  .
  This package contains the development files and the documentation.
  The library documentation is available in the kexiv2.h Qt6 header file.
diff --git a/debian/rules b/debian/rules
index 113c5e3..f21e70f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,3 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
-


More information about the Neon-commits mailing list