[Glibc-bsd-commits] r2121 - trunk/posixtestsuite/debian

guillem at alioth.debian.org guillem at alioth.debian.org
Sat Feb 2 17:59:49 UTC 2008


Author: guillem
Date: 2008-02-02 17:59:49 +0000 (Sat, 02 Feb 2008)
New Revision: 2121

Modified:
   trunk/posixtestsuite/debian/changelog
   trunk/posixtestsuite/debian/rules
Log:
Do not ignore make errors on 'debian/rules clean'


Modified: trunk/posixtestsuite/debian/changelog
===================================================================
--- trunk/posixtestsuite/debian/changelog	2008-02-02 17:57:26 UTC (rev 2120)
+++ trunk/posixtestsuite/debian/changelog	2008-02-02 17:59:49 UTC (rev 2121)
@@ -18,6 +18,7 @@
   * Rename install to install-indep, and make it depend on build-indep.
   * Make binary-indep depend only on install-indep.
   * Add Homepage, Vcs-Browser and Vcs-Svn fields in debian/control.
+  * Do not ignore make errors on 'debian/rules clean'.
 
  -- Guillem Jover <guillem at debian.org>  Wed, 14 Jun 2006 11:12:42 +0300
 

Modified: trunk/posixtestsuite/debian/rules
===================================================================
--- trunk/posixtestsuite/debian/rules	2008-02-02 17:57:26 UTC (rev 2120)
+++ trunk/posixtestsuite/debian/rules	2008-02-02 17:59:49 UTC (rev 2121)
@@ -18,7 +18,7 @@
 	dh_testdir
 	dh_testroot
 	
-	-$(MAKE) clean
+	$(MAKE) clean
 	
 	dh_clean
 




More information about the Glibc-bsd-commits mailing list