[neon/extras/kdevelop-pg-qt/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Sun Apr 14 10:09:53 BST 2024


Git commit 5f5dcd2eb20c813aff6d51e31d3623a7e5ecc55d by Carlos De Maine.
Committed on 14/04/2024 at 09:01.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +8    -4    debian/control
M  +3    -4    debian/rules
D  +0    -6    debian/salsa-ci.yml

https://invent.kde.org/neon/extras/kdevelop-pg-qt/-/commit/5f5dcd2eb20c813aff6d51e31d3623a7e5ecc55d

diff --git a/debian/control b/debian/control
index 3248f2c..deb3f1b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,14 @@ Section: devel
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>,
-Build-Depends: debhelper-compat (= 12), cmake (>= 3.0), bison, flex,
- extra-cmake-modules (>= 5.14.0),
- qtbase5-dev (>= 5.5.0),
-Standards-Version: 4.5.0
+Build-Depends: bison,
+			   cmake,
+			   debhelper-compat (= 13),
+			   flex,
+			   kf6-extra-cmake-modules,
+			   pkg-kde-tools-neon,
+			   qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: https://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kdevelop-pg-qt.git
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kdevelop-pg-qt
diff --git a/debian/rules b/debian/rules
index 657234c..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@
+	dh $@ --with kf6 --buildsystem kf6
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
deleted file mode 100644
index 31e31c9..0000000
--- a/debian/salsa-ci.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-include:
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
-variables:
-  SALSA_CI_DISABLE_MISSING_BREAKS: 'no'
-  SALSA_CI_DISABLE_RC_BUGS: 'no'


More information about the Neon-commits mailing list