Package: nss-updatedb
Version: 10-1

During the build process of the version 10-1 I got this lintian warning:

W: nss-updatedb source: debian-rules-ignores-make-clean-error line 47

To fix it, I prepared a patch. It would be great if you add it to the
next revision of nss-updatedb.

Thanks in advance,

-- 
Miguel Angel Ruiz Manzano                      http://mruiz.openminds.cl
Ubuntu Member                                  http://www.ubuntu-cl.org
--- debian/rules	2008-05-12 12:29:46.000000000 -0400
+++ debian/rules.new	2008-05-12 16:46:21.000000000 -0400
@@ -44,7 +44,8 @@ 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
 endif

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to