]> err.no Git - dpkg/commit
Fix dpkg-buildpackage to not double options when called with -j option
authorRaphael Hertzog <hertzog@debian.org>
Sun, 6 Jan 2008 20:21:04 +0000 (21:21 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 6 Jan 2008 20:21:04 +0000 (21:21 +0100)
commit8dce023c264aefba0bf84a982d34401dd0e6290f
tree06cf0eb4f2edcea5a9df4a5a8ac96a1119b01f2a
parent1a0d3d92924d05f5074cb58aa635268aa7d9d17c
Fix dpkg-buildpackage to not double options when called with -j option

* scripts/Dpkg/BuildOptions.pm (set): Change the default value of
the overwrite parameter to 1. The only use of this function in
dpkg-buildpackage is missing the parameter and actually wants to
overwrite the whole variable.
* scripts/t/300_Dpkg_BuildOptions.t: Adjust the test suite for this
change.
ChangeLog
debian/changelog
scripts/Dpkg/BuildOptions.pm
scripts/t/300_Dpkg_BuildOptions.t