From: Christoph Berg Date: Tue, 10 Dec 2013 12:59:18 +0000 (+0100) Subject: Invoke "make clean" on clean X-Git-Tag: 1.1.2~5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=fff3f736c236816d99f1987b9800d8a4addd0495;p=pgfincore.git Invoke "make clean" on clean --- diff --git a/debian/rules b/debian/rules index 7e5a046..e637be5 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ clean: debian/control override_dh_auto_clean: +pg_buildext clean $(SRCDIR) $(TARGET) - dh_clean + $(MAKE) clean override_dh_auto_build: # build all supported version