File: rules

package info (click to toggle)
libosinfo 1.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,012 kB
  • sloc: ansic: 16,948; xml: 910; sh: 335; perl: 185; makefile: 23
file content (18 lines) | stat: -rwxr-xr-x 410 bytes parent folder | download
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
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dauto_features=enabled \
		-Denable-gtk-doc=true \
		-Dlibsoup-abi='3.0' \
		-Dwith-usb-ids-path=/usr/share/misc/usb.ids \
		-Dwith-pci-ids-path=/usr/share/misc/pci.ids \
		$(NULL)