Age | Commit message (Collapse) | Author | Files | Lines |
|
This is detected by codespell as a spelling error. Just use the
non-abbreviated form to make it more clear and stop triggering
codespell.
Warned-by: codespell
|
|
This has been obsoleted long ago.
|
|
|
|
|
|
All authors have agreed to the change:
Heiko in <https://lists.debian.org/debian-dpkg/2010/04/msg00057.html>
Martin in <https://lists.debian.org/debian-dpkg/2010/04/msg00055.html>
Ian in <https://lists.debian.org/debian-dpkg/2015/08/msg00029.html>
Raphaël in <https://lists.debian.org/debian-dpkg/2010/04/msg00054.html>
Guillem with this commit.
Signed-off-by: Heiko Schlittermann <hs@schlittermann.de>
Signed-off-by: Martin Schulze <joey@infodrom.org>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
That is "" or '', and not the unbalanced `' pair.
|
|
|
|
Fixes Variables::ProhibitMatchVars.
Warned-by: perlcritic
|
|
|
|
Addresses InputOutput::RequireBracedFileHandleWithPrint.
Warned-by: perlcritic
|
|
This will make it safe to remove parenthesis around builtins.
|
|
Using boolean operators after predicates for error checking makes the
code flow slightly confusing, do that only after actions, to check if
they succeeded and error out otherwise.
|
|
|
|
Addresses ValuesAndExpressions::ProhibitInterpolationOfLiterals.
Warned-by: perlcritic
|
|
These just clutter the code base, as adding modelines for each possible
editor out there does not scale, and they are currently not exhaustive
anyway.
|
|
|
|
The location of programs on the filesystem is not standardized, and as
such using absolute paths is not a portable assumption to make. This
causes test suite errors on at least Mac OS X.
Use just the program name on perl system() calls, when needing the full
path use Dpkg::Path::find_command() in perl code and “which” in shell
code.
Reported-by: Stuart Ambler <stuart@zulazon.com>
|
|
Indent license text to one space after the '#'. Add '#' to blank lines
between paragraphs and remove trailing '#' after the license text.
|
|
Use UTF-8 copyright symbol instead of “(C)”. Add missing “Copyright ©”
to copyright statements instead of relying on the first occurance.
Use properly spelled names.
|
|
Use the <http://www.gnu.org/licenses/> URL, instead of in most cases
the outdated FSF address, which is way more stable, as the latter has
changed several times in the past.
|
|
|
|
Use printf instead of echo -e. Closes: #530070
|
|
dpkg --print-installation-architecture is deprecated in favor
of dpkg --print-architecture. dpkg --forget-old-unavail is obsolete.
|
|
The required features have been merged in the official dpkg-scanpackages
so don't mention the diverted copy that doesn't exist anymore.
|
|
The copyright statements come from debian/copyright in the
dpkg-multicd source package (version 0.21).
|
|
The `multicd' package was initially written by Heiko Schlittermann
<heiko@lotte.sax.de> based on builtin access methods written by Ian
Jackson <ian@chiark.greenend.org.uk>. The final packaging as well as
cleanups were made by Martin Schulze <joey@infodrom.north.de> who also
put this package together for the slink release (Debian GNU/Linux
2.1).
This commit includes the raw files as provided in version 0.21 of dpkg-multicd
(except for a few whitespaces cleanups).
The dpkg-scanpackages fork has been left out since the required features
have been merged in the official dpkg-scanpackages. Closes: #516631
|