summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-05 21:14:06 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-05 21:14:06 +0100
commit338e52e2ecc67db2f378f86b5d7791b80c28064e (patch)
tree116bcc238b8a81bb6ff2d0718b6be573374e67ee /debian
parent92e01b3584c6783af7d4cbdfb6f37854ff13b372 (diff)
downloadcachedir-338e52e2ecc67db2f378f86b5d7791b80c28064e.tar.gz
Add manpage to .deb and check/clean commands to setup.py
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 374df7b..87c455c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
dh $@ --with=python2 --buildsystem=python_distutils
override_auto_test:
- cmdtest tests
+ python setup.py check