From: Florian Forster Date: Sun, 9 Jul 2006 12:46:27 +0000 (+0200) Subject: debian/: Corrected the files needed for building Debian packages. X-Git-Tag: collectd-3.10.0^0 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=fc7eb7321d83aeec9660ca0571fce4340257235d;p=collectd.git debian/: Corrected the files needed for building Debian packages. --- 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