File: rules

package info (click to toggle)
zomg 0.8-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 444 kB
  • sloc: sh: 1,608; ansic: 220; xml: 99; makefile: 37
file content (9 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=obj --with=autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --libexecdir=/usr/lib/zomg

.PHONY: override_dh_auto_configure