From da3f0ba61025ba1ab6f0c7e3b064c0470d0cbb0b Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Sat, 7 Sep 2019 22:27:07 +0200
Subject: [PATCH] debian/control: remove unnecessary versioned dependency on
 pkg-php-tools

Remove an unnecessary versioned dependency on pkg-php-tools, as
suggested by the following cme warning:

-----------------------------------------------------------------------
Warning in 'control source Build-Depends:1': unnecessary greater-than versioned dependency: pkg-php-tools (>= 1.7~). Debian has oldoldstable -> 1.28; oldstable -> 1.35; stable -> 1.37; unstable -> 1.37; testing -> 1.37;
Offending value: 'pkg-php-tools (>= 1.7~)'
-----------------------------------------------------------------------
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8b05746..2168338 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: tweeper
 Section: php
 Priority: optional
 Maintainer: Antonio Ospite <ao2@ao2.it>
-Build-Depends: debhelper-compat (= 12), pkg-php-tools (>= 1.7~)
+Build-Depends: debhelper-compat (= 12), pkg-php-tools
 Build-Depends-Indep: asciidoc, xmlto
 Standards-Version: 4.4.0
 Homepage: https://git.ao2.it/tweeper.git
-- 
2.1.4