From 4a22a1d6ecdeabfcd871bfd73043dbbef6d86c29 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 31 Jan 2012 08:52:20 +0100 Subject: [PATCH] control: Depend on jQuery >= 1.6.2 and jQuery-ui >= 1.8.14. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … rather than unversioned dependencies. This is what upstream did as well. --- debian/changelog | 5 ++++- debian/control | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index da0d095..2b2c0f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ pnp4nagios (0.6.16-1) unstable; urgency=low * New upstream version. + * debian/control: + - Depend on jQuery >= 1.6.2 and jQuery-ui >= 1.8.14 (rather than + unversioned dependencies); this is what upstream did as well. - -- Sebastian Harl Tue, 31 Jan 2012 08:32:41 +0100 + -- Sebastian Harl Tue, 31 Jan 2012 08:48:15 +0100 pnp4nagios (0.6.13-1) unstable; urgency=low diff --git a/debian/control b/debian/control index cf9c0a4..ffbf0c9 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Architecture: all Depends: libapache2-mod-php5 | php5, php5-gd, libkohana2-php, libfpdi-php, - libjs-jquery, libjs-jquery-ui, + libjs-jquery (>= 1.6.2), libjs-jquery-ui (>= 1.8.14), rrdtool, adduser, ${misc:Depends} -- 2.30.2