[neon/kde/palapeli/Neon/unstable] debian: kf6ify
Scarlett Moore
null at kde.org
Thu Sep 28 16:36:33 BST 2023
Git commit 37c38ac16b9d6a0e9b55bf5a41070d71ec137eef by Scarlett Moore.
Committed on 28/09/2023 at 17:36.
Pushed by scarlettmoore into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +20 -24 debian/control
M +6 -6 debian/rules
https://invent.kde.org/neon/kde/palapeli/-/commit/37c38ac16b9d6a0e9b55bf5a41070d71ec137eef
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 b82db86..9460776 100644
--- a/debian/control
+++ b/debian/control
@@ -10,26 +10,26 @@ Uploaders: Daniel Schepler <schepler at debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 11),
- extra-cmake-modules (>= 5.30.0~),
- libkf5archive-dev (>= 5.30.0~),
- libkf5completion-dev (>= 5.30.0~),
- libkf5config-dev (>= 5.30.0~),
- libkf5configwidgets-dev (>= 5.30.0~),
- libkf5coreaddons-dev (>= 5.30.0~),
- libkf5crash-dev (>= 5.30.0~),
- libkf5doctools-dev (>= 5.30.0~),
- libkf5i18n-dev (>= 5.30.0~),
- libkf5itemviews-dev (>= 5.30.0~),
- libkf5kdegames-dev (>= 4.9.0~),
- libkf5kio-dev (>= 5.30.0~),
- libkf5notifications-dev (>= 5.30.0~),
- libkf5service-dev (>= 5.30.0~),
- libkf5widgetsaddons-dev (>= 5.30.0~),
- libkf5xmlgui-dev (>= 5.30.0~),
- libqt5svg5-dev (>= 5.7.0~),
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.7.0~),
+ debhelper-compat (= 12),
+ kf6-extra-cmake-modules,
+ kf6-karchive-dev,
+ kf6-kcompletion-dev,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kitemviews-dev,
+ libkdegames6-dev,
+ kf6-kio-dev,
+ kf6-knotifications-dev,
+ kf6-kservice-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ qt6-svg-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
shared-mime-info
Standards-Version: 4.1.4
Homepage: http://games.kde.org/
@@ -41,8 +41,6 @@ Architecture: any
Depends: palapeli-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
-Breaks: palapeli-data (<< 4:19.08.0)
-Replaces: palapeli-data (<< 4:19.08.0)
Recommends: khelpcenter, qhull-bin
Description: jigsaw puzzle game
Palapeli is a jigsaw puzzle game. Unlike other games in that genre,
@@ -56,8 +54,6 @@ Description: jigsaw puzzle game
Package: palapeli-data
Architecture: all
Depends: ${misc:Depends}
-Breaks: palapeli (<< 4:19.08.0)
-Replaces: palapeli (<< 4:19.08.0)
Description: data files for palapeli jigsaw puzzle game
Data files (puzzles) for the palapeli puzzle game.
.
diff --git a/debian/rules b/debian/rules
index 7e64016..af4e4f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,15 @@
#!/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:17.08.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
+%:
+ dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- $(overridden_command) -- -DKDE_INSTALL_BINDIR=/usr/games
+ dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
override_dh_auto_install:
- $(overridden_command)
+ dh_auto_install
# do not ship development stuff
find debian/tmp -name '*.so' -type l -delete
rm -rf debian/tmp/usr/include/
More information about the Neon-commits
mailing list