diff options
author | joey <joey> | 2003-06-12 14:04:11 +0000 |
---|---|---|
committer | joey <joey> | 2003-06-12 14:04:11 +0000 |
commit | c6737cf60bbb2079a8e6b3de48b1e518597dafb1 (patch) | |
tree | 1c0ea5d82068b3ecbafcd2d873e582eecfbec0d8 /debian | |
parent | ace87ed101089bbbaddce7274d76f02652e5b0a6 (diff) | |
download | debhelper-c6737cf60bbb2079a8e6b3de48b1e518597dafb1.tar.gz |
r589: * Added dh_scrollkeeper, by Ross Burton.
* Added dh_userlocal, by Andrew Stribblehill. (With root.root special case
added by me.)
* Added dh_installlogcheck, by Jon Middleton. Closes: #184021
* Add aph's name to copyright file too.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/copyright | 10 |
2 files changed, 17 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 902c451f..20fd27bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +debhelper (4.1.46) unstable; urgency=low + + * Added dh_scrollkeeper, by Ross Burton. + * Added dh_userlocal, by Andrew Stribblehill. (With root.root special case + added by me.) + * Added dh_installlogcheck, by Jon Middleton. Closes: #184021 + * Add aph's name to copyright file too. + + -- Joey Hess <joeyh@debian.org> Thu, 12 Jun 2003 10:01:28 -0400 + debhelper (4.1.45) unstable; urgency=low * Typo fixes from Adam Garside. diff --git a/debian/copyright b/debian/copyright index 50dfa64b..931864dd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,11 +3,15 @@ Debhelper is written by and copyright 1997-2003 Joey Hess <joeyh@debian.org>. Increasinly miniscule parts of the code (and certainly my inspiration from the whole thing) came from debmake, by Christoph Lameter <clameter@debian.org>. -Some of the dh_md5sums command is from a program by Charles +Some of the dh_md5sums command is from a program by Charles Briscoe-Smith <cpb4@ukc.ac.uk>. -dh_perl is by Brendan O'Dea <bod@debian.org> -dh_python is by Josselin Mouette <josselin.mouette@ens-lyon.org> +dh_perl is by Brendan O'Dea <bod@debian.org>. +dh_python is by Josselin Mouette <josselin.mouette@ens-lyon.org>. +dh_installcatalogs is by Adam Di Carlo <aph@debian.org>. +dh_scrollkeeper is by Ross Burton <ross@burtonini.com>. +dh_usrlocal is by Andrew Stribblehill <ads@debian.org>. +dh_installlogcheck is by Jon Middleton <jjm@debian.org>. The copyright of this package is GPL, version 2 or later. Files in the examples/ directory are in the public domain[1]. On Debian systems the |