* Use --target noarch instead of --target=noarch when building rpms.

The latter used to work, but no longer does, due to some change in rpm or
     popt. It also has to come after the -bb.
   * Trap stderr of rpm and debian/rules building packages, and only display if
     the build fails.
This commit is contained in:
joey
2002-01-04 21:12:41 +00:00
parent 15f7f75dfd
commit ea55014024
4 changed files with 15 additions and 6 deletions

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
alien (7.31) unstable; urgency=low
* Use --target noarch instead of --target=noarch when building rpms.
The latter used to work, but no longer does, due to some change in rpm or
popt. It also has to come after the -bb.
* Trap stderr of rpm and debian/rules building packages, and only display if
the build fails.
-- Joey Hess <joeyh@debian.org> Fri, 4 Jan 2002 13:53:04 -0500
alien (7.30) unstable; urgency=low
* Thanks to the excellent work of Mark A. Hershberger <mah@everybody.org>,