From 6bb13dc36d2ce783dfb4a157983d8fbb7baa3755 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 17 Aug 2007 15:45:14 +0200 Subject: * Update debhelper compatibility level from 4 to 5 * Do not ignore error messages in the clean target of debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 22650f4..702a0a9 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ clean: unpatch dh_testroot rm -f build-stamp - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub -- cgit v1.2.3-54-g00ecf