[Pkg-voip-commits] [janus] 03/05: Unfuzz patches.
Jonas Smedegaard
dr at jones.dk
Fri Jul 28 17:26:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository janus.
commit d04abc18f87992e51e1f92775a2ac1b05aac6d9e
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Jul 28 12:34:02 2017 -0400
Unfuzz patches.
---
debian/patches/1001_try_enable_docs_by_default.patch | 2 +-
debian/patches/2001_use_snakeoil_cert.patch | 2 +-
debian/patches/2003_use_packaged_javascript.patch | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/patches/1001_try_enable_docs_by_default.patch b/debian/patches/1001_try_enable_docs_by_default.patch
index f4f7779..b892aca 100644
--- a/debian/patches/1001_try_enable_docs_by_default.patch
+++ b/debian/patches/1001_try_enable_docs_by_default.patch
@@ -18,7 +18,7 @@ Last-Update: 2017-03-16
AC_ARG_ENABLE([data-channels],
[AS_HELP_STRING([--disable-data-channels],
-@@ -312,6 +312,8 @@
+@@ -318,6 +318,8 @@
[
AS_IF([test "x$enable_docs" = "xyes"],
[AC_MSG_ERROR([doxygen or dot not found. See README.md for installation instructions or remove --enable-docs])])
diff --git a/debian/patches/2001_use_snakeoil_cert.patch b/debian/patches/2001_use_snakeoil_cert.patch
index e992912..8e87465 100644
--- a/debian/patches/2001_use_snakeoil_cert.patch
+++ b/debian/patches/2001_use_snakeoil_cert.patch
@@ -17,7 +17,7 @@ Last-Update: 2017-03-13
; Media-related stuff: you can configure whether if you want
--- a/conf/janus.transport.http.cfg.sample.in
+++ b/conf/janus.transport.http.cfg.sample.in
-@@ -49,5 +49,5 @@
+@@ -61,5 +61,5 @@
; Certificate and key to use for HTTPS.
[certificates]
diff --git a/debian/patches/2003_use_packaged_javascript.patch b/debian/patches/2003_use_packaged_javascript.patch
index 8250fb8..961d0be 100644
--- a/debian/patches/2003_use_packaged_javascript.patch
+++ b/debian/patches/2003_use_packaged_javascript.patch
@@ -293,9 +293,9 @@ Last-Update: 2017-03-13
-<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.3.2/spin.min.js"></script>
+<script type="text/javascript" src="javascript/spin.js/spin.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.6.0/js/md5.min.js"></script>
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.3/toastr.min.js"></script>
<script type="text/javascript" src="janus.js" ></script>
- <script type="text/javascript" src="siptest.js"></script>
-@@ -23,9 +23,9 @@
+@@ -24,9 +24,9 @@
$(".footer").load("footer.html");
});
</script>
@@ -304,9 +304,9 @@ Last-Update: 2017-03-13
<link rel="stylesheet" href="css/demo.css" type="text/css"/>
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.2/css/font-awesome.min.css" type="text/css"/>
+<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css" type="text/css"/>
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.3/toastr.css"/>
</head>
<body>
-
--- a/html/streamingtest.html
+++ b/html/streamingtest.html
@@ -6,10 +6,10 @@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git
More information about the Pkg-voip-commits
mailing list