X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Frules;h=6430e061c28ccc5edb064bc0038e38e2f36ccf78;hb=202015964891023f69e3e6b12c51c3faada7e749;hp=91816b5a082480c078d3f83a56c78360c720c2c8;hpb=06ef6a573e296977f34f9153039a377fb96c407b;p=pkg-rrdtool.git diff --git a/debian/rules b/debian/rules index 91816b5..6430e06 100755 --- a/debian/rules +++ b/debian/rules @@ -18,8 +18,6 @@ PY_VERS := $(shell pyversions -vr) TCL_VERS := $(shell dpkg -s tcl-dev | grep '^Depends' \ | sed 's,.*\.*,\1,') -LUA = lua5.1 - #let's help configure to figure out our host/build system DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) @@ -70,7 +68,6 @@ endif LDFLAGS="$(LINKER_FLAGS)" \ CFLAGS="$(CFLAGS)" \ RRDDOCDIR=/usr/share/doc/rrdtool \ - LUA=/usr/bin/$(LUA) \ ./configure $(CONFFLAGS) build: build-arch build-indep @@ -207,11 +204,13 @@ binary-arch: build-arch install-arch dh_pysupport -prrdtool-dbg dh_perl -a dh_installman -a + dh_installinit -prrdcached dh_link -a dh_strip -a --dbg-package=rrdtool-dbg dh_compress -a dh_fixperms -a - dh_makeshlibs -a + dh_makeshlibs -a -Nliblua5.1-rrd0 -Nliblua5.1-rrd-dev + dh_makeshlibs -pliblua5.1-rrd0 -pliblua5.1-rrd-dev -n dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a