summaryrefslogtreecommitdiff
path: root/dselect/methods/disk/install
AgeCommit message (Collapse)AuthorFilesLines
2017-10-09dselect: Remove traces of non-US support from methodsGuillem Jover1-1/+1
This has been obsoleted long ago.
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04dselect: Use warn instead of print STDERR in method scriptsGuillem Jover1-1/+1
Addresses InputOutput::RequireBracedFileHandleWithPrint. Warned-by: perlcritic
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-1/+1
This will make it safe to remove parenthesis around builtins.
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-5/+8
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.
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-1/+1
2009-11-07Use find with -L instead of deprecated -followGuillem Jover1-2/+3
2006-02-17Move the methods directory to dselect/methods, so the contents will notGuillem Jover1-0/+121
be installed if dselect is not to be built.