File: rules

package info (click to toggle)
live-installer 53
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 540 kB
  • ctags: 2
  • sloc: sh: 331; ansic: 17; makefile: 12
file content (13 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

CFLAGS=-Os -Wall -g

%:
	dh $@

override_dh_auto_configure:
	[ -e configure ] || ./autogen.sh
	dh_auto_configure

override_dh_builddeb:
	dh_builddeb -- -Zxz -z9