[neon/kde/umbrello/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Sun Aug 18 01:55:44 BST 2024


Git commit 7f607c2c53a91c70836f909c783730bf6b5b9404 by Carlos De Maine.
Committed on 18/08/2024 at 00:55.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +31   -34   debian/control
M  +4    -17   debian/rules
M  +3    -3    debian/umbrello.lintian-overrides

https://invent.kde.org/neon/kde/umbrello/-/commit/7f607c2c53a91c70836f909c783730bf6b5b9404

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 50c53a2..3684e61 100644
--- a/debian/control
+++ b/debian/control
@@ -6,45 +6,43 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            Modestas Vainius <modax at debian.org>,
            George Kiagiadakis <kiagiadakis.george at gmail.com>,
            Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
                doxygen,
-               extra-cmake-modules (>= 1.1.0~),
                kdevelop-pg-qt,
                kdevplatform-dev,
-               kinit-dev,
-               libboost-dev (>= 1.33.1),
+               kf6-extra-cmake-modules,
+               kf6-karchive-dev,
+               kf6-kauth-dev,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-kdoctools-dev,
+               kf6-kguiaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kio-dev,
+               kf6-kparts-dev,
+               kf6-kservice-dev,
+               kf6-ktexteditor-dev,
+               kf6-ktexttemplate-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kwindowsystem-dev,
+               kf6-kxmlgui-dev,
+               kf6-syntaxhighlighting-dev,
+               libboost-dev,
                libclang-dev,
-               libgrantlee5-dev,
-               libkf5archive-dev,
-               libkf5auth-dev,
-               libkf5completion-dev,
-               libkf5config-dev,
-               libkf5coreaddons-dev,
-               libkf5crash-dev,
-               libkf5doctools-dev,
-               libkf5guiaddons-dev,
-               libkf5i18n-dev,
-               libkf5iconthemes-dev,
-               libkf5kdelibs4support-dev,
-               libkf5kio-dev,
-               libkf5parts-dev,
-               libkf5service-dev,
-               libkf5syntaxhighlighting-dev,
-               libkf5texteditor-dev,
-               libkf5widgetsaddons-dev,
-               libkf5windowsystem-dev,
-               libkf5xmlgui-dev,
-               libqt5svg5-dev (>= 5.2.0~),
-               libqt5webkit5-dev (>= 5.2.0~),
                libxml2-dev,
                libxslt1-dev,
                llvm-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.12),
-               qhelpgenerator-qt5,
-               qtbase5-dev (>= 5.2.0~)
-Standards-Version: 4.1.1
+               pkg-kde-tools-neon,
+               qtbase5-dev,
+               qt6-svg-dev,
+               qt6-tools-dev,
+               qt6-webkit-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/umbrello.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/umbrello.git
@@ -52,10 +50,9 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/umbrello.git
 Package: umbrello
 Architecture: any
 Section: devel
-Depends: kinit, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
+
 Description: UML modelling tool and code generator
  Umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE.
  It can create diagrams of software and other systems in the industry-standard
diff --git a/debian/rules b/debian/rules
index 3758d93..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,6 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-l10npkgs_firstversion_ok := 4:16.04.3-3~
-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
-
-export QT_SELECT=qt5
-
-override_dh_auto_configure:
-	$(overridden_command) -- -DBUILD_KF5=ON
-
-override_dh_auto_build:
-	$(overridden_command)
-	cd obj-*; make apidoc; cd -
-
-override_dh_auto_test:
-	# Disable dh_auto_test at build time
-	:
+%:
+	dh $@ --with kf6 --buildsystem kf6
diff --git a/debian/umbrello.lintian-overrides b/debian/umbrello.lintian-overrides
index 9dbf8a1..b8a09bc 100644
--- a/debian/umbrello.lintian-overrides
+++ b/debian/umbrello.lintian-overrides
@@ -1,3 +1,3 @@
-umbrello: binary-without-manpage usr/bin/po2xmi5
-umbrello: binary-without-manpage usr/bin/xmi2pot5
-umbrello: script-not-executable usr/share/umbrello5/headings/heading.rb
+umbrello: binary-without-manpage usr/bin/po2xmi6
+umbrello: binary-without-manpage usr/bin/xmi2pot6
+umbrello: script-not-executable usr/share/umbrello6/headings/heading.rb


More information about the Neon-commits mailing list