summaryrefslogtreecommitdiff
path: root/scripts/dpkg-scanpackages.pl
AgeCommit message (Expand)AuthorFilesLines
2014-10-06dpkg-scanpackages: Add a new --hash option to enable specific file checksumsGuillem Jover1-0/+12
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-7/+6
2014-08-09dpkg-scanpackages: Spell nocheck option in wait_child() correctlyGuillem Jover1-1/+1
2014-04-21scripts: Use // operator instead of defined and ternary operatorGuillem Jover1-1/+1
2014-04-21scripts: Add a space after commaGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04scripts: Remove redundant STDOUT from print callsGuillem Jover1-1/+1
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-3/+6
2013-09-19Decapitalize error and warning messagesGuillem Jover1-10/+10
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-18scripts: Use Dpkg::Util list functions instead of grepGuillem Jover1-1/+2
2013-07-18scripts: Do not mix boolean operatorsGuillem Jover1-1/+1
2013-07-08scripts: Trap $SIG{__WARN__} to call usageerr() on option parse errorsGuillem Jover1-3/+4
2013-07-04scripts: Move Getopt::Long option specifications to array variablesGuillem Jover1-4/+11
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-3/+3
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover1-1/+1
2013-05-08Remove trailing whitespacesGuillem Jover1-5/+5
2013-05-08scripts: Do not use indirect object syntaxGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-22/+22
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-2/+2
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-3/+3
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-1/+1
2012-06-08scripts: Unify “<option>...” --help outputGuillem Jover1-1/+1
2012-06-07scripts: Hyphenate option argumentsGuillem Jover1-1/+1
2012-05-10dpkg-scanpackages: Remove obsolete --udeb optionGuillem Jover1-9/+3
2011-08-20Expand numeric literals and word abbreviation in usage error outputGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-02-25Dpkg::Checksums: rewrite to provide an object-oriented APIRaphaël Hertzog1-7/+6
2010-02-20Update Dpkg::Control::* to use Dpkg::Interface::StorableRaphaël Hertzog1-1/+1
2010-02-19libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()Guillem Jover1-2/+2
2010-01-22Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::CompressorRaphaël Hertzog1-3/+3
2010-01-22Dpkg::Compression::CompressedFile: update APIRaphaël Hertzog1-8/+4
2010-01-22Rename Dpkg::Source::CompressedFile into Dpkg::Compression::CompressedFileRaphaël Hertzog1-3/+3
2009-11-29Merge sid branch through commit '1.15.5.3'Raphaël Hertzog1-12/+8
2009-11-21dpkg-scanpackages: avoid IO::String usageRaphaël Hertzog1-12/+8
2009-11-21Handle argument parsing consistently in all toolsGuillem Jover1-2/+2
2009-11-08Add missing license headersGuillem Jover1-0/+15
2009-11-07Use find with -L instead of deprecated -followGuillem Jover1-2/+1
2009-11-06Dpkg::Control::Hash: handle arbitrary field valuesRaphaël Hertzog1-9/+4
2009-10-09Dpkg::Control: rename CTRL_APT_* to CTRL_INDEX_*Raphaël Hertzog1-1/+1
2009-10-05Dpkg::Version: rename some functions and constantsRaphaël Hertzog1-2/+2
2009-10-04Update all Perl modules and scripts to use the new Dpkg::Version APIRaphaël Hertzog1-10/+4
2009-10-02dpkg-scanpackages: add new --medium optionRaphaël Hertzog1-1/+5
2009-10-02dpkg-scanpackages/dpkg-scansources: support compressed override filesRaphaël Hertzog1-4/+7
2009-09-19dpkg-scanpackages: simplify by using the Dpkg::Control objectRaphaël Hertzog1-38/+15
2009-09-19Get rid of Dpkg::Deps @src_dep_fields @pkg_dep_fields and %dep_field_typeRaphaël Hertzog1-2/+2
2009-08-16dpkg-scanpackages: rename --extraoverride into --extra-overrideRaphaël Hertzog1-6/+8
2009-08-15Add missing full stopHelge Kreutzmann1-1/+1
2009-08-14dpkg-scanpackages: add support for extra override fileRaphaël Hertzog1-2/+27