[metview] 51/97: Fix: don't ignore clean errors as per lintian
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Sep 1 09:18:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch master
in repository metview.
commit 0b970180b306e83ab4293efa94e3f2e1419191e3
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Fri Jun 20 12:17:02 2014 +0100
Fix: don't ignore clean errors as per lintian
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 62a6735..2ec4e24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ MV_COMP:=$(TOP)/debian/tmp/usr/bin/Metview/mv_compress
dh $@ --with autoreconf
override_dh_auto_clean:
- -$(MAKE) -k clean
+ [ ! -f Makefile ] || $(MAKE) clean
dh_clean
rm -f share/metview/icons/make.dep config/CONFIG.site \
share/metview/app-defaults/MvVersionDetails \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/metview.git
More information about the debian-science-commits
mailing list