debian/control: Add support for the <!nodoc> Build-Profile
This commit is contained in:
parent
64f3199582
commit
a4d3d4fb1e
3 changed files with 10 additions and 6 deletions
11
debian/control
vendored
11
debian/control
vendored
|
|
@ -16,11 +16,11 @@ Build-Depends: debhelper (>= 12),
|
|||
libusb-dev (>= 0.1.8),
|
||||
libwrap0-dev (>= 7.6),
|
||||
python3
|
||||
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
||||
asciidoc-dblatex,
|
||||
dblatex (>= 0.2.5),
|
||||
docbook-xsl,
|
||||
libxml2-utils
|
||||
Build-Depends-Indep: asciidoc (>= 8.6.3) <!nodoc>,
|
||||
asciidoc-dblatex <!nodoc>,
|
||||
dblatex (>= 0.2.5) <!nodoc>,
|
||||
docbook-xsl <!nodoc>,
|
||||
libxml2-utils <!nodoc>
|
||||
Standards-Version: 4.4.0
|
||||
Homepage: https://networkupstools.org/
|
||||
Vcs-Browser: https://salsa.debian.org/debian/nut
|
||||
|
|
@ -157,6 +157,7 @@ Architecture: all
|
|||
Section: doc
|
||||
Depends: ${misc:Depends}
|
||||
Suggests: doc-base
|
||||
Build-Profiles: <!nodoc>
|
||||
Description: network UPS tools - documentation
|
||||
Network UPS Tools (NUT) is a client/server monitoring system that
|
||||
allows computers to share uninterruptible power supply (UPS) and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue