From f93872630192c160757f1387072ac9f5b24280f5 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbicha@ubuntu.com>
Date: Tue, 20 Sep 2016 23:34:39 -0400
Subject: [PATCH 1/5] Drop obsolete --disable-scrollkeeper configure flag

---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 45ed4b1..d0d92ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-GPK_CONFIGURE_FLAGS = --disable-tests \
-			--disable-scrollkeeper
+GPK_CONFIGURE_FLAGS = --disable-tests
 
 # Define install and build directory
 INSTALLDIR = $(CURDIR)/debian/tmp
-- 
2.9.3

