Control: tags -1 + patch Please see attached patch for dropping esound dependency.
Regards, Andreas Henriksson
diff -u libao-1.2.2/debian/changelog libao-1.2.2/debian/changelog --- libao-1.2.2/debian/changelog +++ libao-1.2.2/debian/changelog @@ -1,3 +1,10 @@ +libao (1.2.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Disable esound support (Closes: #856082) + + -- Andreas Henriksson <andr...@fatal.se> Wed, 27 Dec 2017 13:18:27 +0100 + libao (1.2.2-1) unstable; urgency=medium * Build the sndio plugin, now that it's included in Debian too. diff -u libao-1.2.2/debian/control libao-1.2.2/debian/control --- libao-1.2.2/debian/control +++ libao-1.2.2/debian/control @@ -5,7 +5,7 @@ Uploaders: John Francesco Ferlito <jo...@inodes.org> Build-Depends: autotools-dev, debhelper (>= 7.0.50~), libasound2-dev [linux-any], - libaudio-dev, libesd0-dev, libpulse-dev, libxt-dev, libxau-dev, libsndio-dev + libaudio-dev, libpulse-dev, libxt-dev, libxau-dev, libsndio-dev Standards-Version: 3.9.8.0 Homepage: http://www.xiph.org/ao/ Vcs-Git: git://git.debian.org/users/ron/libao.git @@ -14,7 +14,7 @@ Package: libao4 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libao-common -Suggests: libasound2, libaudio2, libesd0 | libesd-alsa0, libpulse0, libsndio6.1 +Suggests: libasound2, libaudio2, libpulse0, libsndio6.1 Replaces: libao-pulse Description: Cross Platform Audio Output Library Libao is a cross-platform audio library that allows programs to output audio @@ -26,7 +26,6 @@ * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) - * esd (EsounD or Enlightened Sound Daemon) * and several others. Package: libao-dev @@ -43,7 +42,6 @@ * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) - * esd (EsounD or Enlightened Sound Daemon) * and several others. . This package contains the header files and static libraries required for @@ -64,7 +62,6 @@ * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) - * esd (EsounD or Enlightened Sound Daemon) * and several others. . This package contains debugging symbols useful for tracing bugs in the @@ -86,7 +83,6 @@ * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) - * esd (EsounD or Enlightened Sound Daemon) * and several others. . This package contains config files and man pages for libao. diff -u libao-1.2.2/debian/rules libao-1.2.2/debian/rules --- libao-1.2.2/debian/rules +++ libao-1.2.2/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_configure: ln -sf /usr/share/misc/config.sub . ln -sf /usr/share/misc/config.guess . - dh_auto_configure -- CFLAGS='-g -Wall' + dh_auto_configure -- CFLAGS='-g -Wall' --disable-esd override_dh_auto_clean: dh_auto_clean