File: rules

package info (click to toggle)
lprint 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,292 kB
  • sloc: ansic: 12,148; sh: 3,064; makefile: 149
file content (13 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	    --enable-libpng \
	    --enable-libusb \
	    --with-dnssd=avahi \