From 23fe35f4b3598f3ec4421a821c341a7cc63bc339 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 14 Aug 2014 10:02:54 +0000 Subject: [PATCH] Removed embedded copy. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index c27b346..65f1a2c 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ override_dh_install: python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-xstatic-jquery.tablesorter; \ done + rm -rf $(CURDIR)/debian/python*-xstatic-jquery.tablesorter/usr/lib/python*/dist-packages/xstatic/pkg/jquery_tablesorter/data/ rm -rf $(CURDIR)/debian/python*-xstatic-jquery.tablesorter/usr/lib/python*/dist-packages/*.pth override_dh_clean: -- GitLab