[neon/kf6/kf6-breeze-icons/Neon/stable] debian: Revert "docs"
Carlos De Maine
null at kde.org
Wed Jul 30 15:05:04 BST 2025
Git commit aa8769f8c8827e5a6f87ba233aff941d6deb17ec by Carlos De Maine.
Committed on 30/07/2025 at 14:05.
Pushed by carlosdem into branch 'Neon/stable'.
Revert "docs"
This reverts commit a2c2551957a0e299de86fb7504f7483a5ab22506
M +0 -1 debian/control
M +1 -2 debian/kf6-breeze-icon-theme-dev.install
M +6 -11 debian/rules
https://invent.kde.org/neon/kf6/kf6-breeze-icons/-/commit/aa8769f8c8827e5a6f87ba233aff941d6deb17ec
diff --git a/debian/control b/debian/control
index 03ffab8..dbfd4de 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
fdupes,
- kde-qdoc-common-dev,
kf6-extra-cmake-modules,
libxml2-utils,
pkg-kde-tools-neon,
diff --git a/debian/kf6-breeze-icon-theme-dev.install b/debian/kf6-breeze-icon-theme-dev.install
index 4485d82..a1739be 100644
--- a/debian/kf6-breeze-icon-theme-dev.install
+++ b/debian/kf6-breeze-icon-theme-dev.install
@@ -1,4 +1,3 @@
usr/include/KF6/BreezeIcons/
usr/lib/*/cmake/
-usr/lib/*/libKF6BreezeIcons.so
-usr/share/qt6/doc/
\ No newline at end of file
+usr/lib/*/libKF6BreezeIcons.so
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index fa9b8f7..ea1c280 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,16 @@
#!/usr/bin/make -f
# -*- makefile -*-
-
-export KDE_DOCS=/usr/share/qt6/doc/kde-qdoc-common-dev
+export DH_VERBOSE = 1
+#export CMAKE_BUILD_PARALLEL_LEVEL=1
%:
dh $@ --with kf6 --buildsystem kf6 --no-parallel
-override_dh_auto_build:
- dh_auto_build --destdir=debian/tmp/
- dh_auto_build -- prepare_docs
- dh_auto_build -- generate_docs
- dh_auto_build -- generate_qch
-
override_dh_auto_install:
- dh_auto_install --sourcedir=debian/kf6-breeze-icon-theme
- dh_auto_install -- install_html_docs
- dh_auto_install -- install_qch_docs
+ dh_auto_install --destdir=debian/tmp/
+
+override_dh_install:
+ dh_install --sourcedir=debian/kf6-breeze-icon-theme
# find $(CURDIR)/debian/kf6-breeze-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
# bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/kf6-breeze-icon-theme $(CURDIR)/debian/kf6-breeze-icon-theme/usr/share/icons
More information about the Neon-commits
mailing list