File: rules

package info (click to toggle)
radsecproxy 1.4-1%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 848 kB
  • ctags: 568
  • sloc: ansic: 7,121; sh: 4,012; xml: 745; makefile: 61
file content (17 lines) | stat: -rwxr-xr-x 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# empty
	-rmdir --ignore-fail-on-non-empty debian/radsecproxy/usr/share/man/man5/
	# remove the useless 'catgconf' binary
	rm -f debian/radsecproxy/usr/bin/catgconf
	-rmdir --ignore-fail-on-non-empty debian/radsecproxy/usr/bin
	# remove the example config with the wrong filename
	# and install a prepared config that works by default
	rm -f debian/radsecproxy/etc/radsecproxy.conf-example
	cp debian/radsecproxy.conf debian/radsecproxy/etc/radsecproxy.conf