From 4875b8b01f559bb6a0c8642e199302fa33b754bc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 2 Oct 2011 15:41:47 +0200 Subject: [PATCH] Update jQuery dependency to jQuery 1.6.4 (unsure if this is mandatory). --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6628c72..a9fa955 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ roundcube (0.6+dfsg-1) unstable; urgency=low + Repack to remove SWF file without source from TinyMCE. + Add SQL upgrade procedures. + Add new plugins: acl, enigma and newmail_notifier. + + Update jQuery dependency to jQuery 1.6.4. -- Vincent Bernat Sun, 02 Oct 2011 15:20:57 +0200 diff --git a/debian/control b/debian/control index a36c74e..0f7d80d 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Depends: dbconfig-common, debconf | debconf-2.0, ucf, php5, php5-mcrypt, php5-gd, php5-intl, php-mdb2 (>= 2.5.0), php-auth, php-net-smtp (>= 1.4.2), php-net-socket, php-mail-mime (>= 1.8.0), php5-pspell, - tinymce (>= 3), libjs-jquery (>= 1.4.2), + tinymce (>= 3), libjs-jquery (>= 1.6.4), libmagic1, roundcube-sqlite (= ${source:Version}) | roundcube-mysql (= ${source:Version}) | roundcube-pgsql (= ${source:Version}), ${misc:Depends} diff --git a/debian/rules b/debian/rules index e3452ee..b041fa0 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ binary-install/roundcube-core:: rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/tiny_mce dh_link -proundcube-core usr/share/tinymce/www usr/share/roundcube/program/js/tiny_mce # Remove jquery as well - rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/jquery-1.4.min.js + rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/jquery.min.js dh_link -proundcube-core usr/share/javascript/jquery/jquery.min.js usr/share/roundcube/program/js/jquery-1.4.min.js binary-install/roundcube-plugins:: -- 2.39.2