File: rules

package info (click to toggle)
maffilter 1.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 94,912 kB
  • sloc: cpp: 1,712; sh: 33; perl: 19; python: 11; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND=-DNDEBUG -g
export DEB_CXXFLAGS_MAINT_APPEND=-DNDEBUG -g

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo

override_dh_fixperms:
	dh_fixperms
	find debian/*/usr/share -name "*.bpp" -executable -exec chmod -x \{\} \;