From 772805dafad99de08f67274e2320a70c198b8d90 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 14 Feb 2013 19:09:11 +0100 Subject: [PATCH] Switch appendix section for dpkg-buildpackage into a stub The section only documents things already present in the man page, and in cases the documentation is outdated. Just turn it into a stub pointing to the man page, to avoid renumbering issues. --- policy.sgml | 50 +------------------------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/policy.sgml b/policy.sgml index 628d8df..59d7a71 100644 --- a/policy.sgml +++ b/policy.sgml @@ -11216,55 +11216,7 @@ END-INFO-DIR-ENTRY

- dpkg-buildpackage is a script which invokes - dpkg-source, the debian/rules - targets clean, build and - binary, dpkg-genchanges and - gpg (or pgp) to build a signed - source and binary package upload. -

- -

- It is usually invoked by hand from the top level of the - built or unbuilt source directory. It may be invoked with - no arguments; useful arguments include: - - -uc, -us - -

- Do not sign the .changes file or the - source package .dsc file, respectively.

- - -psign-command - -

- Invoke sign-command instead of finding - gpg or pgp on the PATH. - sign-command must behave just like - gpg or pgp.

-
- -rroot-command - -

- When root privilege is required, invoke the command - root-command. root-command - should invoke its first argument as a command, from - the PATH if necessary, and pass its - second and subsequent arguments to the command it - calls. If no root-command is supplied - then dpkg-buildpackage will use - the fakeroot command, which is sufficient - to build most packages without actually requiring root - privileges.

-
- -b, -B - -

- Two types of binary-only build and upload - see - . -

-
- + See .

-- 2.39.2