blob: 9ba428e99818a7c6a0ed2aad76cde95afe0214e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
DH_ALWAYS_EXCLUDE=.git
%:
dh $@ --with python2
override_dh_auto_install:
dh_auto_install
rm -f $(CURDIR)/debian/sosreport/usr/share/sos/LICENSE
|