summaryrefslogtreecommitdiff
path: root/scripts/dpkg-scansources.pl
AgeCommit message (Expand)AuthorFilesLines
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+1
2017-01-26Dpkg::ErrorHandling: Add a new debug() functionGuillem Jover1-5/+3
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-7/+8
2015-05-30dpkg-scansources: Sort output by package name and versionMaximilian Schwerin1-1/+3
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10dpkg-scansources: Move main() into outer scopeGuillem Jover1-47/+38
2015-04-10dpkg-scansources: Handle parsed source control data just onceGuillem Jover1-19/+9
2015-04-10scripts: Pass a list to open() for commands instead of a stringGuillem Jover1-1/+1
2015-04-10scripts: Change version() functions to never exitGuillem Jover1-2/+1
2015-04-10dpkg-scansources: Use syserr() instead of close_msg()Guillem Jover1-7/+1
2015-04-10dpkg-scansources: Use proper constants instead of constant subsGuillem Jover1-7/+8
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-01-28dpkg-scansources: Fix perl uninitialized value usage on missing Binary fieldGuillem Jover1-1/+1
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-11/+11
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover1-1/+1
2014-04-21scripts: Add a space after flow control statementsGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-1/+2
2013-11-23perl: Do not allow hard tabs anywhere other than leading positionGuillem Jover1-17/+17
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-18dpkg-scansources: Use a foreach loop instead of a void mapGuillem Jover1-5/+3
2013-07-18scripts: Do not mix boolean operatorsGuillem Jover1-1/+1
2013-07-08dpkg-scansources: Move exit call out from usage()Bernhard R. Link1-3/+1
2013-07-08scripts: Trap $SIG{__WARN__} to call usageerr() on option parse errorsGuillem Jover1-1/+4
2013-06-22perl: Decapitalize variable namesGuillem Jover1-41/+41
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-3/+3
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover1-3/+3
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-10/+10
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-3/+3
2013-04-24Use three-argument form of open in perl codeGuillem Jover1-1/+1
2012-06-30Recognize -? as an alias for --help in all commandsGuillem Jover1-3/+3
2012-06-08scripts: Unify “<option>...” --help outputGuillem Jover1-1/+1
2012-06-07scripts: Hyphenate option argumentsGuillem Jover1-1/+1
2012-05-23dpkg-scansources: Do not accept --nohelpGuillem Jover1-1/+1
2011-08-20Expand numeric literals and word abbreviation in usage error outputGuillem Jover1-1/+1
2010-04-17dpkg-scansources: call the right function when -e is usedRaphaël Hertzog1-1/+1
2010-02-25Dpkg::Checksums: rewrite to provide an object-oriented APIRaphaël Hertzog1-18/+10
2010-02-20Update Dpkg::Control::* to use Dpkg::Interface::StorableRaphaël Hertzog1-1/+1
2010-01-22Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::CompressorRaphaël Hertzog1-4/+4
2010-01-22Dpkg::Compression: new API based on public functionsRaphaël Hertzog1-2/+3
2010-01-22Dpkg::Compression::CompressedFile: update APIRaphaël Hertzog1-12/+6
2010-01-22Rename Dpkg::Source::CompressedFile into Dpkg::Compression::CompressedFileRaphaël Hertzog1-4/+4
2009-11-21dpkg-scansources: Update Getopt::Long setup codeGuillem Jover1-29/+3
2009-11-21dpkg-scansources: Update commentsGuillem Jover1-7/+2
2009-11-08Unify text in license headersGuillem Jover1-2/+2
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-11-07Use find with -L instead of deprecated -followGuillem Jover1-1/+1
2009-11-06Dpkg::Control::Hash: handle arbitrary field valuesRaphaël Hertzog1-2/+2