From: Antonio Ospite Date: Sat, 7 Sep 2019 20:27:07 +0000 (+0200) Subject: debian/control: remove unnecessary versioned dependency on pkg-php-tools X-Git-Tag: debian/1.4.1-1~2 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/da3f0ba61025ba1ab6f0c7e3b064c0470d0cbb0b 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~)' ----------------------------------------------------------------------- --- 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 -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