From f6644c82c3f8e8ef2e7c7451be8572d0d537cdc6 Mon Sep 17 00:00:00 2001
From: Chris Cheney <calc@xiph.org>
Date: Thu, 25 Jan 2001 03:47:46 +0000
Subject: [PATCH] Modified files to fix a build-depends bug

git-svn-id: http://svn.xiph.org/trunk/ao@1207 0101bb08-14d6-0310-b084-bc0e0c8e3800
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 15e25a7..065a08e 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 5c53d3b..644b423 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
-- 
GitLab