about summary refs log tree commit diff stats
path: root/debian/rules
blob: 568bbe44fd2a2a07271ea68f8b02aa8041142c79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@  

override_dh_auto_configure:
	dh_auto_configure -- \
	      -DCMAKE_BUILD_TYPE=RelWithDebInfo \
	      -DARM_DYNAREC=1
		  -DNOGIT=1

override_dh_shlibdeps:
	dh_shlibdeps --exclude=libgcc_s.so.1 --exclude=libpng12.so.0 --exclude=libstdc++.so.6