summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-18 19:04:50 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-18 19:04:50 +0100
commitcfebc04146e020c09ddf51fa82d74fc7f3881701 (patch)
tree5b45e2c38f1c3a3ca99337b967b0c980b8be39a2 /debian/rules
parentd9ed28cdcf0193d2e4a423c35dbca0e7ae5b3ee5 (diff)
downloadttystatus-cfebc04146e020c09ddf51fa82d74fc7f3881701.tar.gz
* Debian packaging changed to be a non-native package.
* debian/rules and debian/control changed to use dh_python2. * debian/copyright converted to use DEP5.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 958a8a1..d90a295 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with-buildsystem=python_distutils
+ dh $@ --with=python2 --with-buildsystem=python_distutils
override_dh_auto_install:
- python setup.py install --prefix=debian/python-ttystatus/usr
+ python setup.py install --prefix=debian/python-ttystatus/usr --layout=deb