summaryrefslogtreecommitdiff
path: root/scripts/dpkg-checkbuilddeps.pl
AgeCommit message (Expand)AuthorFilesLines
2008-01-07dpkg-checkbuilddeps: Remove unused $dep_regexGuillem Jover1-1/+0
2008-01-07dpkg-checkbuilddeps: Add build-essential as an implicit Build-DependsGuillem Jover1-0/+3
2008-01-01Update all scripts to use Dpkg::Changelog::parse_changelogRaphael Hertzog1-3/+0
2008-01-01Update all scripts to use Dpkg::Substvars, Dpkg::Cdata, Dpkg::Control and Dpk...Raphael Hertzog1-11/+11
2007-10-18dpkg-checkbuilddeps: modify to use the new Dpkg::Deps moduleRaphael Hertzog1-64/+40
2007-10-18Dpkg::ErrorHandling: Add support for format stringsGuillem Jover1-2/+1
2007-10-12Switch perl programs to use the new Dpkg/Arch moduleGuillem Jover1-0/+1
2007-10-11Switch perl programs to use the new Dpkg/ErrorHandling moduleGuillem Jover1-0/+1
2007-07-22Switch 'dpkg-gettext.pl' to a new style perl module Dpkg::Gettext.Guillem Jover1-1/+1
2007-07-22Switch perl programs to use the new Dpkg module and its variables.Guillem Jover1-5/+1
2007-05-08 * scripts/controllib.pl (read_cputable): Localize $_.Guillem Jover1-2/+1
2007-05-08 * scripts/dpkg-genchanges.pl ($pkgdatadir): New variable.Guillem Jover1-1/+2
2007-04-11Make all perl scripts use strict and warnings, to ease catching errors.Guillem Jover1-2/+8
2007-04-03 * scripts/dpkg-checkbuilddeps.pl ($control): Remove redundantGuillem Jover1-3/+1
2007-02-28Add support for '--admindir' in dpkg-buildpackage, dpkg-checkbuilddepsGuillem Jover1-3/+7
2007-02-11 * scripts/controllib.pl (outputclose): Change argument from a booleanGuillem Jover1-1/+2
2006-05-23Standarize scripts usage output format and at the same time makeGuillem Jover1-9/+10
2006-05-12* Add gettext support for the Perl scripts. Based on a patch byFrank Lichtenheld1-4/+8
2006-01-18Import latest release as a temporary trunk which should beFrank Lichtenheld1-4/+18
2004-03-08Apply patch to fix #217943 and, #235266, build conflicts were being pushedScott James Remnant1-2/+2
2003-10-27Set $reduce_arch when calling parsedep.Adam Heath1-4/+4
2003-10-27* scripts/dpkg-checkbuilddeps.pl: s/dpkg-checkbuild/dpkg-checkbuilddeps/Adam Heath1-1/+1
2003-10-25Fix dpkg-checkbuilddeps calling of parsedep. It wasn't setting use_arch.Adam Heath1-4/+4
2003-09-19* scripts/{controllib,dpkg-{source,checkbuilddeps,control}}.pl:Adam Heath1-4/+4
2003-09-17* scripts/controllib.pl: Fix parsing of deps when both () and [] areAdam Heath1-1/+1
2003-09-15* scripts/controllib.pl, scripts/dpkg-checkbuilddeps.pl: Moved dependencyAdam Heath1-53/+25
2002-06-22remove forced check for build-essential, we should not hardcode Debian policy...Wichert Akkerman1-1/+0
2002-01-02use space seperated output instead of comma seperatedWichert Akkerman1-2/+2
2001-11-29Make dpkg-checkbuilddeps always check for build-essential.Adam Heath1-0/+1
2001-07-12Call dpkg-architecture instead dpkg to determine the host architecture.Wichert Akkerman1-4/+4
2001-06-20Merged in changes from 1.9.10 to 1.9.11 branch.Adam Heath1-12/+13
2001-06-16Merge v1_9_10 with HEAD.Adam Heath1-2/+2
2001-06-08spell dependency consistently, fix handling of spacesWichert Akkerman1-16/+15
2001-06-02Handle varied use of spaces.Adam Heath1-2/+2
2001-03-10add dpkg-checkbuilddepsWichert Akkerman1-0/+203