diff --git a/debian/changelog b/debian/changelog
index 844ff69782b9057ade80ea94238ab38600b5fce0..a59d4b49f635296abbb4965fff42477cc0b3d2cb 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 d8a8df3a69fa1e2b1e6e309fd8a090a8f632a4ea..3b02ed2ad80cbc1dfb48834baefc5379daef29d0 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 2973913c4cb8a2f5abff3cf083eb42656daac138..93bdf49f4460c40d8b8b8ff74ee7b58174982d74 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