diff options
author | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-08-10 23:35:51 +0100 |
---|---|---|
committer | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-08-10 23:35:51 +0100 |
commit | f50dc4ae0a76894d2446bbc59144ed72beb380ff (patch) | |
tree | 873bb62a0c6688118e10883b29971be540b5e852 /debian/postinst | |
parent | 0f5a81a8bfc7f3abd130b3806928d0c756e35473 (diff) | |
download | dpkg-f50dc4ae0a76894d2446bbc59144ed72beb380ff.tar.gz |
dpkg (1.3.3) experimental; urgency=low
* Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
* Old guidelines.info and text files in /usr/doc/dpkg removed.
* dpkg-source sets permissions on extracted debianised source tree
and does not copy ownerships out of archive even if running as root.
* Emacs mode `dpkg changelog' renamed to `Debian changelog'.
* Default changelog format renamed from `dpkg' to `debian'.
* debian-changelog-mode sets fill-prefix correctly.
* debian-changelog-mode urgencies except HIGH lowercase by default.
* debian-changelog-mode displays keymap in doc string and so mode help.
* More maintainers' PGP keys.
* Remove built changelog parsers with `clean' target in source.
-- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 23:35:51 +0100
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/postinst b/debian/postinst index e5ef4d2db..545c24b9f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -2,9 +2,6 @@ set -e -install-info --section Development Development \ - --quiet /usr/info/guidelines.info.gz - dupdaemonhelp () { cat <<'END' |