diff --git a/debian/changelog b/debian/changelog
index bef8bb89897206743fc17d2d489aa9fbfdbe61eb..12e6d6dd0db33c34aaad41d077353ad97e149e28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,12 +2,13 @@ libao (0.8.3-1) unstable; urgency=low
 
   * New upstream.
 
- -- Christopher L Cheney <ccheney@debian.org>  Tue,  2 Jul 2002 22:00:00 -0500
+ -- Christopher L Cheney <ccheney@debian.org>  Thu, 11 Jul 2002 15:00:00 -0500
 
 libao (0.8.2-1) unstable; urgency=low
 
   * New upstream. (Closes: #110858)
-  * Changed to building alsa 0.9.x plugin instead of obsolete 0.5.x (Closes: #103787)
+  * Changed to building alsa 0.9.x plugin instead of obsolete 0.5.x (Closes:
+    #103787)
   * added autotools target (config.* updater) to rules
 
  -- Christopher L Cheney <ccheney@debian.org>  Mon, 24 Dec 2001 11:00:00 -0600
@@ -15,7 +16,8 @@ libao (0.8.2-1) unstable; urgency=low
 libao (0.8.1-1) unstable; urgency=high
 
   * New upstream.
-  * Plugin dir changed. (Closes: #109071, #109532, #108750, #108755, #108790, #109383, #109877, #109383)
+  * Plugin dir changed. (Closes: #109071, #109532, #108750, #108755, #108790,
+    #109383, #109877, #109383)
 
  -- Christopher L Cheney <ccheney@debian.org>  Wed, 22 Aug 2001 23:00:00 -0500
 
@@ -52,7 +54,8 @@ libao (0.5.0-3) unstable; urgency=low
 
 libao (0.5.0-2) unstable; urgency=low
 
-  *  Fixed Build-Depends for archs that do not have libasound1-dev (closes: #78097)
+  *  Fixed Build-Depends for archs that do not have libasound1-dev (closes:
+     #78097)
   *  Renamed development library package
  
  -- Christopher L Cheney <ccheney@debian.org>  Sat,  3 Feb 2001 12:30:52 -0600
diff --git a/debian/control b/debian/control
index e9fbf63637d1d688ec95f2a33a795660753990c9..5c32a4f3d034c0d4f4043ad9deeef013438c2b84 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libao
 Section: libs
 Priority: optional
 Maintainer: Christopher L Cheney <ccheney@debian.org>
-Build-Depends: debhelper (>> 4.0.0), libarts-dev, libasound2-dev, libesd0-dev, autotools-dev, devscripts
+Build-Depends: autotools-dev, debhelper (>> 4.0.0), devscripts, libarts-dev, libasound2-dev, libesd0-dev, gawk
 Standards-Version: 3.5.6.0
 
 Package: libao2
diff --git a/debian/rules b/debian/rules
index c4a06860816705460158a3932fb5b3a559c6d9e8..295eae1c5fa6aadd8ceed651dabe2c1780eff0f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,15 +29,11 @@ configure: configure-stamp
 configure-stamp:
 	dh_testdir
 
-	# CVS does not have configure
-	#if test ! -f configure; then \
-		./autogen.sh ;\
-	fi
-
 	# make build directory
 	mkdir $(objdir)
 
 	# run configure with build tree $(objdir)
+	# change ../configure to ../autogen.sh for CVS build
 	cd $(objdir) && \
 	../configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
 	--prefix=/usr