Print a nice error message when attempting to build a deb from a package of an unsupported architecture. Closes: #592625

This commit is contained in:
Joey Hess
2010-08-30 17:02:03 -04:00
parent 291db35466
commit 3a44b767ac
2 changed files with 10 additions and 0 deletions

2
debian/changelog vendored
View File

@@ -3,6 +3,8 @@ alien (8.82) UNRELEASED; urgency=low
* Use debhelper compat level v7 when building packages. All changes
since v4 seem safe for alien's generated rules files.
* Use dh_prep instead of deprecated dh_clean -k.
* Print a nice error message when attempting to build a deb from a package
of an unsupported architecture. Closes: #592625
-- Joey Hess <joeyh@debian.org> Sun, 23 May 2010 18:55:14 -0400