[neon/extras/kile/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Tue Jul 2 05:37:29 BST 2024
Git commit 7642b73f430ded660776fd615a02de10a2fa9048 by Carlos De Maine.
Committed on 02/07/2024 at 04:36.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +22 -27 debian/control
M +3 -17 debian/rules
https://invent.kde.org/neon/extras/kile/-/commit/7642b73f430ded660776fd615a02de10a2fa9048
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 77e39c7..6e9d933 100644
--- a/debian/control
+++ b/debian/control
@@ -5,38 +5,35 @@ Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
Build-Depends: cmake,
- debhelper (>= 12),
- extra-cmake-modules (>= 5.19.0~),
- kinit-dev (>= 5.31.0~),
- libkf5config-dev (>= 5.31.0~),
- libkf5coreaddons-dev (>= 5.31.0~),
- libkf5crash-dev (>= 5.31.0~),
- libkf5dbusaddons-dev (>= 5.31.0~),
- libkf5doctools-dev (>= 5.31.0~),
- libkf5i18n-dev (>= 5.31.0~),
- libkf5iconthemes-dev (>= 5.31.0~),
- libkf5khtml-dev (>= 5.31.0~),
- libkf5kio-dev (>= 5.31.0~),
- libkf5parts-dev (>= 5.31.0~),
- libkf5syntaxhighlighting-dev (>= 5.31.0~),
- libkf5texteditor-dev (>= 5.31.0~),
- libkf5windowsystem-dev (>= 5.31.0~),
- libkf5xmlgui-dev (>= 5.31.0~),
- libpoppler-qt5-dev,
- okular-dev (>= 4:17.08~),
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kio-dev,
+ kf6-kparts-dev,
+ kf6-ksyntaxhighlighting-dev,
+ kf6-ktexteditor-dev,
+ kf6-windowsystem-dev,
+ kf6-kxmlgui-dev,
+ libpoppler-qt6-dev,
+ okular-dev,
pkg-config,
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.6.0~),
- shared-mime-info
-Standards-Version: 4.4.1
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ shared-mime-info,
+Standards-Version: 4.6.2
Homepage: http://kile.sourceforge.net
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kile
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kile.git
Package: kile
Architecture: any
-Depends: kinit,
-# konsole-kpart,
+Depends: konsole-kpart,
okular,
texlive-latex-base,
${misc:Depends},
@@ -72,8 +69,6 @@ Description: KDE Integrated LaTeX Environment
Package: kile-doc
Architecture: all
Section: doc
-Breaks: kile-doc ( << 4:2.1.3~ )
-Replaces: kile-doc ( << 4:2.1.3~ )
Depends: ${misc:Depends}
Description: KDE Integrated LaTeX Environment (documentation)
Kile is a user-friendly LaTeX source editor and TeX shell for KDE.
diff --git a/debian/rules b/debian/rules
index 1069e54..0d4282b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,7 @@
#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# do NOT run optipng on the icons, this removes the metadata in the latex
-# symbol icons which kile depends on for the symbol table. LP: #772631
-export NO_PNG_PKG_MANGLE=1
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5
-
-override_dh_auto_install:
- dh_auto_install
- # installed by dh_installchangelogs
- rm debian/tmp/usr/share/doc/kile/ChangeLog
+ dh $@ --with kf6 --buildsystem kf6
-override_dh_missing:
- dh_missing --fail-missing
More information about the Neon-commits
mailing list