[neon/extras/kpmcore/Neon/experimental] debian: Revert "rename packages"

Carlos De Maine null at kde.org
Tue Oct 31 09:55:07 GMT 2023


Git commit fab292b38f7866b8b7d32059fba638a284a7ac7e by Carlos De Maine.
Committed on 31/10/2023 at 10:55.
Pushed by carlosdem into branch 'Neon/experimental'.

Revert "rename packages"

This reverts commit 1c6cd2dbd51ffeec4a5f4cb85b4f588764e80afd

M  +11   -3    debian/control
R  +0    -0    debian/libkpmcore-dev.install [from: debian/libkpmcore6-dev.install - 100% similarity]
R  +0    -0    debian/libkpmcore12.install [from: debian/libkpmcore6-12.install - 100% similarity]

https://invent.kde.org/neon/extras/kpmcore/-/commit/fab292b38f7866b8b7d32059fba638a284a7ac7e

diff --git a/debian/control b/debian/control
index 3f2f8af..0739299 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Homepage: https://github.com/KDE/kpmcore
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kpmcore
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kpmcore.git
 
-Package: libkpmcore6-12
+Package: libkpmcore12
 Architecture: linux-any
 Replaces: libkpmcore3,
           libkpmcore4,
@@ -52,11 +52,11 @@ Description: KDE Partition Manager Core
  and may be used in more interfaces in the future. Right now it
  is unlikely to be useful installed on its own.
 
-Package: libkpmcore6-dev
+Package: libkpmcore-dev
 Section: libdevel
 Architecture: linux-any
 Depends: libatasmart-dev,
-         libkpmcore6-12 (= ${binary:Version}),
+         libkpmcore12 (= ${binary:Version}),
          qt6-base-dev,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -70,3 +70,11 @@ Description: KDE Partition Manager Core development files
  is unlikely to be useful installed on its own.
  .
  This package contains development files for kpmcore.
+
+Package: kpmcore
+Architecture: all
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Section: oldlibs
+Priority: extra
+Description: KDE Partition Manager Core - transitional
+ This is a dummy package and can be safely removed.
diff --git a/debian/libkpmcore6-dev.install b/debian/libkpmcore-dev.install
similarity index 100%
rename from debian/libkpmcore6-dev.install
rename to debian/libkpmcore-dev.install
diff --git a/debian/libkpmcore6-12.install b/debian/libkpmcore12.install
similarity index 100%
rename from debian/libkpmcore6-12.install
rename to debian/libkpmcore12.install


More information about the Neon-commits mailing list