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

Finished updating for libao 0.8.2 release

git-svn-id: http://svn.xiph.org/trunk/ao@2592 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent f255481d
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,5 @@
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = README.Debian changelog control copyright libao.conf \
libao-dev.dirs libao-dev.docs libao-dev.files libao2.dirs \
libao2.files libao2.manpages rules
EXTRA_DIST = changelog control copyright libao-dev.docs libao-dev.files \
libao.conf libao2.README.Debian libao2.files libao2.manpages rules
libao (0.8.2-1) unstable; urgency=low
* New upstream.
* Changed to building alsa 0.9.x plugin instead of 0.5.x
* Changed to building alsa 0.9.x plugin instead of obsolete 0.5.x (Closes: #103787)
-- Christopher L Cheney <ccheney@debian.org> Tue, 11 Dec 2001 23:00:00 -0600
......
......@@ -5,14 +5,6 @@ Maintainer: Christopher L Cheney <ccheney@debian.org>
Build-Depends: debhelper (>> 3.0.0), libarts-dev, libasound2-dev, libesd0-dev
Standards-Version: 3.5.6.0
Package: libao-dev
Architecture: any
Section: devel
Depends: libao2 (= ${Source-Version}), libc6-dev
Description: Cross Platform Audio Output Library Development
The libao-devel package contains the header files and documentation
needed to develop applications with libao.
Package: libao2
Architecture: any
Section: libs
......@@ -21,3 +13,11 @@ Suggests: libarts, libasound2, libesd0 | libesd-alsa0
Description: Cross Platform Audio Output Library
Libao is a cross platform audio output library. It currently supports
ESD, OSS, Solaris, and IRIX.
Package: libao-dev
Architecture: any
Section: devel
Depends: libao2 (= ${Source-Version}), libc6-dev
Description: Cross Platform Audio Output Library Development
The libao-devel package contains the header files and documentation
needed to develop applications with libao.
usr/lib
usr/lib/ao
usr/lib/ao/plugins-2
usr/include
usr/include/ao
File moved
etc
usr/lib
usr/lib/ao
usr/lib/ao/plugins-2
......@@ -22,7 +22,6 @@ build: configure-stamp build-stamp
build-stamp:
dh_testdir
# Add here commands to compile the package.
$(MAKE)
touch build-stamp
......@@ -32,7 +31,6 @@ clean:
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) distclean
dh_clean
......@@ -43,7 +41,6 @@ install: build
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/tmp.
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
install -d $(CURDIR)/debian/tmp/etc
install -m 0644 $(CURDIR)/debian/libao.conf $(CURDIR)/debian/tmp/etc
......
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