File: rules

package info (click to toggle)
ffproxy 1.6-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 832 kB
  • ctags: 1,260
  • sloc: ansic: 2,309; asm: 578; sh: 425; makefile: 90
file content (10 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

override_dh_auto_configure:
	dh_auto_configure -- --sysconfdir=/etc/ffproxy

override_dh_auto_install:
	dh_auto_install --destdir=$(CURDIR)/debian/tmp

%:
	dh $@ --with autotools_dev