File: rules

package info (click to toggle)
aghermann 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,128 kB
  • sloc: cpp: 27,967; makefile: 495; xml: 20; sh: 18; ansic: 9
file content (14 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_clean:
	rm -f config.log
	dh_clean