File: rules

package info (click to toggle)
fusil 1.5-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 940 kB
  • ctags: 1,191
  • sloc: python: 9,280; sh: 31; makefile: 17
file content (16 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_install:
	dh_auto_install && \
	mv $(CURDIR)/debian/fusil/usr/bin/fusil-* $(CURDIR)/debian/fusil/usr/share/fusil/

override_dh_auto_clean:
	dh_auto_clean
	rm -rf build *egg-info

%:
	dh $@ --with=python2