File: rules

package info (click to toggle)
thunderbolt-tools 0.9.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: cpp: 905; python: 366; sh: 81; makefile: 13
file content (20 lines) | stat: -rwxr-xr-x 515 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -pthunderbolt-tools -Bbuild_userspace -Scmake -D. -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr

override_dh_auto_build:
	dh_auto_build -pthunderbolt-tools -Bbuild_userspace

override_dh_auto_install:
	dh_auto_install --destdir debian/thunderbolt-tools -Bbuild_userspace

override_dh_auto_clean:
	rm -rf build*