From abe6b5deffaedfa183c725aefbcb44dd89754533 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 9 Jul 2014 17:39:00 -0400 Subject: [PATCH] deb packaging: remove uuid as a dependency Refs #51157 Change-Id: Ie0c8a883d6ea65d381ecbda1b37a27636ce4c7cd --- .../build-system/launchpad/sflphone-daemon-video/debian/control | 2 +- tools/build-system/launchpad/sflphone-daemon/debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build-system/launchpad/sflphone-daemon-video/debian/control b/tools/build-system/launchpad/sflphone-daemon-video/debian/control index 0e72414123..40c98c829b 100644 --- a/tools/build-system/launchpad/sflphone-daemon-video/debian/control +++ b/tools/build-system/launchpad/sflphone-daemon-video/debian/control @@ -2,7 +2,7 @@ Source: sflphone-daemon-video Maintainer: SavoirFaireLinux Inc <julien.bonjean@savoirfairelinux.com> Section: gnome Priority: optional -Build-Depends: debhelper (>= 7.0.50), libgcc1, autoconf, automake, libpulse-dev, libsamplerate0-dev, libccrtp-dev, libgsm1-dev, libspeex-dev, libtool, libdbus-1-dev, libasound2-dev, libspeexdsp-dev, uuid-dev, libexpat1-dev, libzrtpcpp-dev, libssl-dev, libgnutls-dev, libpcre3-dev, libyaml-dev, libdbus-c++-dev, libsndfile1-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libavdevice-dev, libavutil-dev, libudev-dev +Build-Depends: debhelper (>= 7.0.50), libgcc1, autoconf, automake, libpulse-dev, libsamplerate0-dev, libccrtp-dev, libgsm1-dev, libspeex-dev, libtool, libdbus-1-dev, libasound2-dev, libspeexdsp-dev, libexpat1-dev, libzrtpcpp-dev, libssl-dev, libgnutls-dev, libpcre3-dev, libyaml-dev, libdbus-c++-dev, libsndfile1-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libavdevice-dev, libavutil-dev, libudev-dev Standards-Version: 3.7.3 Package: sflphone-daemon-video diff --git a/tools/build-system/launchpad/sflphone-daemon/debian/control b/tools/build-system/launchpad/sflphone-daemon/debian/control index 8b80db5635..8fce19700d 100644 --- a/tools/build-system/launchpad/sflphone-daemon/debian/control +++ b/tools/build-system/launchpad/sflphone-daemon/debian/control @@ -2,7 +2,7 @@ Source: sflphone-daemon Maintainer: SavoirFaireLinux Inc <julien.bonjean@savoirfairelinux.com> Section: gnome Priority: optional -Build-Depends: debhelper (>= 7.0.50), libgcc1, autoconf, automake, libpulse-dev, libsamplerate0-dev, libccrtp-dev, libgsm1-dev, libspeex-dev, libtool, libdbus-1-dev, libasound2-dev, libspeexdsp-dev, uuid-dev, libexpat1-dev, libzrtpcpp-dev, libssl-dev, libgnutls-dev, libpcre3-dev, libyaml-dev, libdbus-c++-dev, libsndfile1-dev +Build-Depends: debhelper (>= 7.0.50), libgcc1, autoconf, automake, libpulse-dev, libsamplerate0-dev, libccrtp-dev, libgsm1-dev, libspeex-dev, libtool, libdbus-1-dev, libasound2-dev, libspeexdsp-dev, libexpat1-dev, libzrtpcpp-dev, libssl-dev, libgnutls-dev, libpcre3-dev, libyaml-dev, libdbus-c++-dev, libsndfile1-dev Standards-Version: 3.7.3 Package: sflphone-daemon -- GitLab