[SCM] libvpx/master: Use libjs-jquery package instead of embed jQuery

onovy at users.alioth.debian.org onovy at users.alioth.debian.org
Wed Aug 3 22:00:33 UTC 2016


The following commit has been merged in the master branch:
commit b3ee989a02ac74e75a191c7f61f9245179f166d2
Author: Ondřej Nový <onovy at debian.org>
Date:   Wed Aug 3 23:59:19 2016 +0200

    Use libjs-jquery package instead of embed jQuery

diff --git a/debian/control b/debian/control
index 1ee40f1..e006d38 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,8 @@ Description: VP8 and VP9 video codec (shared library)
 Package: libvpx-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: libjs-jquery,
+         ${misc:Depends},
 Recommends: lynx | www-browser
 Description: VP8 and VP9 video codec (API documentation)
  VP8 and VP9 are open video codecs, originally developed by On2 and released
diff --git a/debian/libvpx-doc.links b/debian/libvpx-doc.links
new file mode 100644
index 0000000..9a16347
--- /dev/null
+++ b/debian/libvpx-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/libvpx-doc/html/jquery.js

-- 
libvpx packaging



More information about the pkg-multimedia-commits mailing list