blob: 06813803c605ee39cb777cafb61140202e01ba37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
#export DH_VERBOSE=1
D=$(CURDIR)/debian/irssi-scripts
%:
dh $@ --with quilt
override_dh_fixperms:
chmod +x $D/usr/share/irssi/scripts/log2ansi.pl
dh_fixperms
|