From 5748d3cc1b149847ca9a3eac7c96e5ecf6885818 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= <asbjorn@asbjorn.biz>
Date: Tue, 28 Jun 2011 00:13:03 +0000
Subject: [PATCH] debian: use upstreams released generated files
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
---
 debian/control |    2 +-
 debian/rules   |    7 +------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index d4878c7..8f71c75 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: dhcpd-pools
 Section: net
 Priority: extra
 Maintainer: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
-Build-Depends: debhelper (>=8.0.0), dh-autoreconf
+Build-Depends: debhelper (>=8.0.0)
 Standards-Version: 3.9.2
 Homepage: http://dhcpd-pools.sourceforge.net/
 Vcs-Git: git://git.asbjorn.biz/debian/dhcpd-pools.git
diff --git a/debian/rules b/debian/rules
index 961f98e..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,3 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 %:
-	dh $@ --with autoreconf
+	dh $@
-- 
1.7.10.4