r1524 - trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian

Joshua Kwan joshk@haydn.debian.org
Thu, 02 Sep 2004 19:59:22 -0600


Author: joshk
Date: 2004-09-02 19:59:17 -0600 (Thu, 02 Sep 2004)
New Revision: 1524

Modified:
   trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
   trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules
Log:
remove Documentation/man in clean targe


Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog	2004-09-03 01:42:44 UTC (rev 1523)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog	2004-09-03 01:59:17 UTC (rev 1524)
@@ -18,8 +18,10 @@
   * Extend debian/apply to be able to try to remove files (actually, back
     them up) so that we can run the debian/apply script on a real pristine
     source tree. (Closes: #269412)
+  * Remove Documentation/man in clean target, make-kpkg kernel-doc leaves it
+    lying around.
 
- -- Joshua Kwan <joshk@triplehelix.org>  Thu,  2 Sep 2004 09:37:50 -0700
+ -- Joshua Kwan <joshk@triplehelix.org>  Thu,  2 Sep 2004 18:56:21 -0700
 
 kernel-source-2.4.27 (2.4.27-4) unstable; urgency=high
 

Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules	2004-09-03 01:42:44 UTC (rev 1523)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/rules	2004-09-03 01:59:17 UTC (rev 1524)
@@ -36,7 +36,7 @@
 endif
 
 	make-kpkg clean
-	rm -f .config* version.Debian stamp-*
+	rm -f .config* version.Debian stamp-* Documentation/man
 
 	dh_clean