diff --git a/debian/libao-dev.dirs b/debian/libao-dev.dirs
deleted file mode 100644
index 7504337e6be66a5432f27a584e1a04a9390e304d..0000000000000000000000000000000000000000
--- a/debian/libao-dev.dirs
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/lib
-usr/lib/ao
-usr/include
-usr/include/ao
diff --git a/debian/libao-dev.docs b/debian/libao-dev.docs
deleted file mode 100644
index 3f6d8213b775cbcdef231631e059945ab8b8953a..0000000000000000000000000000000000000000
--- a/debian/libao-dev.docs
+++ /dev/null
@@ -1,6 +0,0 @@
-README
-TODO
-doc/API
-doc/DRIVERS
-doc/USAGE
-doc/WANTED
diff --git a/debian/libao-dev.files b/debian/libao-dev.files
deleted file mode 100644
index e24e7058e463c5d057672f5f3ffb8785c3a11886..0000000000000000000000000000000000000000
--- a/debian/libao-dev.files
+++ /dev/null
@@ -1,6 +0,0 @@
-usr/bin/ao-config
-usr/include/ao/*.h
-usr/lib/*.so
-usr/lib/*.la
-usr/lib/ao/*.la
-usr/share/aclocal/ao.m4
diff --git a/debian/libao-dev.postinst b/debian/libao-dev.postinst
deleted file mode 100644
index 3283283526c38909f38fd2deed3f25e1253c029f..0000000000000000000000000000000000000000
--- a/debian/libao-dev.postinst
+++ /dev/null
@@ -1,47 +0,0 @@
-#! /bin/sh
-# postinst script for libao
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see /usr/share/doc/packaging-manual/
-#
-# quoting from the policy:
-#     Any necessary prompting should almost always be confined to the
-#     post-installation script, and should be protected with a conditional
-#     so that unnecessary prompting doesn't happen if a package's
-#     installation fails and the `postinst' is called with `abort-upgrade',
-#     `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
-    configure)
-
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/libao-dev.postrm b/debian/libao-dev.postrm
deleted file mode 100644
index dc09d2f951f8c94c3140859b3bd93be213392bf7..0000000000000000000000000000000000000000
--- a/debian/libao-dev.postrm
+++ /dev/null
@@ -1,36 +0,0 @@
-#! /bin/sh
-# postrm script for libao
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see /usr/share/doc/packaging-manual/
-
-case "$1" in
-       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
-
-        ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 0
-
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-
diff --git a/debian/libao-dev.preinst b/debian/libao-dev.preinst
deleted file mode 100644
index 1e76e2640016e50f4cc21ee995029be009e2a3f3..0000000000000000000000000000000000000000
--- a/debian/libao-dev.preinst
+++ /dev/null
@@ -1,42 +0,0 @@
-#! /bin/sh
-# preinst script for libao
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-#
-# For details see /usr/share/doc/packaging-manual/
-
-case "$1" in
-    install|upgrade)
-#        if [ "$1" = "upgrade" ]
-#        then
-#            start-stop-daemon --stop --quiet --oknodo  \
-#                --pidfile /var/run/libao.pid  \
-#                --exec /usr/sbin/libao 2>/dev/null || true
-#        fi
-    ;;
-
-    abort-upgrade)
-    ;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/libao-dev.undocumented b/debian/libao-dev.undocumented
deleted file mode 100644
index 3fd7b70384063279ada11d0ad08ea5d9b082c2a0..0000000000000000000000000000000000000000
--- a/debian/libao-dev.undocumented
+++ /dev/null
@@ -1 +0,0 @@
-ao-config.1
diff --git a/debian/libao.dirs b/debian/libao.dirs
deleted file mode 100644
index ca32fe894e713af784f72cff0e80562daad20c2e..0000000000000000000000000000000000000000
--- a/debian/libao.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib
-usr/lib/ao
diff --git a/debian/libao.files b/debian/libao.files
deleted file mode 100644
index 54ebcd2220bcbf54bbddd228b449a69e4baa5ec5..0000000000000000000000000000000000000000
--- a/debian/libao.files
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*.so.*
-usr/lib/ao/*.so
diff --git a/debian/libao.postinst b/debian/libao.postinst
deleted file mode 100644
index bc97dbee9d439c87aeed0c3c8a852706a5815ec4..0000000000000000000000000000000000000000
--- a/debian/libao.postinst
+++ /dev/null
@@ -1,47 +0,0 @@
-#! /bin/sh
-# postinst script for libao
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see /usr/share/doc/packaging-manual/
-#
-# quoting from the policy:
-#     Any necessary prompting should almost always be confined to the
-#     post-installation script, and should be protected with a conditional
-#     so that unnecessary prompting doesn't happen if a package's
-#     installation fails and the `postinst' is called with `abort-upgrade',
-#     `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
-    configure)
-	ldconfig
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/libao.postrm b/debian/libao.postrm
deleted file mode 100644
index dc09d2f951f8c94c3140859b3bd93be213392bf7..0000000000000000000000000000000000000000
--- a/debian/libao.postrm
+++ /dev/null
@@ -1,36 +0,0 @@
-#! /bin/sh
-# postrm script for libao
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see /usr/share/doc/packaging-manual/
-
-case "$1" in
-       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
-
-        ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 0
-
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-
diff --git a/debian/libao.preinst b/debian/libao.preinst
deleted file mode 100644
index 1e76e2640016e50f4cc21ee995029be009e2a3f3..0000000000000000000000000000000000000000
--- a/debian/libao.preinst
+++ /dev/null
@@ -1,42 +0,0 @@
-#! /bin/sh
-# preinst script for libao
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-#
-# For details see /usr/share/doc/packaging-manual/
-
-case "$1" in
-    install|upgrade)
-#        if [ "$1" = "upgrade" ]
-#        then
-#            start-stop-daemon --stop --quiet --oknodo  \
-#                --pidfile /var/run/libao.pid  \
-#                --exec /usr/sbin/libao 2>/dev/null || true
-#        fi
-    ;;
-
-    abort-upgrade)
-    ;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/libao.prerm b/debian/libao.prerm
deleted file mode 100644
index 1f6bc691ff5ef8436e53a0fb24b3afcd2d5ce178..0000000000000000000000000000000000000000
--- a/debian/libao.prerm
+++ /dev/null
@@ -1,37 +0,0 @@
-#! /bin/sh
-# prerm script for libao
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <prerm> `remove'
-#        * <old-prerm> `upgrade' <new-version>
-#        * <new-prerm> `failed-upgrade' <old-version>
-#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-#        * <deconfigured's-prerm> `deconfigure' `in-favour'
-#          <package-being-installed> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see /usr/share/doc/packaging-manual/
-
-case "$1" in
-    remove|upgrade|deconfigure)
-#       install-info --quiet --remove /usr/info/libao.info.gz
-        ;;
-    failed-upgrade)
-        ;;
-    *)
-        echo "prerm called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-