[kernel] r18678 - dists/trunk/firmware-free/debian

Ben Hutchings benh at alioth.debian.org
Sat Feb 11 18:01:58 UTC 2012


Author: benh
Date: Sat Feb 11 18:01:57 2012
New Revision: 18678

Log:
Run dh_prep to ensure a clean package build

Modified:
   dists/trunk/firmware-free/debian/rules.real

Modified: dists/trunk/firmware-free/debian/rules.real
==============================================================================
--- dists/trunk/firmware-free/debian/rules.real	Sat Feb 11 17:58:49 2012	(r18677)
+++ dists/trunk/firmware-free/debian/rules.real	Sat Feb 11 18:01:57 2012	(r18678)
@@ -17,6 +17,7 @@
 install:
 	dh_testdir
 	dh_testroot
+	dh_prep
 	@for i in $(FILES); do \
 	  s=$(PACKAGE)/"$${i%:*}"; \
 	  d=/lib/firmware/"$${i#*:}"; \



More information about the Kernel-svn-changes mailing list