summaryrefslogtreecommitdiff
path: root/scripts/dpkg-buildpackage.pl
AgeCommit message (Expand)AuthorFilesLines
2009-10-31Move parse_changelog() to a separate module Dpkg::Changelog::ParseRaphaël Hertzog1-2/+2
2009-10-04Update all Perl modules and scripts to use the new Dpkg::Version APIRaphaël Hertzog1-2/+3
2009-06-15Dpkg::ErrorHandling: Remove unused warnerror() and $warnable_errorGuillem Jover1-9/+4
2009-05-18Fix changelog parsing code to differentiate the empty string from 0Raphael Hertzog1-4/+4
2009-05-17dpkg-buildpackage: error out properly when dpkg-checkbuilddeps is killedRaphael Hertzog1-1/+5
2009-05-17dpkg-buildpackage: don't set DEB_VENDOR anymoreRaphael Hertzog1-8/+0
2009-05-15dpkg-buildpackage: factorize a command line sanity checkRaphael Hertzog1-12/+3
2009-05-15dpkg-buildpackage: allow options -nc and -S togetherRaphael Hertzog1-6/+8
2009-05-10dpkg-buildpackage: add execute right on debian/rules when missingRaphael Hertzog1-0/+5
2009-03-16dpkg-buildpackage: add back an erroneously removed use statementRaphael Hertzog1-0/+1
2009-03-15Dpkg::Version::check_version() should not die by defaultRaphael Hertzog1-2/+1
2009-02-11dpkg-buildpackage: new option to call arbitrary debian/rules targetsRaphael Hertzog1-0/+25
2008-12-09Fix some “use Dpkg::ErrorHandling qw(…)” callsRaphael Hertzog1-1/+1
2008-12-09Dpkg::ErrorHandling: Replace failure calls with error or syserrGuillem Jover1-2/+2
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-2/+1
2008-08-26Merge branch 'lenny' (through tag '1.14.21')Guillem Jover1-4/+4
2008-08-16Match -si option description in dpkg-buildpackage to dpkg-genchangesGuillem Jover1-1/+1
2008-06-21dpkg-buildpackage/dpkg-genchanges: handle .debian.tar.gz files tooRaphael Hertzog1-3/+3
2008-06-21Building blocks for vendor-specific build of Debian packagesRaphael Hertzog1-0/+8
2008-03-29Ease cross-compilation by giving a default value to PKG_CONFIG_LIBDIRRaphael Hertzog1-0/+11
2008-03-28dpkg-buildpackage: change default value of LDFLAGSRaphael Hertzog1-1/+1
2008-02-17dpkg-buildpackage: Set a set of compiler flags for a buildFrank Lichtenheld1-2/+23
2008-01-31dpkg-buildpackage: Warn about unsatisfied build-depends during -SFrank Lichtenheld1-2/+8
2008-01-29dpkg-buildpackage: add a new -R option and allow parameters in -rRaphael Hertzog1-11/+15
2008-01-27Deprecate support of PGPRaphael Hertzog1-2/+8
2008-01-20dpkg-buildpackage: Move most functions to end of fileFrank Lichtenheld1-58/+52
2008-01-19dpkg-buildpackage: use parse_changelog() instead of calling dpkg-parsechangelogRaphael Hertzog1-14/+5
2008-01-08Merge branch 'controllib-removal'Raphael Hertzog1-4/+2
2008-01-03Do not automatically enable -j if DEB_BUILD_OPTIONS contains parallel=nGuillem Jover1-9/+7
2008-01-01Update all scripts to use Dpkg::Changelog::parse_changelogRaphael Hertzog1-3/+0
2008-01-01Dpkg::Version: Add check_version to replace controllib's checkversionRaphael Hertzog1-1/+2
2008-01-01dpkg-buildpackage: Fix build message for non-gz compressed sourcesGuillem Jover1-4/+5
2007-12-05dpkg-genchanges/dpkg-buildpackages: Add new -A optionFrank Lichtenheld1-2/+10
2007-10-18Dpkg::ErrorHandling: Add support for format stringsGuillem Jover1-7/+7
2007-10-18dpkg-buildpackage: Pass $text to sprintf instead of _gGuillem Jover1-1/+1
2007-10-11Switch perl programs to use the new Dpkg/ErrorHandling moduleGuillem Jover1-2/+2
2007-10-10dpkg-source: Update description of -W and -EFrank Lichtenheld1-2/+2
2007-10-09dpkg-buildpackage: Add -z/-Z to passthrough optsFrank Lichtenheld1-2/+6
2007-10-08dpkg-buildpackage: Check if rootcommand is present and error otherwiseGuillem Jover1-4/+16
2007-10-08dpkg-buildpackage: Document fakeroot being the new default for -rGuillem Jover1-2/+1
2007-09-29dpkg-buildpackage: check version validity earlyFrank Lichtenheld1-0/+1
2007-09-29dpkg-buildpackage: Make the testcommand more sensibleFrank Lichtenheld1-1/+3
2007-09-29dpkg-buildpackage: Call gpg with --utf8-stringsFrank Lichtenheld1-1/+2
2007-09-28dpkg-buildpackage: Handle an empty rootcommand correctlyFrank Lichtenheld1-0/+1
2007-09-24dpkg-source.1: Rework documentation of -i and -I optionsFrank Lichtenheld1-1/+1
2007-09-24dpkg-buildpackage: Do not use absolute path for 'rm' in signfileGuillem Jover1-1/+1
2007-09-24dpkg-buildpackage: Fix typo in usageGuillem Jover1-1/+1
2007-09-24dpkg-buildpackage: Rename warnable_errors to warnable_error inGuillem Jover1-3/+5
2007-09-24dpkg-buildpackage: Fix typo in usageFrank Lichtenheld1-1/+1
2007-09-24dpkg-buildpackage: Add new option -j[<number>]Frank Lichtenheld1-2/+22