]> git.donarmstrong.com Git - roundcube.git/commitdiff
Update jQuery dependency to jQuery 1.6.4 (unsure if this is mandatory).
authorVincent Bernat <bernat@luffy.cx>
Sun, 2 Oct 2011 13:41:47 +0000 (15:41 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 2 Oct 2011 13:41:47 +0000 (15:41 +0200)
debian/changelog
debian/control
debian/rules

index 6628c7256571fd47f6b91aad55a6bebc6326546c..a9fa9554cbf17d0b41016a04ad9381a19374cc20 100644 (file)
@@ -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 <bernat@debian.org>  Sun, 02 Oct 2011 15:20:57 +0200
 
index a36c74e588734d2de730166a316d69d7e8405620..0f7d80d062977b042eade0f2166db78b6f04b7a5 100644 (file)
@@ -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}
index e3452ee1245d2bf1d9eb2d638cc8fdb3b44d25b0..b041fa00dacf04ef271442f69c0bb533d6e1e65c 100755 (executable)
@@ -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::