File: rules

package info (click to toggle)
units 2.24-1%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,520 kB
  • sloc: ansic: 6,512; sh: 899; python: 796; yacc: 457; makefile: 441; perl: 435
file content (14 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# debian/rules file - for GNU Units

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --sharedstatedir=/var/lib

override_dh_md5sums:
# There’s no point in measuring variable state
	dh_md5sums -X var/lib