From b4b7a1c8e3a26ce886589f34d97492e5889b242c Mon Sep 17 00:00:00 2001
From: Chris Cheney <calc@xiph.org>
Date: Sat, 11 Oct 2003 03:50:47 +0000
Subject: [PATCH] debian packaging updates for 0.8.4-1

git-svn-id: http://svn.xiph.org/trunk/ao@5452 0101bb08-14d6-0310-b084-bc0e0c8e3800
---
 debian/changelog |  2 +-
 debian/rules     | 10 +++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fbf8814..6c5c815 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ libao (0.8.4-1) unstable; urgency=low
 
   * New upstream.
 
- -- Christopher L Cheney <ccheney@debian.org>  Tue,  2 Sep 2003 22:30:00 -0500
+ -- Christopher L Cheney <ccheney@debian.org>  Fri, 10 Oct 2003 23:00:00 -0500
 
 libao (0.8.3-1.1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 9a5c73e..acbdff2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,9 +53,13 @@ build: build-arch build-indep
 build-arch: build-arch-stamp
 build-arch-stamp: configure-stamp
 
-	cd $(objdir) && \
-	$(MAKE)
-
+ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+		cd $(objdir) && \
+		$(MAKE) debug
+else
+		cd $(objdir) && \
+		$(MAKE)
+endif
 	touch build-arch-stamp
 
 build-indep: build-indep-stamp
-- 
GitLab