index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
dpkg-buildpackage.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-21
dpkg-buildpackage: Setup and check rootcommand only if needed
Guillem Jover
1
-20
/
+26
2017-10-21
dpkg-buildpackage: Run dpkg-source from the current directory
Guillem Jover
1
-13
/
+3
2017-10-21
dpkg-buildpackage: Pass the debian/control source stanza to R³ parser
Guillem Jover
1
-1
/
+1
2017-10-18
dpkg-buildpackage: Do not rehash .dsc file when signing binary-only builds
Guillem Jover
1
-2
/
+4
2017-10-18
dpkg-buildpackage: Fix logic to decide whether to call the build targets
Guillem Jover
1
-2
/
+2
2017-09-24
dpkg-buildpackage: Add support for rootless builds
Guillem Jover
1
-13
/
+87
2017-09-24
dpkg-buildpackage: Rename withecho to run_cmd
Guillem Jover
1
-15
/
+14
2017-09-24
dpkg-buildpackage: Error out if --as-root is passed w/o --rules-target
Guillem Jover
1
-0
/
+5
2017-09-24
scripts: Use split() with ' ' instead of /\s+/
Guillem Jover
1
-2
/
+2
2017-08-26
perl: Use -> operator for function variables
Guillem Jover
1
-1
/
+1
2017-05-06
doc: Spelling fixes
Josh Soref
1
-3
/
+3
2017-02-26
dpkg-buildpackage: Document --ignore-builtin-builddeps in --help output
Guillem Jover
1
-0
/
+2
2017-01-28
dpkg-buildpackage: Make --unsigned-changes not sign .buildinfo either
Guillem Jover
1
-1
/
+2
2017-01-28
dpkg-buildpackage: Add new --no-sign option
Guillem Jover
1
-0
/
+6
2017-01-27
dpkg-buildpackage: Add support for signed .buildinfo files
Guillem Jover
1
-13
/
+41
2017-01-23
dpkg-buildpackage, dpkg-source: Always set SOURCE_DATE_EPOCH
Guillem Jover
1
-1
/
+1
2016-12-17
dpkg-buildpackage: Add support for multiple targets on -T
Guillem Jover
1
-6
/
+7
2016-11-16
dpkg-buildpackage: Fallback to one job on unknown number of online processors
Guillem Jover
1
-0
/
+3
2016-11-16
dpkg-genbuildinfo: Use deterministic .buildinfo filenames
Guillem Jover
1
-13
/
+3
2016-11-05
dpkg-buildpackage: Enable -Jauto by default
Guillem Jover
1
-2
/
+7
2016-11-03
scripts: Add support for .buildinfo files
Guillem Jover
1
-4
/
+31
2016-10-30
Dpkg: Add new Dpkg::PROGMAKE variable to store GNU make command name
Guillem Jover
1
-1
/
+1
2016-07-04
scripts: Require Dpkg::Control::Info in dpkg-buildpackage
Guillem Jover
1
-0
/
+1
2016-07-03
dpkg-buildpackage: Use arch:all in .changes filename when not building arch:any
Guillem Jover
1
-5
/
+5
2016-07-03
dpkg-buipdpackage: Do not use build target fallback on arch:any + arch:all
Guillem Jover
1
-0
/
+15
2016-07-03
dpkg-buildpackage: Refactor build target fallback code
Guillem Jover
1
-17
/
+24
2016-07-03
dpkg-buildpackage: Preset build timestamp to latest changelog entry
Guillem Jover
1
-0
/
+2
2016-07-03
dpkg-buildpackage: Add config file support
Guillem Jover
1
-0
/
+8
2016-07-03
dpkg-buildpackage: Add long options
Guillem Jover
1
-80
/
+90
2016-05-02
scripts: Remove -s option argument parsing that does not match
Guillem Jover
1
-1
/
+1
2016-05-02
scripts: Add support for new --build option to define build type
Guillem Jover
1
-6
/
+7
2016-05-02
Dpkg::Build::Types: Clarify build type functions
Guillem Jover
1
-9
/
+9
2016-05-02
Dpkg::Build::Types: Add new build_has_any function
Guillem Jover
1
-2
/
+2
2016-05-02
Dpkg::Build::Types: Remove BUILD_SOURCE composite constants
Guillem Jover
1
-2
/
+2
2016-05-02
scripts: Refactor command printing into new printcmd() function
Guillem Jover
1
-3
/
+3
2016-05-02
scripts: Switch raw information output to use info()
Guillem Jover
1
-3
/
+3
2016-02-15
scripts: Use new Dpkg::Build::Types module instead of ad-hoc code
Guillem Jover
1
-57
/
+16
2015-07-30
dpkg-checkbuilddeps: Add support for ignoring built-in build dependencies
Guillem Jover
1
-0
/
+4
2015-07-30
dpkg-buildpackage: Add new -J option
Guillem Jover
1
-4
/
+12
2015-05-30
dpkg-buildpackage: Make -j override any parallel option in DEB_BUILD_OPTIONS
Guillem Jover
1
-1
/
+0
2015-04-06
scripts: Move "(default)" annotations in --help output after option description
Guillem Jover
1
-3
/
+3
2015-04-06
dpkg-buildpackage: Make dependency checks fatal for -S
Guillem Jover
1
-7
/
+1
2015-04-06
dpkg-buildpackage: Disable dependency checks on -S -nc
Guillem Jover
1
-0
/
+2
2015-03-31
Use "<enter>" instead of "return" or "enter" in input prompts
Guillem Jover
1
-1
/
+1
2015-01-28
Dpkg: Use shift instead of @_ on single argument unpacking
Guillem Jover
1
-3
/
+3
2015-01-28
scripts: Rename and deprecate _g function with g_
Guillem Jover
1
-46
/
+46
2014-10-12
dpkg-buildpackage: Add support for host and target long flags
Guillem Jover
1
-10
/
+33
2014-10-06
dpkg-buildpackage: Do not pipe the files to sign to GnuPG
Guillem Jover
1
-10
/
+18
2014-10-06
perl: Do not use the topic variable unnecessarily
Guillem Jover
1
-1
/
+1
2014-08-15
scripts: Allow specifying the same build type option multiple times
Guillem Jover
1
-1
/
+1
[next]