[neon/qt6/qt6-base/Neon/unstable] debian: !nodoc

Carlos De Maine null at kde.org
Wed Dec 4 13:37:31 GMT 2024


Git commit b615d52fc11eed7ee364946ec8fa545507db6b06 by Carlos De Maine.
Committed on 04/12/2024 at 13:37.
Pushed by carlosdem into branch 'Neon/unstable'.

!nodoc

M  +1    -0    debian/control
M  +2    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/b615d52fc11eed7ee364946ec8fa545507db6b06

diff --git a/debian/control b/debian/control
index bde1a5c..9aaf804 100644
--- a/debian/control
+++ b/debian/control
@@ -253,6 +253,7 @@ Description: Qt 6 base development files
  https://qt-kde-team.pages.debian.net/packagingqtbasedstuff.html
 
 Package: qt6-base-doc
+Build-Profiles: <!nodoc>
 Architecture: all
 Section: kde
 X-Neon-MergedPackage: true
diff --git a/debian/rules b/debian/rules
index 03ab51a..d2b8991 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,9 @@ include /usr/share/dpkg/architecture.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
 #### uncomment when bootstrapping a new qt release ####
-export DEB_BUILD_PROFILES=' nodoc'
+export DEB_BUILD_PROFILES='!nodoc'
 $(info $$DEB_BUILD_PROFILES is [${DEB_BUILD_PROFILES }])
-export DEB_BUILD_OPTIONS='nodoc'
+export DEB_BUILD_OPTIONS='!nodoc'
 $(info $$DEB_BUILD_OPTIONS is [${DEB_BUILD_OPTIONS }])
 
 


More information about the Neon-commits mailing list