File: rules

package info (click to toggle)
ember 0.7.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,176 kB
  • ctags: 18,979
  • sloc: cpp: 97,414; sh: 11,095; xml: 1,884; makefile: 946; objc: 245; ansic: 19
file content (19 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --parallel --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --enable-cppunit=no

# force generated sources to be regenerated with local version of tolua++
override_dh_auto_build:
	chmod +x scripts/update_lua_bindings.sh
	make clean
	dh_auto_build

override_dh_install:
	find . -name COPYING -delete
	dh_install --fail-missing -X.la -X.a -XCOPYING