File: rules

package info (click to toggle)
smbmap 1.0.5%2Bgit20180508-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 268 kB
  • sloc: python: 2,331; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_install:
	dh_install
	mv debian/smbmap/usr/bin/smbmap.py debian/smbmap/usr/bin/smbmap
	chmod 755 debian/smbmap/usr/bin/smbmap