File: rules

package info (click to toggle)
ziproxy 3.3.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,056 kB
  • ctags: 1,014
  • sloc: ansic: 9,863; sh: 1,681; makefile: 38
file content (14 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-jasper=no --with-sasl2 --enable-nameservers=no

override_dh_fixperms:
	dh_fixperms
	chmod 640 debian/ziproxy/etc/ziproxy/http.passwd
	chmod 640 debian/ziproxy/etc/ziproxy/sasl/ziproxy.conf