Skip to content
Snippets Groups Projects
Commit b4b7a1c8 authored by Chris Cheney's avatar Chris Cheney
Browse files

debian packaging updates for 0.8.4-1

git-svn-id: http://svn.xiph.org/trunk/ao@5452 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 33378377
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment