[neon/neon-packaging/elf-dissector/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Fri Feb 21 22:48:38 GMT 2025


Git commit aebcf95e4f6a0fc7120e035763dd7a3b9fe303b4 by Carlos De Maine.
Committed on 21/02/2025 at 22:48.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +7    -8    debian/control
M  +5    -5    debian/rules
M  +0    -3    debian/source/lintian-overrides

https://invent.kde.org/neon/neon-packaging/elf-dissector/-/commit/aebcf95e4f6a0fc7120e035763dd7a3b9fe303b4

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 80d1b6c..b1f686c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,17 @@ Section: devel
 Priority: optional
 Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
 Build-Depends: binutils-dev,
-               cmake (>= 3.1),
-               debhelper (>= 9),
-               extra-cmake-modules (>= 5.27.0),
+               cmake,
+               debhelper-compat (= 139),
+               kf6-extra-cmake-modules (>= 5.27.0),
+               kf6-kitemmodels-dev,
                libcapstone-dev,
                libdwarf-dev,
                libelf-dev,
                libiberty-dev,
-               libkf5itemmodels-dev,
-               qtbase5-dev,
-               qttools5-dev,
-               qttools5-private-dev
-Standards-Version: 4.0.0
+               qt6-base-dev,
+               qt6-tools-dev,
+Standards-Version: 4.7.0
 
 Package: elf-dissector
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 0f977d5..bb322dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
-#!/usr/bin/make -f
-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
-override_dh_configure:
-	dh_auto_configure
+#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+%:
+	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_test:
 	# Disable dh_auto_test at build time
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index c6ead70..e69de29 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,3 +0,0 @@
-falkon source: source-is-missing src/lib/data/html/jquery-ui.js line length is 32070 characters (>512)
-falkon source: source-is-missing src/lib/data/html/jquery.js line length is 32010 characters (>512)
-falkon source: version-substvar-for-external-package falkon -> libfalkon


More information about the Neon-commits mailing list