diff --git a/debian/changelog b/debian/changelog
index 15e25a7878b98f58074f1fae757de3954f9a33d2..065a08e2c060c04a66874623e37f2d25eadf31fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libao (0.6.0-1) unstable; urgency=low
+
+  * Fixed Build-Depends for archs that do not have libasound1-dev (closes: #78097)
+
+ -- Christoper L Cheney <ccheney@debian.org>  Wed, 24 Jan 2001 21:39:41 -0600
+
 libao (0.5.0-1) unstable; urgency=low
 
   * Initial Release.
diff --git a/debian/control b/debian/control
index 5c53d3ba44f0e73a0c89e3590f3680ffe9957d45..644b4234f73b5d1218ed2616c60a12e3a9414a59 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libao
 Section: devel
 Priority: optional
 Maintainer: Christopher L Cheney <ccheney@debian.org>
-Build-Depends: debhelper, libasound1-dev, libesd0-dev
+Build-Depends: debhelper, libasound1-dev [alpha i386 powerpc sparc], libesd0-dev
 Standards-Version: 3.1.1
 
 Package: libao0-dev