From: Tollef Fog Heen Date: Sat, 5 Jun 2010 06:51:06 +0000 (+0200) Subject: Bump cgroup build-dep, remove hard-coding X-Git-Tag: 0.git+20100605+dfd8ee-1~5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4651a3effb79040f1ad63b2a984159b53cce60f5;p=systemd Bump cgroup build-dep, remove hard-coding --- diff --git a/debian/control b/debian/control index 0ba54e25..462feda0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: extra Maintainer: Tollef Fog Heen Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 7.0.50), libcap-dev, pkg-config, libudev-dev, libdbus-1-dev, libdbus-glib-1-dev, libgee-dev, libcgroup-dev, libgtk2.0-dev, valac +Build-Depends: debhelper (>= 7.0.50), libcap-dev, pkg-config, libudev-dev, libdbus-1-dev, libdbus-glib-1-dev, libgee-dev, libcgroup-dev (>= 0.36), libgtk2.0-dev, valac Package: systemd Architecture: linux-any diff --git a/debian/rules b/debian/rules index 8c450f1a..ed22b736 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,5 @@ #! /usr/bin/make -f -export CGROUP_LIBS=-lcgroup -export CGROUP_CFLAGS=-I/usr/include - #export DH_VERBOSE=1 export DEB_BUILD_OPTIONS="nostrip"