From: Sebastian Harl Date: Sat, 6 Jun 2009 13:28:09 +0000 (+0200) Subject: rules: Do not ignore 'make clean' errors. X-Git-Tag: liboping-1.3.1-1~29 X-Git-Url: https://git.tokkee.org/?p=pkg-liboping.git;a=commitdiff_plain;h=aad580debc79f2bf8d58a8e6897065ac85dc122a rules: Do not ignore 'make clean' errors. --- diff --git a/debian/changelog b/debian/changelog index b59fc7f..86ea416 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ liboping (1.1.2-1) unstable; urgency=low * New upstream release. * Added liboping0.symbols. + * debian/rules: + - Do not ignore 'make clean' errors. - -- Sebastian Harl Sat, 06 Jun 2009 15:25:16 +0200 + -- Sebastian Harl Sat, 06 Jun 2009 15:27:41 +0200 liboping (0.3.5-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 8fb4a07..b29b427 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ clean: dh_testroot rm -f build-stamp - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean dh_clean