summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@argon.tklauser.home>2007-08-17 15:45:14 +0200
committerTobias Klauser <tklauser@argon.tklauser.home>2007-08-17 15:45:14 +0200
commit6bb13dc36d2ce783dfb4a157983d8fbb7baa3755 (patch)
treee679674cf31ff4b30db74bbdc19d9ce3121f494c /debian/rules
parent032941b6532127263a11088a30cf4480547abeba (diff)
* Update debhelper compatibility level from 4 to 515.6-4
* Do not ignore error messages in the clean target of debian/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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