rules (327B)
1 #!/usr/bin/make -f 2 3 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) 4 5 %: 6 dh ${@} 7 8 override_dh_builddeb: 9 dh_builddeb -- -Zgzip 10 11 override_dh_auto_configure: 12 dh_auto_configure -- --disable-rpath 13 14 execute_after_dh_auto_install: 15 # Removing useless files 16 rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la