[Logcheck-commits] r1606 - logcheck/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sat Jul 14 11:09:27 UTC 2007


Author: madduck
Date: 2007-07-14 11:09:27 +0000 (Sat, 14 Jul 2007)
New Revision: 1606

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/debian/rules
Log:
* debian/rules: don't fail clean target when no Makefile is present; thanks
  lintian (it does not actually matter here).


Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-07-14 11:09:03 UTC (rev 1605)
+++ logcheck/trunk/debian/changelog	2007-07-14 11:09:27 UTC (rev 1606)
@@ -80,8 +80,10 @@
 
   * debian/control: switch to using source:Version instead of Source-Version;
     thanks lintian.
+  * debian/rules: don't fail clean target when no Makefile is present; thanks
+    lintian (it does not actually matter here).
 
- -- martin f. krafft <madduck at debian.org>  Sat, 14 Jul 2007 13:07:20 +0200
+ -- martin f. krafft <madduck at debian.org>  Sat, 14 Jul 2007 13:08:22 +0200
 
 logcheck (1.2.56) unstable; urgency=low
 

Modified: logcheck/trunk/debian/rules
===================================================================
--- logcheck/trunk/debian/rules	2007-07-14 11:09:03 UTC (rev 1605)
+++ logcheck/trunk/debian/rules	2007-07-14 11:09:27 UTC (rev 1606)
@@ -24,7 +24,7 @@
 	rm -f build-stamp install-stamp
 
 	rm -f docs/logcheck.8
-	-$(MAKE) clean DESTDIR=$(CURDIR)/debian/tmp
+	[ ! -f Makefile ] || -$(MAKE) clean DESTDIR=$(CURDIR)/debian/tmp
 
 	debconf-updatepo
 




More information about the Logcheck-commits mailing list