File: rules

package info (click to toggle)
cwdaemon 0.10.2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,176 kB
  • sloc: sh: 3,873; ansic: 2,425; perl: 1,181; makefile: 66
file content (15 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f


# Enable hardening.
# http://wiki.debian.org/Hardening#dpkg-buildflags
DPKG_EXPORT_BUILDFLAGS = yes
include /usr/share/dpkg/default.mk

%:
	dh $@ --with autoreconf

# Don't strip anything from files containing <some string> in their
# name.  May be useful during debugging of application.
#override_dh_strip:
#	dh_strip -Xcw