From 500bcffa84e23049f82a3623a00d23fa62890028 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Wed, 12 Nov 2008 00:33:19 +0100
Subject: Correcting typo in dh_prep call in rules.

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d918a58..fb71484 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ build:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_preop
+	dh_prep
 	dh_installdirs
 
 	# Installing package
-- 
cgit v1.0