[neon/kde/libksane/Neon/experimental] debian: more sane package nameing (pun intended)
Carlos De Maine
null at kde.org
Tue Aug 1 23:16:02 BST 2023
Git commit 80dd19c36f900b4eb421ad9e8fadea40aa5db357 by Carlos De Maine.
Committed on 02/08/2023 at 00:16.
Pushed by carlosdem into branch 'Neon/experimental'.
more sane package nameing (pun intended)
M +11 -5 debian/control
R +0 -0 debian/libksane-data.install [from: debian/libksane6-data.install - 100% similarity]
R +0 -0 debian/libksane-dev.install [from: debian/libksane6-dev.install - 100% similarity]
R +0 -0 debian/libksane.install [from: debian/libksane6.install - 100% similarity]
https://invent.kde.org/neon/kde/libksane/-/commit/80dd19c36f900b4eb421ad9e8fadea40aa5db357
diff --git a/debian/control b/debian/control
index 2b8498c..7f52c8a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,32 +23,38 @@ Homepage: https://phabricator.kde.org/source/libksane/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/libksane
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/libksane.git
-Package: libksane6-data
+Package: libksane-data
Architecture: all
Depends: ${misc:Depends}
+Breaks: libkf5sane-data
+Replaces: libkf5sane-data
Description: scanner library (data files)
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
.
This package contains data files used by the library.
-Package: libksane6-dev
+Package: libksane-dev
Section: libdevel
Architecture: any
-Depends: libksane6 (= ${binary:Version}),
+Depends: libksane (= ${binary:Version}),
qt6-base-dev,
${misc:Depends}
+Breaks: libkf5sane-dev
+Replaces: libkf5sane-dev
Description: scanner library development headers
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
.
This package contains the scanner library development files.
-Package: libksane6
+Package: libksane
Architecture: any
-Depends: libksane6-data (= ${source:Version}),
+Depends: libksane-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
+Breaks: libkf5sane5
+Replaces: libkf5sane5
Description: scanner library (runtime)
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
diff --git a/debian/libksane6-data.install b/debian/libksane-data.install
similarity index 100%
rename from debian/libksane6-data.install
rename to debian/libksane-data.install
diff --git a/debian/libksane6-dev.install b/debian/libksane-dev.install
similarity index 100%
rename from debian/libksane6-dev.install
rename to debian/libksane-dev.install
diff --git a/debian/libksane6.install b/debian/libksane.install
similarity index 100%
rename from debian/libksane6.install
rename to debian/libksane.install
More information about the Neon-commits
mailing list