Age | Commit message (Collapse) | Author | Files | Lines |
|
Expand what the builder means. Mention the dpkg-deb option to use to set
the owner and group to root. And reword the prototyping section to be
less confusing with what is currently implemented.
Closes: #929019
|
|
Thanks-to: Niels Thykier <niels@thykier.net> (for typo in dpkg(1))
|
|
|
|
This variable is set by the builder to notify debian/rules that it
supports this specification.
Wordsmithing-by: Niels Thykier <niels@thykier.net>
|
|
Proposed-by: Josh Triplett <josh@joshtriplett.org>
|
|
This variable should not be dpkg specific, as it is supposed to be set
by any builder driving the package build, and not just dpkg itself.
Introduce ephemereal backwards compatibility by mapping the old name to
the new one, even thught there are no known users.
|
|
[guillem@debian.org:
- Mark the spec as an experimental draft.
- Add new Background section.
- Rename Package-Creation-Requires-Root to Rules-Requires-Root.
- Rename dpkg/rules-requires-root to dpkg/target-subcommand.
- Add new dpkg/target/<target-name> keyword.
- Use dpkg-deb --build instead of dpkg --build.
- Fix DPKG_GAIN_ROOT_CMD invocation, and denote it as the one to use
instead of the alternative wrapper command.
- Rearrange sections and reflow text. ]
Signed-off-by: Guillem Jover <guillem@debian.org>
|