[neon/kde/kdegraphics-thumbnailers/Neon/unstable] debian: kf6ing
Carlos De Maine
null at kde.org
Mon Mar 4 00:19:22 GMT 2024
Git commit 05355ba3f73c8607721533cc2fc24ea2d9dec762 by Carlos De Maine.
Committed on 04/03/2024 at 00:19.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ing
D +0 -1 debian/compat
M +10 -14 debian/control
M +4 -1 debian/rules
https://invent.kde.org/neon/kde/kdegraphics-thumbnailers/-/commit/05355ba3f73c8607721533cc2fc24ea2d9dec762
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 899a8b7..6488af8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,17 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Sune Vuorela <sune at debian.org>,
Eshat Cakar <info at eshat.de>,
Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 9),
- extra-cmake-modules (>= 1.0.0~),
- libkf5archive-dev,
- libkf5kdcraw-dev,
- libkf5kexiv2-dev,
- libkf5kio-dev,
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-karchive-dev,
+ kf6-kio-dev,
+ libkkdcraw-dev,
+ libkexiv2-dev,
libqmobipocket-dev,
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.2.0~)
-Standards-Version: 4.1.1
+ pkg-kde-tools-neon,
+ qt6-base5-dev,
+Standards-Version: 4.6.2
Homepage: http://www.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kdegraphics-thumbnailers.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kdegraphics-thumbnailers.git
@@ -24,10 +24,6 @@ Package: kdegraphics-thumbnailers
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: ghostscript
-Replaces: kdegraphics-mobipocket (<< 4:21.12.1.1),
- kdegraphics-strigi-plugins (<< 4:4.6.90)
-Breaks: kdegraphics-mobipocket (<< 4:21.12.1.1),
- kdegraphics-strigi-plugins (<< 4:4.6.90)
Description: graphics file format thumbnailers for KDE SC
These plugins allow KDE software to create thumbnails for several
advanced graphic file formats (PS, RAW).
diff --git a/debian/rules b/debian/rules
index b57f3e9..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list