summaryrefslogtreecommitdiff
path: root/man/deb-src-control.man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-04-09 15:44:41 +0200
committerGuillem Jover <guillem@debian.org>2017-10-12 00:55:17 +0200
commitec1eb273accae4f7d35d3ef840505fa400fbe82d (patch)
tree719a9ecc9e10c600a4ddfc4de5e00b6aa90f634c /man/deb-src-control.man
parentfc57bf83dcb089b1cca96f6c08b2b375cc693995 (diff)
downloaddpkg-ec1eb273accae4f7d35d3ef840505fa400fbe82d.tar.gz
scripts: Add support for source package Description and substvars
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
Diffstat (limited to 'man/deb-src-control.man')
-rw-r--r--man/deb-src-control.man11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/deb-src-control.man b/man/deb-src-control.man
index 2f08ff7e5..259475c2e 100644
--- a/man/deb-src-control.man
+++ b/man/deb-src-control.man
@@ -72,6 +72,17 @@ This documents the most recent version of the distribution policy standards
this package complies with.
.TP
+.BI Description " \fIshort-description\fP"
+.TQ
+.BI " " "long-description"
+The format for the source package description is a short brief summary on the
+first line (after the \fBDescription\fP field).
+The following lines should be used as a longer, more detailed description.
+Each line of the long description must be preceded by a space, and blank
+lines in the long description must contain a single ‘\fB.\fP’ following
+the preceding space.
+
+.TP
.BI Homepage: " url"
The upstream project home page URL.