From fc7eb7321d83aeec9660ca0571fce4340257235d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 9 Jul 2006 14:46:27 +0200 Subject: [PATCH] debian/: Corrected the files needed for building Debian packages. --- debian/changelog | 2 +- debian/control | 2 +- debian/rules | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 44def5a6..27650924 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -collectd (3.10.0) unstable; urgency=low +collectd (3.10.0-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 69918a51..3ee102e4 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: collectd Section: utils Priority: optional Maintainer: Florian Forster -Build-Depends: debhelper (>= 4.0.0), autotools-dev, librrd0-dev | librrd2-dev, libsensors-dev, libmysqlclient14-dev, libcurl3-dev +Build-Depends: debhelper (>= 4.0.0), autotools-dev, librrd0-dev | librrd2-dev, libsensors-dev, libmysqlclient14-dev, libcurl3-dev, liboping-dev Standards-Version: 3.6.1 Package: collectd diff --git a/debian/rules b/debian/rules index 5ae57619..de41de18 100755 --- a/debian/rules +++ b/debian/rules @@ -73,8 +73,6 @@ install: build # Add here commands to install the package into debian/collectd. $(MAKE) DESTDIR=$(CURDIR)/debian/collectd install - mkdir -p $(CURDIR)/debian/collectd/etc - cp contrib/collectd.conf $(CURDIR)/debian/collectd/etc/ rm $(CURDIR)/debian/collectd/usr/lib/collectd/*.a || true rm $(CURDIR)/debian/collectd/usr/lib/collectd/*.la || true -- 2.11.0