File: rules

package info (click to toggle)
libubootenv 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 320 kB
  • sloc: ansic: 1,461; sh: 22; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# disable libubootenv debug prints, as these break fw_printenv output.
export DEB_CFLAGS_MAINT_APPEND=-DNDEBUG

CMAKE_FLAGS = \
	-DCMAKE_INSTALL_INCLUDEDIR="include/$(DEB_HOST_MULTIARCH)"

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure \
		-- $(CMAKE_FLAGS)