Codebase list ibutils / 97f01bde-0640-4282-81f3-4f15096a2682/main debian / rules
97f01bde-0640-4282-81f3-4f15096a2682/main

Tree @97f01bde-0640-4282-81f3-4f15096a2682/main (Download .tar.gz)

rules @97f01bde-0640-4282-81f3-4f15096a2682/main

46f04ea
 
 
ce7f0c8
e3fdc8e
46f04ea
ce7f0c8
e8c93af
 
 
 
46f04ea
ce7f0c8
 
 
e3fdc8e
4af1a6c
 
 
 
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-osm=/usr \
	--with-osm-libs=/usr/lib/$(DEB_HOST_MULTIARCH) \
	--with-tk-lib=/usr/lib/$(DEB_HOST_MULTIARCH)/libtk.so


override_dh_auto_install:
	dh_auto_install
	chmod ogu-x debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ibdm1.5.7/ibnl/*.ibnl
	rm -f debian/tmp/usr/bin/*.pl debian/tmp/usr/bin/*.tcl debian/tmp/usr/lib/*/*.la

override_dh_auto_clean:
	dh_auto_clean
	rm -f $(shell find -name '*.pod' | sed 's/\.pod/.1/')