File: rules

package info (click to toggle)
pads 1.2-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,896 kB
  • sloc: ansic: 4,210; sh: 3,392; perl: 143; makefile: 54
file content (13 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND = -Wall -g -std=gnu89

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --sysconfdir=/etc/pads

override_dh_auto_install:
	dh_auto_install -- -C src
	dh_auto_install -- -C etc