[neon/qt6/qt6-quicktimeline/Neon/release] debian: update .install
Jonathan Riddell
null at kde.org
Wed Apr 3 18:55:04 BST 2024
Git commit 1428a811542f9b1ab8f838d670bffd98439f04be by Jonathan Riddell.
Committed on 03/04/2024 at 17:55.
Pushed by jriddell into branch 'Neon/release'.
update .install
M +6 -6 debian/control
M +3 -2 debian/qt6-quicktimeline-dev.install
https://invent.kde.org/neon/qt6/qt6-quicktimeline/-/commit/1428a811542f9b1ab8f838d670bffd98439f04be
diff --git a/debian/control b/debian/control
index 9c91dcb..55957e7 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,10 @@ Build-Depends: cmake,
libxkbcommon-dev,
mold,
ninja-build,
- pkgconf,
pkg-kde-tools,
+ pkgconf,
qt6-base-dev (>= 6.6.2~),
- qt6-declarative-dev (>= 6.6.2~),
+ qt6-declarative-dev (>= 6.6.2~)
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-quicktimeline
@@ -30,9 +30,9 @@ Section: kde
X-Neon-MergedPackage: true
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libqt6quicktimeline6,
-Replaces: libqt6quicktimeline6,
-Provides: qml6-module-qtquick-timeline,
+Breaks: libqt6quicktimeline6
+Replaces: libqt6quicktimeline6
+Provides: qml6-module-qtquick-timeline
Description: Qt 6 Quick Timeline library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
@@ -47,7 +47,7 @@ Depends: qt6-base-dev,
qt6-declarative-dev
qt6-quicktimeline (= ${binary:Version}),
${misc:Depends}
-Provides: libqt6quicktimeline6-dev,
+Provides: libqt6quicktimeline6-dev
Description: Qt 6 Quick Timeline - development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
diff --git a/debian/qt6-quicktimeline-dev.install b/debian/qt6-quicktimeline-dev.install
index 1b51e4a..2767d69 100644
--- a/debian/qt6-quicktimeline-dev.install
+++ b/debian/qt6-quicktimeline-dev.install
@@ -2,7 +2,8 @@ usr/include/
usr/lib/${DEB_HOST_MULTIARCH}/cmake/
usr/lib/${DEB_HOST_MULTIARCH}/libQt6QuickTimeline*.prl
usr/lib/${DEB_HOST_MULTIARCH}/libQt6QuickTimeline*.so
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/metatypes/
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6QuickTimelineBlendTrees.prl
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/metatypes/
usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/
-usr/lib/${DEB_HOST_MULTIARCH}/libQt6QuickTimelineBlendTrees.prl
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/modules/
More information about the Neon-commits
mailing list