[Pkg-samba-maint] r1490 - trunk/samba/debian

petere at alioth.debian.org petere at alioth.debian.org
Wed Aug 15 15:59:28 UTC 2007


Author: petere
Date: 2007-08-15 15:59:28 +0000 (Wed, 15 Aug 2007)
New Revision: 1490

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
Log:
Don't ignore errors from make distclean, as per lintian check


Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2007-08-11 06:30:09 UTC (rev 1489)
+++ trunk/samba/debian/changelog	2007-08-15 15:59:28 UTC (rev 1490)
@@ -37,6 +37,9 @@
   * debian/smb.conf: use the comment from Ubuntu package for the "valid users"
     setting of [homes] as a basis for ours. Ubuntu's wording is better.
 
+  [ Peter Eisentraut ]
+  * Don't ignore errors from make distclean, as per lintian check
+
   [ Debconf translations ]
   * Gujarati updated. Closes: #436215
 

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2007-08-11 06:30:09 UTC (rev 1489)
+++ trunk/samba/debian/rules	2007-08-15 15:59:28 UTC (rev 1490)
@@ -101,7 +101,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	-$(MAKE) -C source distclean
+	[ ! -f source/Makefile ] || $(MAKE) -C source distclean
 
 	# Delete stuff left after a build that is not deleted by 'make clean'
 	rm -f source/bin/wbinfo source/bin/winbindd source/bin/debug2html \




More information about the Pkg-samba-maint mailing list