[neon/backports-focal/kimageannotator/Neon/release-lts] debian: update to new 0 soname
Jonathan Riddell
null at kde.org
Wed Feb 17 15:40:29 GMT 2021
Git commit f0e74affef171288f7a07c07acdd641f292dbca6 by Jonathan Riddell.
Committed on 17/02/2021 at 15:40.
Pushed by jriddell into branch 'Neon/release-lts'.
update to new 0 soname
M +17 -21 debian/control
D +0 -1 debian/libkimageannotator0.4.1.install
D +0 -1 debian/libkimageannotator0.4.1.lintian-overrides
A +2 -0 debian/libkimageannotator0.install
https://invent.kde.org/neon/backports-focal/kimageannotator/commit/f0e74affef171288f7a07c07acdd641f292dbca6
diff --git a/debian/control b/debian/control
index b7ae3e8..4601efc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,13 @@ Source: kimageannotator
Section: libs
Priority: optional
Maintainer: Boyuan Yang <byang at debian.org>
-Build-Depends:
- debhelper-compat (= 12),
- cmake (>= 3.5),
- qtbase5-dev,
- libkcolorpicker-dev (>= 0.1.4~),
- qttools5-dev-tools,
- qttools5-dev,
- libqt5svg5-dev,
+Build-Depends: cmake (>= 3.5),
+ debhelper-compat (= 12),
+ libkcolorpicker-dev (>= 0.1.4~),
+ libqt5svg5-dev,
+ qtbase5-dev,
+ qttools5-dev,
+ qttools5-dev-tools
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/ksnip/kImageAnnotator
@@ -20,23 +19,21 @@ Package: libkimageannotator-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends:
- libkcolorpicker-dev,
- libkimageannotator0.4.1 (= ${binary:Version}),
- ${misc:Depends},
+Depends: libkcolorpicker-dev,
+ libkimageannotator0 (= ${binary:Version}),
+ ${misc:Depends}
Description: Image Annotating Library (dev)
The kImageAnnotator library provides tools to annotate
images. This library is used by the ksnip project.
.
This package provides the development files.
-Package: libkimageannotator0.4.1
+Package: libkimageannotator0
Architecture: any
Multi-Arch: same
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- libkimageannotator-common (= ${source:Version}),
+Depends: libkimageannotator-common (= ${source:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Image Annotating Library (lib)
The kImageAnnotator library provides tools to annotate
images. This library is used by the ksnip project.
@@ -46,10 +43,9 @@ Description: Image Annotating Library (lib)
Package: libkimageannotator-common
Architecture: all
Multi-Arch: foreign
-Depends:
- ${misc:Depends},
-Breaks: libkimageannotator0 (<< 0.3.1-3),
-Replaces: libkimageannotator0 (<< 0.3.1-3),
+Depends: ${misc:Depends}
+Breaks: libkimageannotator0 (<< 0.3.1-3)
+Replaces: libkimageannotator0 (<< 0.3.1-3)
Description: Image Annotating Library (common data files)
The kImageAnnotator library provides tools to annotate
images. This library is used by the ksnip project.
diff --git a/debian/libkimageannotator0.4.1.install b/debian/libkimageannotator0.4.1.install
deleted file mode 100644
index dca5873..0000000
--- a/debian/libkimageannotator0.4.1.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libkImageAnnotator.so.0.4.1
diff --git a/debian/libkimageannotator0.4.1.lintian-overrides b/debian/libkimageannotator0.4.1.lintian-overrides
deleted file mode 100644
index 9124161..0000000
--- a/debian/libkimageannotator0.4.1.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-package-name-doesnt-match-sonames libkImageAnnotator0
diff --git a/debian/libkimageannotator0.install b/debian/libkimageannotator0.install
new file mode 100644
index 0000000..1188389
--- /dev/null
+++ b/debian/libkimageannotator0.install
@@ -0,0 +1,2 @@
+usr/lib/*/libkImageAnnotator.so.0
+usr/lib/*/libkImageAnnotator.so.0.*
More information about the Neon-commits
mailing list