aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: 73a921d7003519ac2cfbebbf2ca33f14d591643f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DPKG_EXPORT_BUILDFLAGS = 0
include /usr/share/dpkg/default.mk

# main packaging script based on dh7 syntax
%:
	dh $@  --with autotools-dev

override_dh_auto_configure:
	dh_auto_configure -- --enable-static

.PHONY: override_dh_strip
override_dh_strip:
	dh_strip --dbg-package=libodp-dbg