File: rules

package info (click to toggle)
o3dgc 0~20131011-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,240 kB
  • sloc: cpp: 5,142; javascript: 3,530; python: 29; php: 20; sh: 11; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1

# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1

%:
	dh $@ --buildsystem=cmake --sourcedirectory=src

override_dh_installexamples:
	cp src/test/src/main.cpp src/example.cpp
	dh_installexamples src/example.cpp