[kernel] r18682 - dists/trunk/firmware-nonfree/debian

Ben Hutchings benh at alioth.debian.org
Sat Feb 11 18:23:55 UTC 2012


Author: benh
Date: Sat Feb 11 18:23:54 2012
New Revision: 18682

Log:
Run dh_prep to ensure a clean package build

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

Modified: dists/trunk/firmware-nonfree/debian/rules.real
==============================================================================
--- dists/trunk/firmware-nonfree/debian/rules.real	Sat Feb 11 18:21:10 2012	(r18681)
+++ dists/trunk/firmware-nonfree/debian/rules.real	Sat Feb 11 18:23:54 2012	(r18682)
@@ -15,6 +15,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