blob: d1b7c05f503ad1dfbfd20f1b39b20afe778e062c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
DH_ALWAYS_EXCLUDE=.git
%:
dh $@
override_dh_pysupport:
dh_python2 -p sos
override_dh_fixperms:
dh_fixperms -Xsos
override_dh_auto_test:
|