[neon/extras/phonon-backend-vlc/Neon/release] debian: pkgconf and clean up transitionals
Carlos De Maine
null at kde.org
Fri Jan 17 20:33:47 GMT 2025
Git commit fbaa7660b7ef43ab137ce7bc85ebfb56ce4952eb by Carlos De Maine.
Committed on 17/01/2025 at 20:33.
Pushed by carlosdem into branch 'Neon/release'.
pkgconf and clean up transitionals
M +16 -8 debian/control
https://invent.kde.org/neon/extras/phonon-backend-vlc/-/commit/fbaa7660b7ef43ab137ce7bc85ebfb56ce4952eb
diff --git a/debian/control b/debian/control
index 95abb70..5d3804d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: cmake,
libvlc-dev,
libvlccore-dev,
libx11-dev,
- pkg-config,
+ pkgconf,
pkg-kde-tools-neon,
qtbase5-dev,
qttools5-dev,
@@ -50,7 +50,9 @@ Description: Qt5 Phonon VLC backend
This package contains VLC backend for Phonon4Qt5.
Package: phonon5-backend-vlc
-Architecture: any
+Architecture: all
+Section: oldlibs
+Priority: optional
Depends: qt5-phonon-backend-vlc,
Description: Qt5 Phonon VLC backend - transitional
This dummy package can be safely removed.
@@ -80,19 +82,25 @@ Description: Qt6 Phonon VLC backend
This package contains VLC backend for Qt6 Phonon.
Package: phonon6-backend-vlc
-Architecture: any
-Depends: qt6-phonon-backend-vlc,
+Architecture: all
+Depends: qt6-phonon-backend-vlc, ${misc:Depends},
+Section: oldlibs
+Priority: optional
Description: Qt6 Phonon VLC backend - transitional
This dummy package can be safely removed.
Package: phonon4qt6-backend-vlc
-Architecture: any
-Depends: qt6-phonon-backend-vlc,
+Architecture: all
+Section: oldlibs
+Priority: optional
+Depends: qt6-phonon-backend-vlc, ${misc:Depends},
Description: Qt6 Phonon VLC backend - transitional
This dummy package can be safetly removed.
Package: phonon-backend-vlc-common
-Architecture: any
-Depends: qt6-phonon-backend-vlc
+Architecture: all
+Section: oldlibs
+Priority: optional
+Depends: qt6-phonon-backend-vlc, ${misc:Depends},
Description: Qt6 Phonon VLC backend - transitional
This dummy package can be safetly removed.
More information about the Neon-commits
mailing list