File: rules

package info (click to toggle)
ignition-tools 1.4.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 528 kB
  • sloc: cpp: 3,208; javascript: 704; ruby: 199; sh: 8; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

override_dh_auto_configure:
	dh_auto_configure -- \
		-DUSE_SYSTEM_BACKWARDCPP=ON

override_dh_auto_install:
	dh_auto_install --buildsystem=cmake
	# remove pkgconfig and cmake modules. The package has no library
	# makes no sense to ship them
	rm -R debian/ignition-tools/usr/lib

%:
	dh $@