summaryrefslogtreecommitdiff
path: root/man/deb-src-control.man
AgeCommit message (Collapse)AuthorFilesLines
2018-03-25deb-src-control(5): Document the Testsuite and Testsuite-Triggers fieldsGuillem Jover1-0/+9
Prompted-by: Mattia Rizzolo <mattia@debian.org> (on IRC)
2017-10-12scripts: Add support for source package Description and substvarsGuillem Jover1-0/+11
We support a new source package Description field in debian/control that will be copied into the .dsc file. The field will also be used to initialize the new source:Synopsis and source:Extended-Description substvars that will be available when generating the DEBIAN/control and .changes files. Closes: #555743
2017-09-24dpkg-buildpackage: Add support for rootless buildsGuillem Jover1-0/+33
Implement the rootless-builds specification, by honoring the Rules-Requires-Root (R³) field.
2017-09-07man: Document trailing commas as valid in debian/control dependency fieldsGuillem Jover1-5/+10
For any dependency field found on debian/control, trailing commas are accepted and eliminated when generating the binary control files. So that things like substvars can be used at the end of the list even if they produce no output. Prompted-by: Mattia Rizzolo <mattia@debian.org>
2017-07-11Add missing quote signHelge Kreutzmann1-1/+1
2017-07-11man: Document that dependency fields in binary stanza can have restrictionsGuillem Jover1-0/+3
The architecture specifications and the restriction formulas apply also to the dependency fields in the binary package stanzas in debian/control.
2017-07-11man: Move udeb-specific fields to the end of the list of fieldsGuillem Jover1-11/+12
Mention that these fields are really udeb-specific.
2017-07-11man: Move Package-Type description just after the Package fieldGuillem Jover1-7/+7
2017-07-11man: Write the actual glyphs used to delimit dependency restrictionsGuillem Jover1-4/+7
2017-07-11man: Sort control field export markers by tool orderGuillem Jover1-5/+5
First we list source, then binary, then changes.
2017-07-11man: Move deb-version man page to section 7Guillem Jover1-1/+1
This man page does not describe a file format, move it to the conventions section.
2016-11-06man: Use "dpkg suite" as the manual item in .TH macroGuillem Jover1-1/+1
2016-10-30man: Disable hyphenation globallyGuillem Jover1-1/+2
Instead of marking specific words as not hyphenable, depending on the width of the output, which should not be considered stable. Or simply the SEE ALSO section. Just disable hyphenation globally for the whole man page.
2016-10-30man: Switch from groff escape sequences to UTF-8Guillem Jover1-15/+15
This will make writting and translating the man pages easier.
2016-10-30man: Generate the man pages at build timeGuillem Jover1-0/+421
This makes it possible to filter them and update several variable strings such as system and package pathnames, the release date and the dpkg suite version. And will make it possible to use UTF-8 in the source and convert to the more conservative groff escape sequences on the output.