index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
dpkg-checkbuilddeps.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-26
Dpkg::Deps: Check for valid virtual package version relations
Guillem Jover
1
-1
/
+1
2019-10-12
scripts: Switch Getopt::Long from bundling to bundling_values
Guillem Jover
1
-1
/
+1
2018-05-03
dpkg-checkbuilddeps: Fix indentation
Guillem Jover
1
-35
/
+34
2018-05-03
Revert "Dpkg::Deps: Accept $archqual for add_provided_package() method"
Guillem Jover
1
-1
/
+1
2018-03-25
Dpkg::Deps: Accept $archqual for add_provided_package() method
Guillem Jover
1
-1
/
+1
2015-12-19
dpkg-checkbuilddeps: Exit with 1 on unsatisfied dependencies
Guillem Jover
1
-4
/
+4
2015-09-21
scripts: Use error() and errormsg() instead of printing on STDERR directly
Guillem Jover
1
-4
/
+4
2015-07-30
dpkg-checkbuilddeps: Add support for ignoring built-in build dependencies
Guillem Jover
1
-2
/
+7
2015-07-30
dpkg-checkbuilddeps: Move build-essential:native to a new vendor hook
Guillem Jover
1
-2
/
+7
2015-04-18
debian: Update my copyright years
Guillem Jover
1
-1
/
+1
2015-04-10
scripts: Change version() functions to never exit
Guillem Jover
1
-2
/
+1
2015-01-28
scripts: Rename and deprecate _g function with g_
Guillem Jover
1
-9
/
+9
2014-08-09
scripts: Use // instead of || where appropriate
Guillem Jover
1
-1
/
+1
2014-04-21
dpkg-checkbuilddeps: Split check_line into build_depends and build_conflicts
Guillem Jover
1
-30
/
+18
2014-04-21
dpkg-checkbuilddeps: Move deps_parse() error checking just after the calls
Guillem Jover
1
-9
/
+8
2014-04-21
dpkg-checkbuilddeps: Fix bogus message on dependency parse errors
Guillem Jover
1
-8
/
+10
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-05
Add experimental build profiles support
Guillem Jover
1
-4
/
+14
2013-12-04
perl: Surround FileHandles with braces in print calls
Guillem Jover
1
-4
/
+4
2013-12-04
perl: Switch to use low precedence boolean operators for error checks
Guillem Jover
1
-2
/
+2
2013-07-26
scripts: Use () instead of qw() for empty imports
Guillem Jover
1
-1
/
+1
2013-07-08
scripts: Trap $SIG{__WARN__} to call usageerr() on option parse errors
Guillem Jover
1
-3
/
+3
2013-07-04
scripts: Move Getopt::Long option specifications to array variables
Guillem Jover
1
-8
/
+12
2013-06-22
Dpkg: Deprecate lowercase exported by default variables
Guillem Jover
1
-5
/
+6
2013-05-08
Remove trailing whitespaces
Guillem Jover
1
-4
/
+4
2013-05-04
Do not use double-quotes on strings that do not need interpolation
Guillem Jover
1
-18
/
+18
2013-04-28
Use proper variables instead of barewords for filehandles
Guillem Jover
1
-3
/
+4
2013-04-24
Use three-argument form of open in perl code
Guillem Jover
1
-1
/
+1
2013-04-04
dpkg-checkbuilddeps: Use new Dpkg::Deps::deps_concat instead of ad-hoc code
Guillem Jover
1
-23
/
+9
2012-06-30
scripts: Accept “:native” arch-qualified Build-Dependencies
Thibaut Girka
1
-3
/
+3
2012-06-30
Change all programs to accept -? instead of -h for help output
Guillem Jover
1
-2
/
+3
2012-05-23
Add Build-Depends-Arch and Build-Conflicts-Arch
Roger Leigh
1
-7
/
+20
2011-11-22
dpkg-checkbuilddeps: fix typo in field name
Raphaël Hertzog
1
-1
/
+2
2011-11-22
dpkg-checkbuilddeps: new option -a <arch>
Colin Watson
1
-4
/
+7
2011-10-24
Dpkg::Deps: Fix dependency evaluation logic to use arch qualifier
Raphaël Hertzog
1
-1
/
+4
2011-10-02
scripts: Use error() or syserr() instead of die
Guillem Jover
1
-1
/
+1
2009-12-02
Dpkg::Deps: cleanup API
Raphaël Hertzog
1
-4
/
+3
2009-12-02
Dpkg::Deps: replace dump() method with output([$fh])
Raphaël Hertzog
1
-2
/
+2
2009-11-21
dpkg-checkbuilddeps: Split usage string in several translatable strings
Guillem Jover
1
-6
/
+7
2009-11-21
dpkg-checkbuilddeps: Use an anonymous subroutine for --help
Guillem Jover
1
-6
/
+1
2009-11-21
dpkg-checkbuilddeps: Add a --version option
Guillem Jover
1
-0
/
+8
2009-11-21
dpkg-checkbuilddeps: Recognize --help in addition to -h
Guillem Jover
1
-2
/
+2
2009-11-21
dpkg-checkbuilddeps: Remove unneeded dashes in GetOptions arguments
Guillem Jover
1
-5
/
+5
2009-11-21
Handle argument parsing consistently in all tools
Guillem Jover
1
-1
/
+2
2009-11-08
Expand text in license header for unversioned GPL
Guillem Jover
1
-1
/
+17
2009-09-16
Rename Dpkg::Control in Dpkg::Control::Info
Raphaël Hertzog
1
-2
/
+2
2008-12-09
Dpkg::ErrorHandling: Export public functions by default
Guillem Jover
1
-1
/
+1
2008-01-24
dpkg-checkbuilddeps: add -d and -c options to override build-depends/conflicts
Raphael Hertzog
1
-21
/
+29
2008-01-19
dpkg-checkbuilddeps: fix a bug in handling of build-conflicts
Raphael Hertzog
1
-1
/
+1
2008-01-08
Merge branch 'controllib-removal'
Raphael Hertzog
1
-14
/
+11
[next]