File: rules

package info (click to toggle)
sluice 0.02.12-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: ansic: 1,261; makefile: 43
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 $@