]> err.no Git - dpkg/commit
dpkg-buildpackage: Add new option -j[<number>]
authorFrank Lichtenheld <djpig@debian.org>
Sun, 23 Sep 2007 18:24:51 +0000 (20:24 +0200)
committerFrank Lichtenheld <djpig@debian.org>
Sun, 23 Sep 2007 23:26:56 +0000 (01:26 +0200)
commita19946b71970f7854f9b15cc639b1a4039e902ff
tree2d52968feb7b0a37297698c3b68c85e10207116e
parent530d60533f7f0281d2bd00b93168b91e7dda013c
dpkg-buildpackage: Add new option -j[<number>]

Works like the make options of the same name. It will be passed
to debian/rules in the MAKEFLAGS environment variable. Also the
parallel=<n> DEB_BUILD_OPTIONS option will be honored and set
correctly. The finally used value is determined by the
following order: -j > DEB_BUILD_OPTIONS > MAKEFLAGS.

Based on an idea by Robert Millan <rmh@aybabtu.com>.
ChangeLog
debian/changelog
man/ChangeLog
man/dpkg-buildpackage.1
scripts/Dpkg/BuildOptions.pm [new file with mode: 0644]
scripts/Makefile.am
scripts/dpkg-buildpackage.pl