]> err.no Git - dpkg/commit
dpkg-buildpackage: use space as separator in DEB_BUILD_OPTIONS
authorRaphael Hertzog <hertzog@debian.org>
Mon, 9 Jun 2008 17:42:28 +0000 (19:42 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Mon, 9 Jun 2008 17:42:28 +0000 (19:42 +0200)
commit9866c4bafdf147ad764f31e2747f5c1012802b1d
treec6dd0cdb61e6d72b87a94c3574305e2f604a1d23
parentf9d4d3f62cdb273d6bf75ce9c54a6a1713db8e73
dpkg-buildpackage: use space as separator in DEB_BUILD_OPTIONS

* scripts/Dpkg/BuildOptions.pm (parse, set): Use space as the
official separator in DEB_BUILD_OPTIONS. Check for validity of
flags and print a warning if a bad option is detected. Rewrote
the logic of set() to avoid adding options twice in non-overwrite
mode.
ChangeLog
debian/changelog
scripts/Dpkg/BuildOptions.pm