summaryrefslogtreecommitdiff
path: root/service/debian/rules
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thouthworks.com>2014-09-11 11:20:48 +0200
committerChristoph Kluenter <ckluente@thouthworks.com>2014-09-11 11:20:48 +0200
commitcf9b7a1292e9d2ec8c5326f91803f489a8251d14 (patch)
tree6cc0873532b59dd31cafdda44da8ba0bc6db9f56 /service/debian/rules
parent882ad4c9b53965a128b6b24827bfd114f90cc3f6 (diff)
remove unused debian stuff under service/
Diffstat (limited to 'service/debian/rules')
-rwxr-xr-xservice/debian/rules26
1 files changed, 0 insertions, 26 deletions
diff --git a/service/debian/rules b/service/debian/rules
deleted file mode 100755
index 2ba15014..00000000
--- a/service/debian/rules
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/bin/make -f
-
-# This file was automatically generated by stdeb 0.8.2 at
-# Mon, 08 Sep 2014 04:57:38 -0700
-
-%:
- dh $@ --with python2 --buildsystem=python_distutils
-
-
-override_dh_auto_clean:
- python setup.py clean -a
- find . -name \*.pyc -exec rm {} \;
-
-
-
-override_dh_auto_build:
- python setup.py build --force
-
-
-
-override_dh_auto_install:
- python setup.py install --force --root=debian/python-pixelated-user-agent --no-compile -O0 --install-layout=deb --prefix=/usr
-
-
-
-