aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2013-04-11 19:54:58 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2013-04-11 21:29:29 -0400
commitba83a559416f4fc2a8f8c10e38d3966f601e5e65 (patch)
treed666b09798283ff54bd12ca463cfcc2948299bb9 /debian/rules
parentac27d12f786bfdcbe6bf23d0362f11db3581921b (diff)
downloadsos-ba83a559416f4fc2a8f8c10e38d3966f601e5e65.tar.gz
Remove python-support, attempt to remove LICENSE after dh_auto_install
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules13
1 files changed, 5 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules
index d1b7c05f..9ba428e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,8 @@
DH_ALWAYS_EXCLUDE=.git
%:
- dh $@
-
-override_dh_pysupport:
- dh_python2 -p sos
-override_dh_fixperms:
- dh_fixperms -Xsos
-override_dh_auto_test:
-
+ dh $@ --with python2
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -f $(CURDIR)/debian/sosreport/usr/share/sos/LICENSE