diff options
author | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-08-31 20:08:18 +0100 |
---|---|---|
committer | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-08-31 20:08:18 +0100 |
commit | 6705db97f75e7ade2ae46c0f9ce5c2b847c67a60 (patch) | |
tree | 42ed643c55ccb42974f729198180f7b201c9965a /scripts/dpkg-source.1 | |
parent | 0ddabc1c510b1f9cadd0ae90df38dbd6486ee80f (diff) | |
download | dpkg-6705db97f75e7ade2ae46c0f9ce5c2b847c67a60.tar.gz |
dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
* X shared libraries added to shlibs.default (=> `elf-x11r6lib').
* dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
* dpkg-source copes better with missing final newline messages from diff.
* dpkg-buildpackage usage message fixed: -si is the default. (Bug#4350.)
* dpkg-source error message about src dir mismatch typo fixed. (Bug#4349.)
* dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
* dpkg-source change date fixed. (Bug#4351.)
* More developers' keys.
* Manual updates, own Standards-Version updated.
-- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 31 Aug 1996 20:08:18 +0100
Diffstat (limited to 'scripts/dpkg-source.1')
-rw-r--r-- | scripts/dpkg-source.1 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/scripts/dpkg-source.1 b/scripts/dpkg-source.1 index 67f140c9e..0ff11270d 100644 --- a/scripts/dpkg-source.1 +++ b/scripts/dpkg-source.1 @@ -1,6 +1,6 @@ .\" Hey, Emacs! This is an -*- nroff -*- source file. .\" Authors: Ian Jackson -.TH DPKG\-SOURCE 1 "7th Auguest" "Debian Project" "Debian GNU/Linux manual" +.TH DPKG\-SOURCE 1 "7th August" "Debian Project" "Debian GNU/Linux manual" .SH NAME dpkg\-source, dpkg\-gencontrol, dpkg\-shlibdeps, dpkg\-genchanges, dpkg\-buildpackage, dpkg\-distaddfile, dpkg\-parsechangelog @@ -499,6 +499,16 @@ and will get as arguments the name of the real command to run and the arguments it should take. .I gain-root-command should not contain spaces or any other shell metacharacters. +.I gain-root-command +might typically be +.BR sudo ", " super " or " really . +.B su +is not suitable, since it requires a +.B -c +option to run a command and even then it can only invoke the user's +shell with +.B -c +instead of passing arguments individually to the command to be run. .TP .BI -p pgp-command When @@ -678,6 +688,10 @@ file will be passed through variable substitution twice. This should not matter, since .BR $ ", " { " and " } are not legal in package names or version numbers. + +It should be possible to specify spaces and shell metacharacters in +and initial arguments for +.IR gain-root-command " and " pgp-command . .SH SEE ALSO .IR "dpkg programmers' manual" , .br |