summaryrefslogtreecommitdiff
path: root/scripts/dpkg-scansources.pl
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-09Dpkg::Control: rename CTRL_APT_* to CTRL_INDEX_*Raphaël Hertzog1-1/+1
2009-10-02dpkg-scanpackages/dpkg-scansources: support compressed override filesRaphaël Hertzog1-14/+25
2009-09-19dpkg-scansources: simplify by relying more on the Dpkg::Control objectRaphaël Hertzog1-14/+2
2009-09-19Get rid of Dpkg::Deps @src_dep_fields @pkg_dep_fields and %dep_field_typeRaphaël Hertzog1-2/+2
2009-09-19Use the new Dpkg::Control interface everywhereRaphaël Hertzog1-7/+6
2009-09-16Rename Dpkg::Cdata into Dpkg::ControlRaphaël Hertzog1-1/+1
2009-09-06Unify and mark strings for translationGuillem Jover1-1/+1
2009-08-16dpkg-scansources: implement --extra-overrideRaphaël Hertzog1-0/+31
2009-07-01dpkg-scansources: Reduce variable scope in process_dscGuillem Jover1-7/+6
2009-07-01dpkg-scansources: Switch to use Dpkg::CdataGuillem Jover1-205/+68
2009-06-21dpkg-scan(packages|sources): support all checksums algoRaphael Hertzog1-32/+24
2009-06-15dpkg-scansources: Use Dpkg::ErrorHandling instead of ad-hoc codeGuillem Jover1-58/+35
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
2008-06-30Remove RCS tagGuillem Jover1-2/+0
2007-07-22Switch 'dpkg-gettext.pl' to a new style perl module Dpkg::Gettext.Guillem Jover1-2/+1
2007-07-22Switch perl programs to use the new Dpkg module and its variables.Guillem Jover1-6/+5