File: rules

package info (click to toggle)
jitterentropy-rngd 1.2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: ansic: 2,503; makefile: 67
file content (18 lines) | stat: -rwxr-xr-x 462 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
# Compiler optimizations break the entropy generator, upstream
# fails the build if they are set.
export DEB_CFLAGS_MAINT_STRIP = -O2
export DEB_CFLAGS_MAINT_APPEND = -O0
export DEB_CXXFLAGS_MAINT_STRIP = -O2
export DEB_CXXFLAGS_MAINT_APPEND = -O0

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr STRIP=true

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.md