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

daniel at alioth.debian.org daniel at alioth.debian.org
Tue Oct 9 12:38:01 UTC 2007


Author: daniel
Date: 2007-10-09 12:38:01 +0000 (Tue, 09 Oct 2007)
New Revision: 69

Modified:
   trunk/debian/changelog
   trunk/debian/rules
   trunk/debian/virtualbox-ose.dirs
Log:
Using install -D call to install the lintian override.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-10-09 12:35:56 UTC (rev 68)
+++ trunk/debian/changelog	2007-10-09 12:38:01 UTC (rev 69)
@@ -21,6 +21,7 @@
     and virtualbox-ose.README.rebuild for consistency reasons.
   * Rediffed, cleaned up and properly named all dpatches.
   * Added forgotton changelog from the 1.5.0-dfsg-1 upload.
+  * Using install -D call to install the lintian override.
 
  -- Daniel Baumann <daniel at debian.org>  Tue,  2 Oct 2007 13:57:00 +0200
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-10-09 12:35:56 UTC (rev 68)
+++ trunk/debian/rules	2007-10-09 12:38:01 UTC (rev 69)
@@ -106,7 +106,7 @@
 	dh_installdirs
 
 	#FIXME: If I have enough time, remove this crap and replace with dh_*
-	install -p -m 0644 $(CURDIR)/debian/$(sname).lintian-overrides       \
+	install -D -m 0644 $(CURDIR)/debian/$(sname).lintian-overrides       \
         $(CURDIR)/debian/$(sname)/usr/share/lintian/overrides/$(sname)
 
 	# Installing virtualbox

Modified: trunk/debian/virtualbox-ose.dirs
===================================================================
--- trunk/debian/virtualbox-ose.dirs	2007-10-09 12:35:56 UTC (rev 68)
+++ trunk/debian/virtualbox-ose.dirs	2007-10-09 12:38:01 UTC (rev 69)
@@ -2,4 +2,3 @@
 usr/sbin
 usr/lib
 etc/vbox
-usr/share/lintian/overrides




More information about the Pkg-virtualbox-commits mailing list