From 1176cfd9df37eaa22e70000a301e401a48658068 Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Tue, 24 Oct 2017 20:09:57 +0200 Subject: [PATCH] Fix Debian Build-Depends --- client/debian/control | 2 +- server/debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/debian/control b/client/debian/control index c5ce2194..003888a2 100644 --- a/client/debian/control +++ b/client/debian/control @@ -2,7 +2,7 @@ Source: snapclient Section: utils Priority: extra Maintainer: Johannes Pohl -Build-Depends: debhelper (>= 9.0.0), libc6-dev, dh-systemd, libavahi-client3 (>= 0.6.16), libflac8 (>= 1.3.0), libogg0 (>= 1.0rc3), libvorbis0a (>= 1.1.2) +Build-Depends: debhelper (>= 9.0.0), libc6-dev, dh-systemd, libasound2-dev, libavahi-client-dev (>= 0.6.16), libflac-dev (>= 1.3.0), libogg-dev (>= 1.0rc3), libvorbis-dev (>= 1.1.2) Standards-Version: 3.8.4 Homepage: https://github.com/badaix/snapcast diff --git a/server/debian/control b/server/debian/control index 7c8eadc7..e5d8a546 100644 --- a/server/debian/control +++ b/server/debian/control @@ -2,7 +2,7 @@ Source: snapserver Section: utils Priority: extra Maintainer: Johannes Pohl -Build-Depends: debhelper (>= 9.0.0), libc6-dev, dh-systemd, libavahi-client3 (>= 0.6.16), libflac8 (>= 1.3.0), libogg0 (>= 1.0rc3), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2) +Build-Depends: debhelper (>= 9.0.0), libc6-dev, dh-systemd, libavahi-client-dev (>= 0.6.16), libflac-dev (>= 1.3.0), libogg-dev (>= 1.0rc3), libvorbis-dev (>= 1.1.2) Standards-Version: 3.8.4 Homepage: https://github.com/badaix/snapcast