From 91272b0a89964aa8ac2c73ae8716b2b8b9f90c24 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@debian.org>
Date: Mon, 4 Aug 2014 14:17:36 +0200
Subject: [PATCH 4/4] Use dpkg-deb --build instead of dpkg --build

We avoid the wrapper.
---
 dpkg-hurd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dpkg-hurd b/dpkg-hurd
index 449c726..5aa693b 100755
--- a/dpkg-hurd
+++ b/dpkg-hurd
@@ -100,7 +100,7 @@ case ${1} in
 	done
 
 	# Now repack the file.
-	dpkg --build temp_build/${name}
+	dpkg-deb --build temp_build/${name}
 
 	# Move old prerm and postrm scripts out of the way.
 	for f in prerm postrm
-- 
2.0.1.570.gc6b0718

