File: rules

package info (click to toggle)
farmhash 0~git20190513.0d859a8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,320 kB
  • sloc: cpp: 13,634; sh: 11,497; makefile: 17
file content (10 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CXXFLAGS_MAINT_APPEND = -Wall
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@

override_dh_installexamples:
	dh_installexamples -XNEWS -XREADME -XCOPYING -XUnderstanding_Hash_Functions