File: rules

package info (click to toggle)
sluice 0.02.06-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 133
  • sloc: ansic: 1,257; makefile: 34
file content (10 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

override_dh_auto_build:
	$(shell dpkg-buildflags --export=sh); dh_auto_build

%:
	dh $@