[neon/neon-packaging/kweathercore/Neon/unstable] debian: not kf6 and transitionals

Carlos De Maine null at kde.org
Thu Nov 30 08:32:40 GMT 2023


Git commit 6b3951422614466314d217b8e3316d94e46581bb by Carlos De Maine.
Committed on 30/11/2023 at 09:32.
Pushed by carlosdem into branch 'Neon/unstable'.

not kf6 and transitionals

M  +31   -7    debian/control
D  +0    -4    debian/libkf6kweathercore-dev.install
D  +0    -3    debian/libkf6kweathercore5.install
A  +4    -0    debian/libkweathercore-dev.install
A  +3    -0    debian/libkweathercore6.install

https://invent.kde.org/neon/neon-packaging/kweathercore/-/commit/6b3951422614466314d217b8e3316d94e46581bb

diff --git a/debian/control b/debian/control
index 1993779..f913d0e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,26 +14,50 @@ Build-Depends: cmake,
 Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 
-Package: libkf6kweathercore-dev
+Package: libkweathercore-dev
 Section: libdevel
 Architecture: any
-Depends: libkf6kweathercore5 (= ${binary:Version}),
+Depends: libkweathercore6 (= ${binary:Version}),
          qt6-base-dev,
          ${misc:Depends}
-Breaks: libkf5kweathercore-dev
-Replaces: libkf5kweathercore-dev
+Replaces: libkf6kweathercore-dev, libkf5kweathercore-dev
+Provides: libkf6kweathercore-dev, libkf5kweathercore-dev
 Description: retrieval of weather information including forecasts and alerts
  Library to facilitate retrieval of weather information including
  forecasts and alerts.
  .
  This package contains the development files.
 
-Package: libkf6kweathercore5
+Package: libkweathercore6
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5kweathercore5
-Replaces: libkf5kweathercore5
+Replaces: libkf6kweathercore5, libkf5kweathercore5
+Provides: libkf6kweathercore5, libkf5kweathercore5
 Description: retrieval of weather information including forecasts and alerts
  Library to facilitate retrieval of weather information including
  forecasts and alerts.
+
+Package: libkf6kweathercore-dev
+Architecture: all
+Depends: libkweathercore-dev, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf6kweathercore5
+Architecture: all
+Depends: libkweathercore6, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf5kweathercore-dev
+Architecture: all
+Depends: libkweathercore-dev, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf5kweathercore5
+Architecture: all
+Depends: libkweathercore6, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
\ No newline at end of file
diff --git a/debian/libkf6kweathercore-dev.install b/debian/libkf6kweathercore-dev.install
deleted file mode 100644
index 7582182..0000000
--- a/debian/libkf6kweathercore-dev.install
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/include/KF6/
-usr/lib/*/cmake/
-usr/lib/*/libKF6KWeatherCore.so
-usr/lib/*/qt6/mkspecs/modules/
diff --git a/debian/libkf6kweathercore5.install b/debian/libkf6kweathercore5.install
deleted file mode 100644
index 9559b1e..0000000
--- a/debian/libkf6kweathercore5.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/*/libKF6KWeatherCore.so.0.*
-usr/lib/*/libKF6KWeatherCore.so.5
-usr/share/locale/*/LC_MESSAGES/
diff --git a/debian/libkweathercore-dev.install b/debian/libkweathercore-dev.install
new file mode 100644
index 0000000..370d48a
--- /dev/null
+++ b/debian/libkweathercore-dev.install
@@ -0,0 +1,4 @@
+usr/include/
+usr/lib/*/cmake/
+usr/lib/*/libKWeatherCore.so
+usr/lib/*/qt6/mkspecs/modules/
diff --git a/debian/libkweathercore6.install b/debian/libkweathercore6.install
new file mode 100644
index 0000000..ee3e958
--- /dev/null
+++ b/debian/libkweathercore6.install
@@ -0,0 +1,3 @@
+usr/lib/*/libKWeatherCore.so.0.*
+usr/lib/*/libKWeatherCore.so.5
+usr/share/locale/*/LC_MESSAGES/


More information about the Neon-commits mailing list