Discovered by Daniel Shepler.
* scripts/Dpkg/BuildOptions.pm (parse): Add
support for nocheck.
+ (set): Really set DEB_BUILD_OPTIONS. Discovered
+ by Daniel Shepler.
2007-10-11 Guillem Jover <guillem@debian.org>
Closes: #382673
* Various small fixes to the manpages suggested by Helge Kreutzmann.
Closes: #445858
+ * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
+ set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
[ Guillem Jover ]
* Use shipped perl modules when calling perl programs at build time.
$env .= "$k,";
}
}
+
+ $ENV{DEB_BUILD_OPTIONS} = $env if $env;
}
1;