File: rules

package info (click to toggle)
scamper 20111202b-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,736 kB
  • sloc: ansic: 57,840; sh: 10,693; makefile: 220; perl: 60
file content (20 lines) | stat: -rwxr-xr-x 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-

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

# Debhelper does all the magic for us :)
%:
	dh $@ --with autotools_dev 

override_dh_fixperms:
	dh_fixperms
	# Scamper binary needs setuid.
	chmod 4755 debian/scamper/usr/bin/scamper

# sc_wartsfix has no manpage and limited utility.
# don't ship it.
override_dh_auto_install:
	dh_auto_install
	rm debian/tmp/usr/bin/sc_wartsfix