[neon/forks/kbibtex/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sat Jun 13 13:01:45 BST 2026
Git commit 26ff39c41c3512421e196ddf464c660f230ee850 by Carlos De Maine.
Committed on 13/06/2026 at 12:01.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +19 -22 debian/control
M +5 -18 debian/rules
https://invent.kde.org/neon/forks/kbibtex/-/commit/26ff39c41c3512421e196ddf464c660f230ee850
diff --git a/debian/control b/debian/control
index c15ceb1..853b10c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,33 +4,30 @@ Uploaders: Bastien Roucariès <rouca at debian.org>, Pino Toscano <pino at debian.org>
Section: kde
Priority: optional
Build-Depends: chrpath,
- cmake (>= 3.7.2~),
+ cmake,
debhelper-compat (= 13),
- extra-cmake-modules (>= 5.51.0~),
gettext,
+ kf6-extra-cmake-modules,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kio-dev,
+ kf6-kparts-dev,
+ kf6-kservice-dev,
+ kf6-ksyntaxhighlighting-dev,
+ kf6-ktexteditor-dev,
+ kf6-kwallet-dev,
+ kf6-kxmlgui-dev,
libicu-dev,
- libkf5coreaddons-dev (>= 5.51.0~),
- libkf5crash-dev (>= 5.51.0~),
- libkf5doctools-dev (>= 5.51.0~),
- libkf5i18n-dev (>= 5.51.0~),
- libkf5iconthemes-dev (>= 5.51.0~),
- libkf5kio-dev (>= 5.51.0~),
- libkf5parts-dev (>= 5.51.0~),
- libkf5service-dev (>= 5.51.0~),
- libkf5syntaxhighlighting-dev,
- libkf5texteditor-dev,
- libkf5wallet-dev,
- libkf5xmlgui-dev,
- libpoppler-qt5-dev,
- libqca-qt5-2-dev,
- libqt5networkauth5-dev,
- libqt5webkit5-dev [!amd64 !arm64 !armhf !i386],
- libqt5xmlpatterns5-dev,
+ libpoppler-qt6-dev,
+ libqca-qt6-2-dev,
libxslt1-dev,
- pkg-kde-tools,
+ pkg-kde-tools-neon,
pkgconf,
- qtbase5-dev,
- qtwebengine5-dev (>= 5.9.0~) [amd64 arm64 armhf i386],
+ qt6-base-dev,
+ qt6-webengine-dev,
shared-mime-info
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/kbibtex
diff --git a/debian/rules b/debian/rules
index cf94db4..d68df85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,13 @@
#!/usr/bin/make -f
+# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export KDE_DOCS=/usr/share/qt6/doc/kde-qdoc-common-dev
-export QT_SELECT:=5
-
-# one ring to rule them all ...
%:
- dh $@ --with kf5
-
-override_dh_auto_configure:
- dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+ dh $@ --with kf6 --buildsystem kf6
-execute_after_dh_auto_install:
- # remove all the development files
- find debian/kbibtex -name '*.so' -type l -delete
- rm -rf debian/kbibtex/usr/lib/*/cmake/
- rm -rf debian/kbibtex/usr/include/
- # drop the spurious RUNPATH
- chrpath -d debian/kbibtex/usr/bin/*
- chrpath -d debian/kbibtex/usr/lib/*/libkbibtex*.so.*
- chrpath -d debian/kbibtex/usr/lib/*/qt5/plugins/kf5/parts/kbibtexpart.so
+override_dh_auto_build:
+ dh_auto_configure -- -DBUILD_TESTING=OFF
override_dh_auto_test:
# the unit tests fail ATM
More information about the Neon-commits
mailing list