File: rules

package info (click to toggle)
feenox 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,068 kB
  • sloc: ansic: 28,856; sh: 7,201; makefile: 556; python: 554; xml: 500
file content (15 lines) | stat: -rwxr-xr-x 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all buildinfo=+path

%:
	dh $@

# execute_after_dh-auto-install:
# 	find debian/tmp/ -name 'feenox' -exec chrpath -d '{}' \;

# remove the runpath introduced by mpicc
# as the libs don't link to anything private
override_dh_auto_install:
	dh_auto_install
	chrpath -d ./debian/feenox/usr/bin/feenox