[neon/kde/libkexiv2/Neon/stable] debian: ya dozy pelic, get the solib #'s right

Carlos De Maine null at kde.org
Mon Jan 22 13:35:41 GMT 2024


Git commit eaa3915f086cbb39f1b613a3228e17b3a026f501 by Carlos De Maine.
Committed on 22/01/2024 at 14:35.
Pushed by carlosdem into branch 'Neon/stable'.

ya dozy pelic, get the solib #'s right

M  +2    -9    debian/control
A  +2    -0    debian/libkf5kexiv2-15.0.0.install
D  +0    -2    debian/libkf5kexiv2-15.1.0.install

https://invent.kde.org/neon/kde/libkexiv2/-/commit/eaa3915f086cbb39f1b613a3228e17b3a026f501

diff --git a/debian/control b/debian/control
index d4be610..5c7758c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/libkexiv2.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/libkexiv2.git
 
-Package: libkf5kexiv2-15.1.0
+Package: libkf5kexiv2-15.0.0
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -32,7 +32,7 @@ Description: Qt like interface for the libexiv2 library
 Package: libkf5kexiv2-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5kexiv2-15.1.0 (= ${binary:Version}),
+Depends: libkf5kexiv2-15.0.0 (= ${binary:Version}),
          qtbase5-dev,
          ${misc:Depends}
 Description: Qt-like interface for the libexiv2 library -- development files
@@ -41,10 +41,3 @@ Description: Qt-like interface for the libexiv2 library -- development files
  .
  This package contains the development files and the documentation.
  The library documentation is available in the kexiv2.h header file.
-
-Package: libkf5kexiv2-15.0.0
-Section: oldlibs
-Architecture: all
-Depends: libkf5kexiv2-15.1.0, ${misc:Depends}, ${shlibs:Depends}
-Description: Dummy transitional package.
- This is a dummy transitional package and can be safely removed.
\ No newline at end of file
diff --git a/debian/libkf5kexiv2-15.0.0.install b/debian/libkf5kexiv2-15.0.0.install
new file mode 100644
index 0000000..c6b4073
--- /dev/null
+++ b/debian/libkf5kexiv2-15.0.0.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5KExiv2.so.15.0.0
+usr/lib/*/libKF5KExiv2.so.5.1.0
diff --git a/debian/libkf5kexiv2-15.1.0.install b/debian/libkf5kexiv2-15.1.0.install
deleted file mode 100644
index 4d8077e..0000000
--- a/debian/libkf5kexiv2-15.1.0.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libKF5KExiv2.so.15.0
-usr/lib/*/libKF5KExiv2.so.5.0


More information about the Neon-commits mailing list