[neon/kde/ark/Neon/experimental] debian: kf6ify
Carlos De Maine
null at kde.org
Thu Aug 3 08:05:58 BST 2023
Git commit 6ad35bb233a8aa017341164d83e6cdf4ff3e938f by Carlos De Maine.
Committed on 03/08/2023 at 09:05.
Pushed by carlosdem into branch 'Neon/experimental'.
kf6ify
D +0 -1 debian/compat
M +21 -24 debian/control
M +4 -18 debian/rules
https://invent.kde.org/neon/kde/ark/-/commit/6ad35bb233a8aa017341164d83e6cdf4ff3e938f
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 14111b4..f8e2035 100644
--- a/debian/control
+++ b/debian/control
@@ -7,33 +7,32 @@ Uploaders: Sune Vuorela <sune at debian.org>,
George Kiagiadakis <kiagiadakis.george at gmail.com>,
Eshat Cakar <info at eshat.de>,
Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 3.0~),
- debhelper (>= 11),
- extra-cmake-modules (>= 5.38.0~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
gettext,
- libarchive-dev (>= 3.2.0~),
+ kf6-extra-cmake-modules,
+ kf6-karchive-dev,
+ kf6-kconfig-dev,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kitemmodels-dev,
+ kf6-kio-dev,
+ kf6-kparts-dev,
+ kf6-kpty-dev,
+ kf6-kservice-dev,
+ kf6-kwidgetsaddons-dev,
+ libarchive-dev,
libbz2-dev,
- libkf5archive-dev (>= 5.38.0~),
- libkf5config-dev (>= 5.38.0~),
- libkf5crash-dev (>= 5.38.0~),
- libkf5dbusaddons-dev (>= 5.38.0~),
- libkf5doctools-dev (>= 5.38.0~),
- libkf5i18n-dev (>= 5.38.0~),
- libkf5iconthemes-dev (>= 5.38.0~),
- libkf5itemmodels-dev (>= 5.38.0~),
- libkf5khtml-dev (>= 5.6.0~),
- libkf5kio-dev (>= 5.38.0~),
- libkf5parts-dev (>= 5.38.0~),
- libkf5pty-dev (>= 5.38.0~),
- libkf5service-dev (>= 5.38.0~),
- libkf5widgetsaddons-dev (>= 5.38.0~),
liblzma-dev,
libzip5-dev | libzip-dev,
pkg-config,
- pkg-kde-tools (>= 0.15.15ubuntu1~),
- qtbase5-dev (>= 5.6.0~),
+ pkg-kde-tools-neon,
+ qt6-base-dev,
zlib1g-dev,
-Standards-Version: 4.2.1
+Standards-Version: 4.6.2
Homepage: http://www.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ark
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ark.git
@@ -43,9 +42,7 @@ Section: utils
Architecture: any
Recommends: bzip2, p7zip-full, unrar, unzip, zip
Suggests: rar, unrar | unrar-free
-Breaks: ${kde-l10n:all},
-Replaces: ${kde-l10n:all},
-Depends: ${misc:Depends}, ${shlibs:Depends}, kinit
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: archive utility
Ark manages various archive formats, including tar, gzip, bzip2, rar and zip,
as well as CD-ROM images. Ark can be used to browse, extract, create, and
diff --git a/debian/rules b/debian/rules
index 8605831..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,20 +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-4~
-
-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
-
-override_dh_auto_configure:
- $(overridden_command) -- -DBUILD_TESTING=OFF
-
-override_dh_strip:
- $(overridden_command) --dbgsym-migration='ark-dbg (<= 4:15.12.1-1~~)'
-
-override_dh_auto_install:
- $(overridden_command)
- find debian/ark -name '*.so' -type l -delete
-
-override_dh_auto_test:
- # Disable auto tests at build time
- :
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list