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

Yet more Debian changes.

git-svn-id: http://svn.xiph.org/trunk/ao@1819 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent c9190658
No related branches found
No related tags found
No related merge requests found
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(src/audio_out.c)
AM_INIT_AUTOMAKE(libao,0.8.0)
......
......@@ -3,5 +3,5 @@
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = README.Debian changelog control copyright libao-dev.dirs\
libao-dev.docs libao-dev.files libao0.dirs libao0.files \
libao0.manpages libao0.override rules
libao-dev.docs libao-dev.files libao2.dirs libao2.files \
libao2.manpages rules
libao (0.8.0-1) unstable; urgency=low
* New upstream.
* soname changed to 2.
-- Christopher L Cheney <ccheney@debian.org> Sun, 12 Aug 2001 21:00:00 -0500
......
......@@ -8,12 +8,12 @@ Standards-Version: 3.5.6.0
Package: libao-dev
Architecture: any
Section: devel
Depends: libao0 (= ${Source-Version}), libc6-dev
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: libao0
Package: libao2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
......
......@@ -44,9 +44,7 @@ install: build
dh_installdirs
# 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
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
# Build architecture-independent files here.
binary-indep: build install
......@@ -56,8 +54,8 @@ binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
dh_movefiles
dh_installdocs
dh_installexamples
dh_installman
......
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