File: rules

package info (click to toggle)
boxshade 3.3.1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 668 kB
  • sloc: ansic: 11,264; xml: 671; sh: 28; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	$(MAKE) -f makefile.unx CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"

override_dh_clean:
	rm -f boxshade *.o
	dh_clean

get-orig-source:
	sh debian/get-orig-source