From: Michael Hanke <mih@debian.org>
Subject: Relax dependency on autotools-dev for backports

The stricter dependency is needed for dh support of autotools-dev
but build still works (although with outdated config.{sub,guess}).
diff --git a/debian/control b/debian/control
index e9c2718..facb07c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: classads
 Priority: extra
 Maintainer: NeuroDebian Team <team@neuro.debian.net>
 Uploaders: Michael Hanke <mih@debian.org>, Yaroslav Halchenko <debian@onerussian.com>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev (>= 20100122.1~)
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev
 Standards-Version: 3.9.1
 Section: libs
 Homepage: http://www.cs.wisc.edu/condor/classad
diff --git a/debian/rules b/debian/rules
index e2fffac..717c0e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 
 # one ring to rule them all ...
 %:
-	dh --with autotools_dev $@
+	dh $@
 
 
 override_dh_auto_configure:
