[neon/kf6/kpty/Neon/unstable] debian: fix install

Jonathan Esk-Riddell null at kde.org
Wed Jan 25 15:35:24 GMT 2023


Git commit ac4b06f2b1a6897412a24da5e4fd741c1a0c091e by Jonathan Esk-Riddell.
Committed on 25/01/2023 at 15:35.
Pushed by jriddell into branch 'Neon/unstable'.

fix install

M  +3    -5    debian/control

https://invent.kde.org/neon/kf6/kpty/commit/ac4b06f2b1a6897412a24da5e4fd741c1a0c091e

diff --git a/debian/control b/debian/control
index 73bc967..a75c5fa 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: cmake,
                libutempter-dev,
                pkg-kde-tools-neon,
                qt6-base-dev,
-               qt6-tools-dev,
+               qt6-tools-dev
 Standards-Version: 4.1.4
 Homepage: https://projects.kde.org/projects/frameworks/kpty
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kpty
@@ -22,8 +22,7 @@ Package: kf6-kpty
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends:   ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Pty abstraction.
  Provides primitives for opening & closing a pseudo
  TTY pair, assigning the controlling TTY, utmp
@@ -35,8 +34,7 @@ Package: kf6-kpty-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-kpty (= ${binary:Version}),
-         ${misc:Depends}
+Depends: kf6-kpty (= ${binary:Version}), ${misc:Depends}
 Recommends: kf6-kpty (= ${source:Version})
 Description: development files for kpty
  Provides primitives for opening & closing a pseudo


More information about the Neon-commits mailing list