summaryrefslogtreecommitdiff
path: root/dselect/methods/disk/setup
AgeCommit message (Collapse)AuthorFilesLines
2017-10-09dselect: Remove traces of non-US support from methodsGuillem Jover1-4/+1
This has been obsoleted long ago.
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover1-1/+1
Warned-by: codespell, spellintian
2014-05-17perl: Do not use global match variablesGuillem Jover1-3/+3
Fixes Variables::ProhibitMatchVars. Warned-by: perlcritic
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-05-08Remove trailing whitespacesGuillem Jover1-3/+3
Do not fix the shlibs conffiles to avoid possible useless prompts. Fixes CodeLayout::ProhibitTrailingWhitespace. Warned-by: perlcritic
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-1/+1
Addresses ValuesAndExpressions::ProhibitInterpolationOfLiterals. Warned-by: perlcritic
2013-04-19dselect: Add missing license headersGuillem Jover1-0/+13
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.
2012-03-27Do not use `' quote pairs for non-translatable stringsGuillem Jover1-28/+28
2011-12-13Do not use absolute paths for programs in perl and shell codeGuillem Jover1-3/+3
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>
2010-11-19Cleanup white spacesGuillem Jover1-2/+0
Remove trailing spaces. Remove blank lines not separating different code blocks. Remove blank lines at the end of the file.
2009-11-07Use find with -L instead of deprecated -followGuillem Jover1-1/+1
2009-05-24dselect: Properly parse fdisk output in disk setup methodGuillem Jover1-3/+3
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.
2009-05-24dselect: Fix bashism (“echo -e”) in disk setup methodGuillem Jover1-1/+1
Closes: #530071
2009-05-24dselect: Refactor partition printing in disk setup methodGuillem Jover1-3/+10
Move code into its own function.
2006-02-17Move the methods directory to dselect/methods, so the contents will notGuillem Jover1-0/+574
be installed if dselect is not to be built.