summaryrefslogtreecommitdiff
path: root/scripts/dpkg-checkbuilddeps.pl
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Dpkg::Deps: Check for valid virtual package version relationsGuillem Jover1-1/+1
2019-10-12scripts: Switch Getopt::Long from bundling to bundling_valuesGuillem Jover1-1/+1
2018-05-03dpkg-checkbuilddeps: Fix indentationGuillem Jover1-35/+34
2018-05-03Revert "Dpkg::Deps: Accept $archqual for add_provided_package() method"Guillem Jover1-1/+1
2018-03-25Dpkg::Deps: Accept $archqual for add_provided_package() methodGuillem Jover1-1/+1
2015-12-19dpkg-checkbuilddeps: Exit with 1 on unsatisfied dependenciesGuillem Jover1-4/+4
2015-09-21scripts: Use error() and errormsg() instead of printing on STDERR directlyGuillem Jover1-4/+4
2015-07-30dpkg-checkbuilddeps: Add support for ignoring built-in build dependenciesGuillem Jover1-2/+7
2015-07-30dpkg-checkbuilddeps: Move build-essential:native to a new vendor hookGuillem Jover1-2/+7
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10scripts: Change version() functions to never exitGuillem Jover1-2/+1
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-9/+9
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-1/+1
2014-04-21dpkg-checkbuilddeps: Split check_line into build_depends and build_conflictsGuillem Jover1-30/+18
2014-04-21dpkg-checkbuilddeps: Move deps_parse() error checking just after the callsGuillem Jover1-9/+8
2014-04-21dpkg-checkbuilddeps: Fix bogus message on dependency parse errorsGuillem Jover1-8/+10
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05Add experimental build profiles supportGuillem Jover1-4/+14
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-4/+4
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-2/+2
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-08scripts: Trap $SIG{__WARN__} to call usageerr() on option parse errorsGuillem Jover1-3/+3
2013-07-04scripts: Move Getopt::Long option specifications to array variablesGuillem Jover1-8/+12
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-5/+6
2013-05-08Remove trailing whitespacesGuillem Jover1-4/+4
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-18/+18
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-3/+4
2013-04-24Use three-argument form of open in perl codeGuillem Jover1-1/+1
2013-04-04dpkg-checkbuilddeps: Use new Dpkg::Deps::deps_concat instead of ad-hoc codeGuillem Jover1-23/+9
2012-06-30scripts: Accept “:native” arch-qualified Build-DependenciesThibaut Girka1-3/+3
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+3
2012-05-23Add Build-Depends-Arch and Build-Conflicts-ArchRoger Leigh1-7/+20
2011-11-22dpkg-checkbuilddeps: fix typo in field nameRaphaël Hertzog1-1/+2
2011-11-22dpkg-checkbuilddeps: new option -a <arch>Colin Watson1-4/+7
2011-10-24Dpkg::Deps: Fix dependency evaluation logic to use arch qualifierRaphaël Hertzog1-1/+4
2011-10-02scripts: Use error() or syserr() instead of dieGuillem Jover1-1/+1
2009-12-02Dpkg::Deps: cleanup APIRaphaël Hertzog1-4/+3
2009-12-02Dpkg::Deps: replace dump() method with output([$fh])Raphaël Hertzog1-2/+2
2009-11-21dpkg-checkbuilddeps: Split usage string in several translatable stringsGuillem Jover1-6/+7
2009-11-21dpkg-checkbuilddeps: Use an anonymous subroutine for --helpGuillem Jover1-6/+1
2009-11-21dpkg-checkbuilddeps: Add a --version optionGuillem Jover1-0/+8
2009-11-21dpkg-checkbuilddeps: Recognize --help in addition to -hGuillem Jover1-2/+2
2009-11-21dpkg-checkbuilddeps: Remove unneeded dashes in GetOptions argumentsGuillem Jover1-5/+5
2009-11-21Handle argument parsing consistently in all toolsGuillem Jover1-1/+2
2009-11-08Expand text in license header for unversioned GPLGuillem Jover1-1/+17
2009-09-16Rename Dpkg::Control in Dpkg::Control::InfoRaphaël Hertzog1-2/+2
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-01-24dpkg-checkbuilddeps: add -d and -c options to override build-depends/conflictsRaphael Hertzog1-21/+29
2008-01-19dpkg-checkbuilddeps: fix a bug in handling of build-conflictsRaphael Hertzog1-1/+1
2008-01-08Merge branch 'controllib-removal'Raphael Hertzog1-14/+11