File: rules

package info (click to toggle)
uchardet 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,244 kB
  • sloc: cpp: 8,045; python: 1,305; ansic: 112; sh: 75; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

# Fix FTBFS with CMake 4 (#1113594)
EXTRA_CMAKE_ARGS += -DCMAKE_POLICY_VERSION_MINIMUM=3.5

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(EXTRA_CMAKE_ARGS)