diff options
author | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-04-04 01:58:40 +0100 |
---|---|---|
committer | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-04-04 01:58:40 +0100 |
commit | 1b80fb16c22db72457d7a456ffbf1f70a8dfc0a5 (patch) | |
tree | c0ee53eba4e71f4c246ee9e45fbd90e931bbd1f9 /doc/junk | |
download | dpkg-1b80fb16c22db72457d7a456ffbf1f70a8dfc0a5.tar.gz |
dpkg (1.1.4); priority=MEDIUM
* Allow overwriting of conflicting packages being removed. (Bug#2614.)
* a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.)
* ELF control file and libc dependencies changed to use finalised scheme.
* ELF control file and libc dependencies for i386 only. (Bug#2617.)
* Guidelines say use only released libraries and compilers.
* Install wishlist as /usr/doc/dpkg/WISHLIST.
* Remove spurious entries for Guidelines in info dir file.
* dpkg-deb --build checks permissions on control (DEBIAN) directory.
* Spaces in control file fields not copied by dpkg-split. (Bug#2633.)
* Spaces in split file part control data ignore. (Bug#2633.)
* Portability fixes, including patch from Richard Kettlewell.
* Fixed minor configure.in bug causing mangled GCC -W options.
-- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100
Diffstat (limited to 'doc/junk')
-rw-r--r-- | doc/junk | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/junk b/doc/junk new file mode 100644 index 000000000..46c358738 --- /dev/null +++ b/doc/junk @@ -0,0 +1,29 @@ + +@table @file +@item virtual-package-names-list.text +The list of virtual package names currently in use, together with the +procedure for getting new virtual package names allocated. +@item (obsolete) README.etc-skel +A description of @file{/etc/skel} and @file{/usr/doc/examples} +(@pxref{Skeleton and examples}). +@item (obsolete) descriptions.txt +The description of the package. How to write an extended and more useful +description field (@pxref{Package description}). +@item (obsolete) README.init +How to use the features of Init under Debian GNU/Linux in packages +(@pxref{Configuration of init}). +@item (obsolete) mailers.txt +How to properly configure packages to use the Debian GNU/Linux mail +nnsystem (@pxref{Mail processing packages}). +@item (obsolete) maintainer-script-args.txt +All the ways that the package maintainer scripts inside a package can be +called by dpkg (@pxref{Maintainer script arguments}). +@item (obsolete) dpkg-upgrades+errors.txt +What order things happen in during a package upgrade (@pxref{What +happends during a package upgrade?}). +@item (obsolete) virtual-dependencies.txt +How to use ``virtual dependencies'' in packages (@pxref{Virtual +dependencies}). +@item (obsolete) dependency-ordering.txt +How to properly order package names in the @file{DEPENDS} field. +@end table |