#! /usr/bin/make -f DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk build: # Builds the binary package. dh_testdir $(MAKE) CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" touch build clean: # Undoes the effect of `make -f debian/rules build'. dh_testdir dh_auto_clean dh_clean build debian/substvars binary: binary-arch binary-indep binary-indep: dh_testdir binary-arch: build dh_testdir # Makes a binary package. dh_installdirs dh_auto_install dh_strip dh_link dh_installdocs dh_installchangelogs dh_compress dh_lintian dh_fixperms dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb