diff options
author | Ian Jackson <ian@chiark.greenend.org.uk> | 1996-09-12 01:13:33 +0100 |
---|---|---|
committer | Ian Jackson <ian@chiark.greenend.org.uk> | 1996-09-12 01:13:33 +0100 |
commit | 026b9db8830c1cebfda297cd9fdb22d5aa60dea3 (patch) | |
tree | 6d19cb942061c64c29e17a423925a4052e23f1bc /scripts/dpkg-source.1 | |
parent | 40aa7cbb80558fd3d6f713b90d6062569da06681 (diff) | |
download | dpkg-026b9db8830c1cebfda297cd9fdb22d5aa60dea3.tar.gz |
dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
* Corrected buffer overrun when dpkg-deb generates filename. (Bug#4467.)
* dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
* Added libm.so.5 to shlibs.default for i386/m68k.
* Split binary package into two: dpkg and dpkg-dev.
* dpkg-source(1) documents mode and ownership setting during extraction.
* dpkg-scanpackages moved to /usr/bin.
* Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
* Copyright file changed slightly.
* debian-changelog-mode uses magic key substitution strings. (Bug#4419.)
* Changed email address in control file to <ian@chiark.greenend.org.uk>.
* Manuals and own Standards-Version: updated to 2.1.1.0.
-- Ian Jackson <ian@chiark.greenend.org.uk> Thu, 12 Sep 1996 01:13:33 +0100
Diffstat (limited to 'scripts/dpkg-source.1')
-rw-r--r-- | scripts/dpkg-source.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/dpkg-source.1 b/scripts/dpkg-source.1 index 1046ba236..5147e4dc8 100644 --- a/scripts/dpkg-source.1 +++ b/scripts/dpkg-source.1 @@ -241,6 +241,14 @@ will read the names of the other file(s) making up the source package from the control file; they are assumed to be in the same directory as the .BR .dsc . + +The files in the extracted package will have their permissions and +ownerships set to those which would have been expected if the files +and directories had simply been created - directories and executable +files will be 0777 and plain files will be 0666, both modified by the +extractors' umask; if the parent directory is setgid then the +extracted directories will be too, and all the files and directories +will inherit its group ownership. .TP .B -b Build: pack up a source tree. One or two non-option arguments should |