[neon/kf6/kf6-oxygen-icons5/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Thu Mar 23 21:25:51 GMT 2023
Git commit a6c25851b1e83f76615c4025b225965b07784ec6 by Carlos De Maine.
Committed on 23/03/2023 at 21:25.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +5 -5 debian/control
M +6 -4 debian/rules
https://invent.kde.org/neon/kf6/kf6-oxygen-icons5/commit/a6c25851b1e83f76615c4025b225965b07784ec6
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 895c298..934930d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,13 @@ Uploaders: Sune Vuorela <sune at debian.org>,
Modestas Vainius <modax at debian.org>,
Maximiliano Curia <maxy at debian.org>,
Eshat Cakar <info at eshat.de>
-Build-Depends: cmake (>= 3.0~),
- debhelper (>= 11~),
- extra-cmake-modules (>= 5.51.0~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
fdupes,
imagemagick,
- pkg-kde-tools (>= 0.14),
- qtbase5-dev (>= 5.8.0~)
+ neon-pkg-kde-tools),
+ qt6 base-dev)
Standards-Version: 4.1.4
Homepage: http://www.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/oxygen-icons5
diff --git a/debian/rules b/debian/rules
index f607012..9953457 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,13 @@
#!/usr/bin/make -f
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+# -*- makefile -*-
%:
- dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
+ dh $@ --with kf6 --buildsystem kf6
+
+override_dh_shlibdeps:
+ dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
override_dh_install:
dh_install
find $(CURDIR)/debian/oxygen-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
- bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/oxygen-icon-theme $(CURDIR)/debian/oxygen-icon-theme/usr/share/icons
+ bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/oxygen-icon-theme $(CURDIR)/debian/oxygen-icon-theme/usr/kf6/share/icons
More information about the Neon-commits
mailing list