debian/changelog | 1 + debian/control | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-)
New commits: commit 889fe8ce53205e997ff81acf1560260d71405705 Author: Sean Finney <[email protected]> Date: Sun Apr 12 19:13:02 2009 +0200 document removing protocol buffer build-deps diff --git a/debian/changelog b/debian/changelog index e8f71f5..48364c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libcompizconfig (0.8.2-1~bpo50+1) lenny-backports; urgency=low * Rebuild for lenny-backports. + * remove protobuf build-deps, not available in lenny. -- Sean Finney <[email protected]> Sun, 12 Apr 2009 13:11:06 +0200 commit c12ff6c1d2487e2514f550db372d3ff2345d5664 Author: Sean Finney <[email protected]> Date: Sun Apr 12 19:11:52 2009 +0200 remove protobuf build-deps, not available in lenny diff --git a/debian/control b/debian/control index 6bc9101..f4c2d95 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,7 @@ Priority: extra Maintainer: Debian X Strike Force <[email protected]> Uploaders: Sean Finney <[email protected]> Build-Depends: debhelper (>= 5), autoconf, automake1.9, autotools-dev, compiz-dev (>= 0.8.2), intltool, libtool, libglib2.0-dev, - libprotobuf-dev, - libxml2-dev, libxslt1-dev, - protobuf-compiler + libxml2-dev, libxslt1-dev Standards-Version: 3.8.1 Section: libs -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

