#!/usr/bin/make -f # set this to the name of the main shlib's binary package PACKAGE = libfs6 %: dh $@ --with autoreconf --parallel override_dh_auto_configure: dh_auto_configure -- \ --disable-silent-rules override_dh_install: dh_install --fail-missing -XlibFS.la override_dh_strip: dh_strip --dbg-package=$(PACKAGE)-dbg