From 785408263df30defac64f60ee7efb3e7fc99585a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 27 May 2015 18:01:40 +0200 Subject: [PATCH] debian: add install file --- debian/install | 1 + debian/rules | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 debian/install diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..0bf940b --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +/usr/lib diff --git a/debian/rules b/debian/rules index e9c0a6d..5181ac8 100755 --- a/debian/rules +++ b/debian/rules @@ -6,10 +6,6 @@ export PYBUILD_NAME=django-tables2 %: dh $@ --with python2 -.PHONY: override_dh_auto_build -override_dh_auto_build: - dh_auto_build - .PHONY: override_dh_auto_test override_dh_auto_test: # Tests require attest which isn't in Debian yet.