From 93e0310b82f53929e05324e877301c38bfb705a7 Mon Sep 17 00:00:00 2001
From: Chris Cheney <calc@xiph.org>
Date: Mon, 18 Jun 2001 00:53:11 +0000
Subject: [PATCH] updated debian stuff for libao 0.7.0 release

git-svn-id: http://svn.xiph.org/trunk/ao@1489 0101bb08-14d6-0310-b084-bc0e0c8e3800
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 844ff69..a59d4b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libao (0.7.0-1) unstable; urgency=low
+
+  * New upstream.
+  * Fixed versioned depends
+  * Changed clean method to distclean
+
+ -- Christopher L Cheney <ccheney@debian.org>  Sun, 17 Jun 2001 20:00:00 -0500
+
 libao (0.6.0-1) unstable; urgency=low
 
   * New upstream.
diff --git a/debian/control b/debian/control
index d8a8df3..3b02ed2 100644
--- a/debian/control
+++ b/debian/control
@@ -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.5.2.0
+Standards-Version: 3.5.5.0
 
 Package: libao-dev
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 2973913..93bdf49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatability version to use.
-export DH_COMPAT=2
+export DH_COMPAT=3
 
 configure: configure-stamp
 configure-stamp:
@@ -33,7 +33,7 @@ clean:
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	-$(MAKE) distclean
 
 	dh_clean
 
-- 
GitLab