| Age | Commit message (Collapse) | Author | Files | Lines |
|
This has been obsoleted long ago.
|
|
Warned-by: codespell, spellintian
|
|
Fixes Variables::ProhibitMatchVars.
Warned-by: perlcritic
|
|
|
|
Do not fix the shlibs conffiles to avoid possible useless prompts.
Fixes CodeLayout::ProhibitTrailingWhitespace.
Warned-by: perlcritic
|
|
Addresses ValuesAndExpressions::ProhibitInterpolationOfLiterals.
Warned-by: perlcritic
|
|
These do not change any license, they just clarify the current state.
For old dselect methods that were already present in the dpkg project,
the license remains GPL2+, for files imported from the dpkg-ftp and
dpkg-multicd projects the license remains GPL2-only for now.
|
|
|
|
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>
|
|
Remove trailing spaces. Remove blank lines not separating different code
blocks. Remove blank lines at the end of the file.
|
|
|
|
util-linux's fdisk has not emitted the Begin column since 1998-06-10
version 2.8. Change the parsing code accordingly to make it actually
work.
|
|
Closes: #530071
|
|
Move code into its own function.
|
|
be installed if dselect is not to be built.
|