From 2f39c1d1225ccbf6110f5dd515abb4c373d1ab44 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sat, 9 Feb 2008 00:53:20 +0100 Subject: [PATCH] Adding dh_install call to debian/rules --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 7ccd111..02b9268 100755 --- a/debian/rules +++ b/debian/rules @@ -145,6 +145,8 @@ install-arch: $(PY_VERS:%=install-python%) make distclean ;\ done + dh_install -s --sourcedir=$(CURDIR)/debian/tmp + install-python%: cd bindings/python && python$* setup.py install --root=$(CURDIR)/debian/python-rrd -- 2.30.2