Codebase list teckit / 7d37481
use chrpath Daniel Glassey 8 years ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11 Build-Depends: dh-autoreconf,
22 debhelper (>= 9~),
33 pkg-config,
4 chrpath,
45 zlib1g-dev,
56 libexpat1-dev
67 Section: text
00 #!/usr/bin/make -f
1
2 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
13
24 %:
35 dh $@ --with autoreconf
46
57 override_dh_clean:
68 dh_clean -X.orig
9
10 override_dh_install:
11 chrpath -d debian/tmp/usr/bin/* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*so*
12 dh_install --list-missing
13