[SCM] gerbera/master: Symlink web/vendor javascript libraries to system copies

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Thu Oct 12 08:38:48 UTC 2017


The following commit has been merged in the master branch:
commit 658abd232b549ba9f960a9387b5693212bccb6ba
Author: James Cowgill <jcowgill at debian.org>
Date:   Wed Oct 11 09:37:34 2017 +0100

    Symlink web/vendor javascript libraries to system copies

diff --git a/debian/control b/debian/control
index 8d633cb..6f6651f 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,10 @@ Architecture: any
 Depends:
  adduser (>= 3.34),
  lsb-base (>= 3.2-14),
+ libjs-bootstrap (>= 3.3.7),
+ libjs-jquery (>= 3.2.1),
+ libjs-jquery-cookie,
+ libjs-jquery-ui (>= 1.12.1),
  libjs-prototype,
  ${misc:Depends},
  ${shlibs:Depends}
diff --git a/debian/gerbera.links b/debian/gerbera.links
index 04b054f..99b16b5 100644
--- a/debian/gerbera.links
+++ b/debian/gerbera.links
@@ -1 +1,5 @@
+/usr/share/javascript/bootstrap /usr/share/gerbera/web/vendor/bootstrap
+/usr/share/javascript/jquery/jquery.min.js /usr/share/gerbera/web/vendor/jquery/jquery-3.2.1.min.js
+/usr/share/javascript/jquery-cookie/jquery.cookie.min.js /usr/share/gerbera/web/vendor/jquery/jquery.cookie.js
+/usr/share/javascript/jquery-ui/jquery.ui.min.js /usr/share/gerbera/web/vendor/jquery/jquery-ui.min.js
 /usr/share/javascript/prototype/prototype.js /usr/share/gerbera/web/js/prototype.js

-- 
gerbera packaging



More information about the pkg-multimedia-commits mailing list