[neon/backports-jammy/appstream-jammy2/Neon/unstable] debian: rename to suit
Carlos De Maine
null at kde.org
Thu Sep 14 00:06:46 BST 2023
Git commit a7a73aba0b47db9540afbb89fa40bfa129f18eee by Carlos De Maine.
Committed on 14/09/2023 at 01:06.
Pushed by carlosdem into branch 'Neon/unstable'.
rename to suit
M +9 -9 debian/control
D +0 -1 debian/libappstreamqt-3.install
D +0 -1 debian/libappstreamqt5-3.install
D +0 -3 debian/libappstreamqt5-dev.install
https://invent.kde.org/neon/backports-jammy/appstream-jammy2/-/commit/a7a73aba0b47db9540afbb89fa40bfa129f18eee
diff --git a/debian/control b/debian/control
index 7a7759f..351ff0e 100644
--- a/debian/control
+++ b/debian/control
@@ -140,7 +140,7 @@ Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: libappstreamqt3,
Replaces: libappstreamqt3,
-Description: Qt6 library to access AppStream services
+Description: Qt5 library to access AppStream services
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
@@ -156,9 +156,9 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libappstreamqt-3 (= ${binary:Version}),
- qt6-base-dev,
+ qtbase5-dev,
${misc:Depends}
-Description: Qt library to access AppStream services (development files)
+Description: Qt5 library to access AppStream services (development files)
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
@@ -169,7 +169,7 @@ Description: Qt library to access AppStream services (development files)
This package contains development files necessary to develop
software management tools which use the Qt-based AppStream library.
-Package: libappstreamqt5-3
+Package: libappstreamqt6-3
Architecture: any
Section: libs
Multi-Arch: same
@@ -178,7 +178,7 @@ Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: libappstreamqt2,
Replaces: libappstreamqt2,
-Description: Qt5 library to access AppStream services
+Description: Qt6 library to access AppStream services
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
@@ -189,14 +189,14 @@ Description: Qt5 library to access AppStream services
This package contains a Qt-based library to access AppStream
services, like the software component metadata pool.
-Package: libappstreamqt5-dev
+Package: libappstreamqt6-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libappstreamqt5-3 (= ${binary:Version}),
- qtbase5-dev,
+Depends: libappstreamqt6-3 (= ${binary:Version}),
+ qt6-base-dev,
${misc:Depends}
-Description: Qt5 library to access AppStream services (development files)
+Description: Qt6 library to access AppStream services (development files)
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
diff --git a/debian/libappstreamqt-3.install b/debian/libappstreamqt-3.install
deleted file mode 100644
index 89bdc8f..0000000
--- a/debian/libappstreamqt-3.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libAppStreamQt.so.*
diff --git a/debian/libappstreamqt5-3.install b/debian/libappstreamqt5-3.install
deleted file mode 100644
index 709185f..0000000
--- a/debian/libappstreamqt5-3.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libAppStreamQt5.so.*
diff --git a/debian/libappstreamqt5-dev.install b/debian/libappstreamqt5-dev.install
deleted file mode 100644
index b4b9d1c..0000000
--- a/debian/libappstreamqt5-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/include/AppStreamQt5/
-usr/lib/*/cmake/AppStreamQt5/*
-usr/lib/*/libAppStreamQt5.so
More information about the Neon-commits
mailing list