File: rules

package info (click to toggle)
mhash 0.9.9.9-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,096 kB
  • sloc: ansic: 9,490; sh: 8,972; makefile: 83
file content (16 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

export CPPFLAGS =						\
	-DMHASH_ROBUST						\
	$(shell dpkg-buildflags --get CPPFLAGS)

override_dh_auto_configure:
	dh_auto_configure -- --enable-pkgconfig

override_dh_installchangelogs:
	dh_installchangelogs NEWS