debian: add install file

This commit is contained in:
Benjamin Dauvergne 2015-05-27 18:01:40 +02:00
parent 21354ad7b6
commit 785408263d
2 changed files with 1 additions and 4 deletions

1
debian/install vendored Normal file
View File

@ -0,0 +1 @@
/usr/lib

4
debian/rules vendored
View File

@ -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.