From 02988c0f01d9c7e6e8089d3aa76afc6297c2b0d2 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbicha@ubuntu.com>
Date: Tue, 20 Sep 2016 23:37:40 -0400
Subject: [PATCH 5/5] Bump debhelper compat to 10

(automatically runs --parallel --with autoreconf )
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index e176429..5828940 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,8 @@ Priority: optional
 Maintainer: Matthias Klumpp <mak@debian.org>
 Vcs-Git: https://anonscm.debian.org/git/pkg-packagekit/gnome-packagekit.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-packagekit/gnome-packagekit.git
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 10),
                autoconf-archive,
-               dh-autoreconf,
                docbook,
                docbook-utils,
                intltool (>= 0.40),
diff --git a/debian/rules b/debian/rules
index a7896d3..e674f37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ GPK_CONFIGURE_FLAGS = --disable-tests
 INSTALLDIR = $(CURDIR)/debian/tmp
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(GPK_CONFIGURE_FLAGS)
-- 
2.9.3

