From 8ac84bdfb9733ec7d6c70928aed0c5f8ade181af Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 24 Jul 2013 10:16:52 +0200 Subject: [PATCH] remove build dependency for libspice-protocol-dev Required headers are now included in the source. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2479297..8c7688b 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: pve-libspice-server Priority: extra Maintainer: Proxmox Support Team -Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, libspice-protocol-dev (>= 0.12.0~), libjpeg-dev, zlib1g-dev, python-pyparsing, libpixman-1-dev (>= 0.17.7~) +Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, libjpeg-dev, zlib1g-dev, python-pyparsing, libpixman-1-dev (>= 0.17.7~) Standards-Version: 3.9.3 Section: libs