From 1638846d9eddb8660cacd6f5bc8850245ec9dabe Mon Sep 17 00:00:00 2001 From: Chris Cheney <calc@xiph.org> Date: Wed, 12 Dec 2001 15:53:32 +0000 Subject: [PATCH] Finished updating for libao 0.8.2 release git-svn-id: http://svn.xiph.org/trunk/ao@2592 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- debian/Makefile.am | 5 ++--- debian/changelog | 2 +- debian/control | 16 ++++++++-------- debian/libao-dev.dirs | 5 ----- debian/{README.Debian => libao2.README.Debian} | 0 debian/libao2.dirs | 4 ---- debian/rules | 3 --- 7 files changed, 11 insertions(+), 24 deletions(-) delete mode 100644 debian/libao-dev.dirs rename debian/{README.Debian => libao2.README.Debian} (100%) delete mode 100644 debian/libao2.dirs diff --git a/debian/Makefile.am b/debian/Makefile.am index 331727b..383d300 100644 --- a/debian/Makefile.am +++ b/debian/Makefile.am @@ -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 diff --git a/debian/changelog b/debian/changelog index d2db60c..e4e2553 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ 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 diff --git a/debian/control b/debian/control index b2d0f37..150049b 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/libao-dev.dirs b/debian/libao-dev.dirs deleted file mode 100644 index e59497f..0000000 --- a/debian/libao-dev.dirs +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib -usr/lib/ao -usr/lib/ao/plugins-2 -usr/include -usr/include/ao diff --git a/debian/README.Debian b/debian/libao2.README.Debian similarity index 100% rename from debian/README.Debian rename to debian/libao2.README.Debian diff --git a/debian/libao2.dirs b/debian/libao2.dirs deleted file mode 100644 index acc4a21..0000000 --- a/debian/libao2.dirs +++ /dev/null @@ -1,4 +0,0 @@ -etc -usr/lib -usr/lib/ao -usr/lib/ao/plugins-2 diff --git a/debian/rules b/debian/rules index 09b6f2d..f3acec2 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- GitLab