mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 14:12:59 +00:00
trivial: debian: Add support for Build-Profile nodoc
Link: https://wiki.debian.org/BuildProfileSpec
This commit is contained in:
parent
709af2a269
commit
20eb0ff32e
@ -5,7 +5,8 @@ Uploaders: Steve McIntyre <93sam@debian.org>,
|
|||||||
Matthias Klumpp <mak@debian.org>,
|
Matthias Klumpp <mak@debian.org>,
|
||||||
Mario Limonciello <superm1@gmail.com>
|
Mario Limonciello <superm1@gmail.com>
|
||||||
Build-Depends: %%%DYNAMIC%%%
|
Build-Depends: %%%DYNAMIC%%%
|
||||||
Build-Depends-Indep: libglib2.0-doc <!nodoc>
|
Build-Depends-Indep: gi-docgen <!nodoc>,
|
||||||
|
libglib2.0-doc <!nodoc>,
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Standards-Version: 4.6.0.1
|
Standards-Version: 4.6.0.1
|
||||||
Section: admin
|
Section: admin
|
||||||
@ -107,6 +108,7 @@ Section: doc
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
|
Build-Profiles: <!nodoc>
|
||||||
Description: Firmware update daemon documentation (HTML format)
|
Description: Firmware update daemon documentation (HTML format)
|
||||||
fwupd is a daemon to allow session software to update device firmware.
|
fwupd is a daemon to allow session software to update device firmware.
|
||||||
You can either use a GUI software manager like GNOME Software to view and
|
You can either use a GUI software manager like GNOME Software to view and
|
||||||
|
@ -44,6 +44,10 @@ ifneq ($(QUBES_OPTION),)
|
|||||||
CONFARGS += -Dqubes=true
|
CONFARGS += -Dqubes=true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
|
||||||
|
CONFARGS += -Ddocs=disabled
|
||||||
|
endif
|
||||||
|
|
||||||
CONFARGS += -Dplugin_dummy=true -Dplugin_powerd=disabled -Dsupported_build=enabled -Dplugin_modem_manager=enabled -Dsystemd_unit_user=fwupd-refresh
|
CONFARGS += -Dplugin_dummy=true -Dplugin_powerd=disabled -Dsupported_build=enabled -Dplugin_modem_manager=enabled -Dsystemd_unit_user=fwupd-refresh
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Loading…
Reference in New Issue
Block a user