[neon/kf6/kf6-ktexteditor/Neon/release] debian: lints

Carlos De Maine null at kde.org
Wed Dec 18 05:26:45 GMT 2024


Git commit d6b97c2c32db45733e9d562e48e0390e5e009480 by Carlos De Maine.
Committed on 18/12/2024 at 05:26.
Pushed by carlosdem into branch 'Neon/release'.

lints

M  +6    -3    debian/control

https://invent.kde.org/neon/kf6/kf6-ktexteditor/-/commit/d6b97c2c32db45733e9d562e48e0390e5e009480

diff --git a/debian/control b/debian/control
index 49ba62b..3e67f90 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Build-Depends: cmake,
                libeditorconfig-dev,
                libgit2-dev,
                perl,
-               pkg-config,
+               pkgconf,
                pkg-kde-tools-neon,
                qt6-base-dev,
                qt6-declarative-dev,
@@ -47,7 +47,9 @@ Package: kf6-ktexteditor
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: libjs-underscore, ${misc:Depends}, ${shlibs:Depends}
+Depends: libjs-underscore,  
+         ${misc:Depends}, 
+         ${shlibs:Depends}
 Replaces: ktexteditor6-data,
           ktexteditor-katepart,
           libkf6texteditor6,
@@ -70,7 +72,8 @@ Depends: kf6-ktexteditor (= ${binary:Version}),
          kf6-kio-dev,
          kf6-kparts-dev,
          kf6-syntax-highlighting-dev,
-         ${misc:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends},
 Replaces: libkf6texteditor-dev,
           libkf6texteditor-doc,
 Description: provide advanced plain text editing services


More information about the Neon-commits mailing list