[neon/neon-packaging/kommit/Neon/stable] debian: kf6 port

Jonathan Esk-Riddell null at kde.org
Wed Feb 7 13:45:00 GMT 2024


Git commit eb323af1f1c5014531ba8e10eb65107098f30641 by Jonathan Esk-Riddell.
Committed on 07/02/2024 at 13:32.
Pushed by jriddell into branch 'Neon/stable'.

kf6 port

M  +8    -16   debian/control
D  +0    -3    debian/files
M  +1    -25   debian/rules

https://invent.kde.org/neon/neon-packaging/kommit/-/commit/eb323af1f1c5014531ba8e10eb65107098f30641

diff --git a/debian/control b/debian/control
index 91fe5d9..14d66c4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,22 +4,13 @@ Priority: optional
 Build-Depends: cmake,
                debhelper-compat (= 13),
                extra-cmake-modules,
+               kf6-ki18n-dev,
+               kf6-ktexteditor-dev,
+               kf6-syntax-highlighting-dev,
                libdolphinvcs-dev,
                libgit2-dev,
-               libkf5configwidgets-dev,
-               libkf5coreaddons-dev,
-               libkf5crash-dev,
-               libkf5dbusaddons-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5syntaxhighlighting-dev,
-               libkf5texteditor-dev,
-               libkf5textwidgets-dev,
-               libkf5xmlgui-dev,
-               libqt5concurrent5,
-               ninja-build,
-               qtbase5-dev (>= 5.15.7)
+               pkg-kde-tools-neon,
+               qt6-base
 Standards-Version: 4.2.1
 Homepage: https://invent.kde.org/sdk/kommit
 Vcs-Git: https://invent.kde.org/sdk/kommit.git
@@ -32,6 +23,7 @@ Multi-Arch: same
 Depends: git, ${misc:Depends}, ${shlibs:Depends}
 Replaces: gitklient
 Breaks: gitklient
-Description: Kommit is a kde sdk application for interacting with git version control repositories.
+Description: Git repo management tool
  .
- This package contains the Qt5 version of Kommit.
+ Kommit is an application by KDE for interacting with Git version
+ control repositories.
diff --git a/debian/files b/debian/files
deleted file mode 100644
index ba18c6c..0000000
--- a/debian/files
+++ /dev/null
@@ -1,3 +0,0 @@
-gitklient5-dbgsym_0.4.0-0neon_amd64.ddeb debug optional automatic=yes
-gitklient5_0.4.0-0neon_amd64.deb utils optional
-gitklient_0.4.0-0neon_amd64.buildinfo utils optional
diff --git a/debian/rules b/debian/rules
index 685b7da..0d99a6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,29 +3,5 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-CMAKE_ARGS = -G Ninja
 %:
-	dh $@ --with pkgkde_symbolshelper
-
-execute_after_dh_auto_clean:
-	rm -rf
-	#rm -rf build-Qt6
-
-override_dh_auto_configure:
-	dh_auto_configure -- $(CMAKE_ARGS)
-	#dh_auto_configure --builddirectory=build-Qt6 -- $(CMAKE_ARGS)
-
-override_dh_auto_build:
-	dh_auto_build
-	#dh_auto_build --builddirectory=build-Qt6
-
-override_dh_auto_install:
-	dh_auto_install
-	#dh_auto_install --builddirectory=build-Qt6
-
-execute_after_dh_install-indep:
-	
-
-override_dh_auto_test:
-	dh_auto_test --no-parallel
-	#dh_auto_test --no-parallel --builddirectory=build-Qt6
+	dh $@ --with kf6



More information about the Neon-commits mailing list