diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-11 19:54:58 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-11 21:29:29 -0400 |
commit | ba83a559416f4fc2a8f8c10e38d3966f601e5e65 (patch) | |
tree | d666b09798283ff54bd12ca463cfcc2948299bb9 /debian/rules | |
parent | ac27d12f786bfdcbe6bf23d0362f11db3581921b (diff) | |
download | sos-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-x | debian/rules | 13 |
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 |