From d2a7866c9c30004bc5e15fb47f37f1185f77f834 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sat, 9 Feb 2008 01:10:40 +0100 Subject: [PATCH 1/1] debian/rules: clean target completed, dh_installexamples added --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 02b9268..09425ff 100755 --- a/debian/rules +++ b/debian/rules @@ -109,6 +109,9 @@ endif rm -f build-arch-stamp build-indep-stamp config.status find . -name \*.pyc | xargs rm -f + rm -rf bindings/python/build + + rm -rf bindings/perl-piped/blib bindings/perl-shared/blib dh_clean @@ -146,6 +149,7 @@ install-arch: $(PY_VERS:%=install-python%) done dh_install -s --sourcedir=$(CURDIR)/debian/tmp + dh_installexamples -s install-python%: cd bindings/python && python$* setup.py install --root=$(CURDIR)/debian/python-rrd -- 2.30.2