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

Guillem Jover guillem at alioth.debian.org
Fri Apr 20 00:18:35 UTC 2007


Author: guillem
Date: 2007-04-20 00:18:35 +0000 (Fri, 20 Apr 2007)
New Revision: 1917

Modified:
   trunk/posixtestsuite/debian/changelog
   trunk/posixtestsuite/debian/rules
Log:
Make clean a single colon target and depend on unpatch in debian/rules.


Modified: trunk/posixtestsuite/debian/changelog
===================================================================
--- trunk/posixtestsuite/debian/changelog	2007-04-20 00:14:29 UTC (rev 1916)
+++ trunk/posixtestsuite/debian/changelog	2007-04-20 00:18:35 UTC (rev 1917)
@@ -1,4 +1,4 @@
-posixtestsuite (1.5.2-2) UNRELEASED; urgency=low
+posixtestsuite (1.5.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
     - debian/patches/00_find_warnings.patch: Removed, merged upstream.
@@ -7,6 +7,7 @@
     - Add new debian/patches/series file.
     - Add Build-Depends on 'quilt (>= 0.40)'.
     - Include quilt.make from debian/rules.
+    - Make clean a single colon target and depend on unpatch in debian/rules.
     - Remove now unused debian/patch.mk.
 
  -- Guillem Jover <guillem at debian.org>  Wed, 14 Jun 2006 11:12:42 +0300

Modified: trunk/posixtestsuite/debian/rules
===================================================================
--- trunk/posixtestsuite/debian/rules	2007-04-20 00:14:29 UTC (rev 1916)
+++ trunk/posixtestsuite/debian/rules	2007-04-20 00:18:35 UTC (rev 1917)
@@ -10,7 +10,7 @@
 	
 	$(MAKE)
 
-clean::
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	




More information about the Glibc-bsd-commits mailing list