From 733e6bf3523c7aa5ef7846c997de4c947d14cdd6 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Mon, 1 Jun 2009 13:49:11 +0200 Subject: [PATCH] Don't install egg-info into the dbg package. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 4918fbe..74f9fc5 100755 --- a/debian/rules +++ b/debian/rules @@ -165,6 +165,8 @@ install-python%: install-common-stamp cd bindings/python ;\ python$* setup.py install --root=$(CURDIR)/debian/python-rrdtool ;\ python$*-dbg setup.py install --root=$(CURDIR)/debian/rrdtool-dbg + find $(CURDIR)/debian/rrdtool-dbg -type f -name '*.egg-info' -print0 |\ + xargs -0r rm -f binary-indep: build-indep install-indep -- 2.30.2