Package: zoneminder
Version: 1.24.2-3
Severity: minor
Tags: patch
the following patch should hopefully fix the lintian warning
"debian-rules-ignores-make-clean-error":
--- debian/rules.orig 2010-06-11 18:24:41.000000000 -0700
+++ debian/rules 2010-06-11 18:25:46.000000000 -0700
@@ -48,7 +48,7 @@
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif
live well,
vagrant
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]