From 4651a3effb79040f1ad63b2a984159b53cce60f5 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 5 Jun 2010 08:51:06 +0200 Subject: [PATCH] Bump cgroup build-dep, remove hard-coding --- debian/control | 2 +- debian/rules | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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" -- 2.39.5