summaryrefslogtreecommitdiff
path: root/scripts/dpkg-scanpackages.pl
AgeCommit message (Expand)AuthorFilesLines
2019-10-12scripts: Switch Getopt::Long from bundling to bundling_valuesGuillem Jover1-1/+1
2019-01-15dpkg-scanpackages: Emit a warning with the list of repeat packagesGuillem Jover1-0/+8
2019-01-15dpkg-scanpackages: Unroll a single iteration loopGuillem Jover1-14/+14
2019-01-15dpkg-scanpackages: Do not compute unnecessary checksumsGuillem Jover1-6/+5
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+1
2016-10-30dpkg-scanpackages: Support scanning a single binary fileJavier Serrano Polo1-4/+4
2016-01-26scripts: Do not abort when traversing symlinks to directoriesGuillem Jover1-1/+1
2015-10-02scripts: Switch all find(1) command calls to File::FindGuillem Jover1-14/+14
2015-05-30dpkg-scanpackages: Sort output by package name and versionMaximilian Schwerin1-1/+1
2015-04-10dpkg-scanpackages: Create the dpkg-deb pipe using open instead of Dpkg::IPCGuillem Jover1-6/+5
2015-04-10scripts: Change version() functions to never exitGuillem Jover1-2/+1
2015-04-10dpkg-scanpackages: Use a scalar variable instead of an IO::HandleGuillem Jover1-3/+1
2015-04-10dpkg-scanpackages: Remove unused IO::FileGuillem Jover1-1/+0
2015-04-10dpkg-scanpackages: Rework error handling on missing Package fieldGuillem Jover1-2/+2
2015-04-10dpkg-scanpackages: Factor out deb processing into a new process_deb() functionGuillem Jover1-59/+65
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-03-31dpkg-scanpackages: Merge the same warning messages into a single lineGuillem Jover1-8/+7
2015-03-31Say directory instead of dir in output messagesGuillem Jover1-1/+1
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-24/+24
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