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 /debian/copyright | |
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 'debian/copyright')
-rw-r--r-- | debian/copyright | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/copyright b/debian/copyright index 6f29f5164..fe0baf1e9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,11 @@ This is Debian Linux's package maintenance system. -For an example of how to construct packages see the `hello' package -which is part of Debian. +To build your own packages install the `dpkg-dev' package and read the +manuals which it installs in /usr/doc/dpkg and look at the `hello' +example package. -Copyright (C) 1994,1995,1996 Ian Jackson <iwj10@cus.cam.ac.uk> + +Copyright (C) 1994,1995,1996 Ian Jackson <ian@chiark.chu.cam.ac.uk> Copyright (C) 1995,1996 Erick Branderhorst <branderhorst@heel.fgg.eur.nl> Copyright (C) 1996 Miquel van Smoorenburg <miquels@cistron.nl> Copyright (C) 1996 Kim-Minh Kaplan <kkaplan@cdfhp3.in2p3.fr> |