This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=ceb024b410612c70b63e5efe53e5c06b7fed3ef2 commit ceb024b410612c70b63e5efe53e5c06b7fed3ef2 Author: Guillem Jover <[email protected]> AuthorDate: Fri Jan 31 03:41:54 2020 +0100 dselect: Replace changelog with correct copyright in file header This made sense when the method was in a different source package, but it stopped making sense when it got merged into dpkg proper. --- debian/changelog | 1 + dselect/methods/multicd/setup | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index fe539ac53..64c584255 100644 --- a/debian/changelog +++ b/debian/changelog @@ -71,6 +71,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium remote filesystem too. - Remove multi_mount method, as the multi_cd method can take care of mounting the necessary images or devices. + - Replace changelog with correct copyright in file header. * Perl modules: - Dpkg::Source::Package: Verify original tarball signatures at build time. - Dpkg::BuildFlags: Add new unset() method. diff --git a/dselect/methods/multicd/setup b/dselect/methods/multicd/setup index 47c16e077..f80a422b1 100755 --- a/dselect/methods/multicd/setup +++ b/dselect/methods/multicd/setup @@ -1,14 +1,8 @@ #!/bin/sh # -# The ‘multicd’ package was initially written by Heiko Schlittermann -# <[email protected]> based on builtin access methods written by Ian -# Jackson <[email protected]>. The final packaging as well as -# cleanups were made by Martin Schulze <[email protected]> who also -# put this package together for the slink release (Debian GNU/Linux -# 2.1). - # Copyright © 1995-1998 Ian Jackson <[email protected]> # Copyright © 1998 Heiko Schlittermann <[email protected]> +# Copyright © 1998-1999 Martin Schulze <[email protected]> # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- Dpkg.Org's dpkg

