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

Debian package changes

git-svn-id: http://svn.xiph.org/trunk/ao@1287 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent beb72253
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,5 @@ AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = README.Debian changelog control copyright libao-dev.dirs\
libao-dev.docs libao-dev.files libao-dev.postinst libao-dev.postrm\
libao-dev.preinst libao-dev.prerm libao0.dirs libao0.files \
libao0.postinst libao0.postrm libao0.preinst libao0.prerm rules
libao0.override libao0.postinst libao0.postrm libao0.preinst \
libao0.prerm rules
libao for Debian
----------------------
----------------
<possible notes regarding this package - if none, delete this file>
Nothing important to mention at this time.
-- Christopher L Cheney <ccheney@debian.org>, Sun, 29 Oct 2000 00:39:24 -0500
......@@ -4,6 +4,15 @@ libao (0.6.0-1) unstable; urgency=low
-- Christoper L Cheney <ccheney@debian.org> Wed, 24 Jan 2001 21:39:41 -0600
libao (0.5.0-3) unstable; urgency=low
* Fixed Build-Depends libasound1-dev to only not be on m68k.
* Fixed Sections.
* Updated to Standards-Version to 3.5.1.0
* Added Lintian override file.
-- Christopher L Cheney <ccheney@debian.org> Sat, 17 Feb 2001 16:45:59 -0600
libao (0.5.0-2) unstable; urgency=low
* Fixed Build-Depends for archs that do not have libasound1-dev (closes: #78097)
......
......@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
Build-Depends: debhelper, libarts-dev, libasound1-dev [!m68k], libesd0-dev
Standards-Version: 3.1.1
Standards-Version: 3.5.1.0
Package: libao-dev
Architecture: any
......
usr/lib/*.so.*
usr/lib/ao/*.so
usr/share/lintian/overrides/libao0
libao0: shlib-missing-in-control-file libalsa.so usr/lib/ao/libalsa.so
libao0: shlib-missing-in-control-file libesd.so usr/lib/ao/libesd.so
libao0: shlib-missing-in-control-file liboss.so usr/lib/ao/liboss.so
......@@ -45,7 +45,8 @@ install: build
# Add here commands to install the package into debian/tmp.
$(MAKE) install DESTDIR=`pwd`/debian/tmp
install -d $(CURDIR)/debian/tmp/usr/share/lintian/overrides
install -m 644 debian/libao0.override $(CURDIR)/debian/tmp/usr/share/lintian/overrides/libao0
# Build architecture-independent files here.
binary-indep: build install
......
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