diff -u pkg-config-0.26/debian/control pkg-config-0.26/debian/control
--- pkg-config-0.26/debian/control
+++ pkg-config-0.26/debian/control
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Tollef Fog Heen <tfheen@debian.org>
-Build-Depends: debhelper (>= 7.0.50), libglib2.0-dev, libpopt-dev
+Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, libglib2.0-dev, libpopt-dev
 Homepage: http://pkg-config.freedesktop.org
 Standards-Version: 3.8.4
 
diff -u pkg-config-0.26/debian/rules pkg-config-0.26/debian/rules
--- pkg-config-0.26/debian/rules
+++ pkg-config-0.26/debian/rules
@@ -8,7 +8,7 @@
     done | sort -u | tr '\n' : | sed 's/:$$//')
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	./configure --prefix=/usr \
diff -u pkg-config-0.26/debian/changelog pkg-config-0.26/debian/changelog
--- pkg-config-0.26/debian/changelog
+++ pkg-config-0.26/debian/changelog
@@ -1,3 +1,10 @@
+pkg-config (0.26-1+cfg) unreleased; urgency=low
+
+  * Non-maintainer upload.
+  * Update config.{sub,guess} for new arches (with dh-autoreconf)
+
+ -- Wookey <wookey@debian.org>  Mon, 24 Mar 2014 17:58:55 +0000
+
 pkg-config (0.26-1) unstable; urgency=low
 
   * New upstream release
