X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=debian%2Frules;h=d64075d7c910f0553dc9de12372890c9bbe89e9f;hb=a2a5b1bd944b822b6acab068393cb695a6a01b27;hp=c11a195f3f3e5f4e3ee20b4b1763bf4edbf216be;hpb=da039271d2a4388cb4a385118719d16bc25e2c7e;p=collectd.git diff --git a/debian/rules b/debian/rules index c11a195f..d64075d7 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g -PLUGINS = hddtemp mysql sensors +PLUGINS = mysql sensors ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -29,8 +29,9 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --localstatedir=/var - + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ + --localstatedir=/var --sysconfdir=/etc build: build-stamp