diff --git a/debian/rules b/debian/rules index 32a9028..9e0976e 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,9 @@ config.status: configure dh_testdir - #QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 + + QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 + ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif @@ -44,7 +46,9 @@ rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean -rm -f config.sub config.guess config.log config.status - #QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 + + QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 + dh_clean install: build