[Pkg-virtualbox-commits] r302 - trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Tue Jun 17 11:03:47 UTC 2008


Author: meskes
Date: 2008-06-17 11:03:46 +0000 (Tue, 17 Jun 2008)
New Revision: 302

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Remove LocalConfig.kmk in clean target



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-16 18:57:16 UTC (rev 301)
+++ trunk/debian/changelog	2008-06-17 11:03:46 UTC (rev 302)
@@ -15,8 +15,11 @@
   * Adding VBoxHeadless to virtualbox. Thanks to Stefan Lippers-Hollmann.
     (Closes: #486544)
 
- -- Patrick Winnertz <winnie at debian.org>  Mon, 16 Jun 2008 20:55:01 +0200
+  [ Michael Meskes ]
+  * Remove LocalConfig.kmk in clean target
 
+ -- Michael Meskes <meskes at debian.org>  Tue, 17 Jun 2008 13:01:40 +0200
+
 virtualbox-ose (1.6.2-dfsg-1) unstable; urgency=low
 
   [ Michael Meskes ]

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-06-16 18:57:16 UTC (rev 301)
+++ trunk/debian/rules	2008-06-17 11:03:46 UTC (rev 302)
@@ -65,7 +65,7 @@
 
 	# Cleaning package
 	rm -rf out
-	rm -f AutoConfig.kmk configure.log env.sh
+	rm -f AutoConfig.kmk configure.log env.sh LocalConfig.kmk
 	rm -f debian/$(sname).init debian/$(sname).preinst
 	rm -f debian/virtualbox-ose.README.Debian debian/README.Debian.html
 




More information about the Pkg-virtualbox-commits mailing list