[Pkg-voip-commits] [janus] branch vseva_wip updated (8d69aa3 -> 6675967)

Victor Seva vseva at moszumanska.debian.org
Thu Dec 29 13:47:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

vseva pushed a change to branch vseva_wip
in repository janus.

  discards  8d69aa3   [WIP] Initial cleanup for debian
      adds  c649255   New upstream version 0.2.1+dfsg
      adds  c2471eb   Merge tag 'upstream/0.2.1+dfsg'
       new  6675967   [WIP] Initial cleanup for debian

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8d69aa3)
            \
             N -- N -- N   refs/heads/vseva_wip (6675967)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/TODO                                  |   19 +-
 debian/changelog                             |    2 +-
 debian/control                               |   17 +-
 debian/copyright                             |   14 +-
 debian/gbp.conf                              |    2 +
 debian/janus.init                            |    6 +-
 debian/janus.service                         |    2 +-
 debian/patches/0001-disable-demos.patch      |   34 +
 debian/patches/0002-fix-typo.patch           |   26 +
 debian/patches/series                        |    2 +
 debian/watch                                 |    3 +
 html/Makefile.am                             |   15 -
 html/adapter.js                              | 2663 ---------
 html/admin.html                              |  155 -
 html/admin.js                                |  885 ---
 html/audiobridgetest.html                    |  109 -
 html/audiobridgetest.js                      |  335 --
 html/citeus.html                             |   83 -
 html/css/bootstrap-theme.css                 |  459 --
 html/css/bootstrap-theme.min.css             |    9 -
 html/css/bootstrap.css                       | 7098 ------------------------
 html/css/bootstrap.min.css                   |    9 -
 html/css/cerulean/bootstrap.css              | 7691 --------------------------
 html/css/cerulean/bootstrap.min.css          |    1 -
 html/css/demo.css                            |   99 -
 html/css/font-awesome.css                    | 2191 --------
 html/css/font-awesome.min.css                |    4 -
 html/demos.html                              |  101 -
 html/devicetest.html                         |  137 -
 html/devicetest.js                           |  413 --
 html/docs/index.html                         |   46 -
 html/echotest.html                           |  126 -
 html/echotest.js                             |  362 --
 html/favicon.ico                             |  Bin 1150 -> 0 bytes
 html/fonts/FontAwesome.otf                   |  Bin 124580 -> 0 bytes
 html/fonts/fontawesome-webfont.eot           |  Bin 76204 -> 0 bytes
 html/fonts/fontawesome-webfont.svg           |  685 ---
 html/fonts/fontawesome-webfont.ttf           |  Bin 152364 -> 0 bytes
 html/fonts/fontawesome-webfont.woff          |  Bin 90144 -> 0 bytes
 html/fonts/fontawesome-webfont.woff2         |  Bin 71760 -> 0 bytes
 html/fonts/glyphicons-halflings-regular.eot  |  Bin 20290 -> 0 bytes
 html/fonts/glyphicons-halflings-regular.svg  |  229 -
 html/fonts/glyphicons-halflings-regular.ttf  |  Bin 41236 -> 0 bytes
 html/fonts/glyphicons-halflings-regular.woff |  Bin 23292 -> 0 bytes
 html/footer.html                             |    1 -
 html/index.html                              |   72 -
 html/janus-logo.png                          |  Bin 19595 -> 0 bytes
 html/janus.js                                | 2239 --------
 html/janus.nojquery.js                       | 2284 --------
 html/jquery.blockUI.js                       |  619 ---
 html/jquery.min.js                           |    4 -
 html/js/bootbox.min.js                       |    6 -
 html/js/bootstrap.js                         | 2002 -------
 html/js/bootstrap.min.js                     |    9 -
 html/js/md5.min.js                           |    1 -
 html/js/spin.min.js                          |    1 -
 html/meetecho-logo.png                       |  Bin 9574 -> 0 bytes
 html/navbar.html                             |   44 -
 html/recordplaytest.html                     |  107 -
 html/recordplaytest.js                       |  431 --
 html/screensharingtest.html                  |  128 -
 html/screensharingtest.js                    |  478 --
 html/siptest.html                            |  141 -
 html/siptest.js                              |  600 --
 html/streamingtest.html                      |  105 -
 html/streamingtest.js                        |  243 -
 html/support.html                            |   91 -
 html/textroomtest.html                       |  121 -
 html/textroomtest.js                         |  376 --
 html/up_arrow.png                            |  Bin 5327 -> 0 bytes
 html/videocalltest.html                      |  142 -
 html/videocalltest.js                        |  504 --
 html/videoroomtest.html                      |  141 -
 html/videoroomtest.js                        |  511 --
 html/voicemailtest.html                      |   82 -
 html/voicemailtest.js                        |  216 -
 76 files changed, 102 insertions(+), 35629 deletions(-)
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/0001-disable-demos.patch
 create mode 100644 debian/patches/0002-fix-typo.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/watch
 delete mode 100644 html/Makefile.am
 delete mode 100644 html/adapter.js
 delete mode 100644 html/admin.html
 delete mode 100644 html/admin.js
 delete mode 100644 html/audiobridgetest.html
 delete mode 100644 html/audiobridgetest.js
 delete mode 100644 html/citeus.html
 delete mode 100644 html/css/bootstrap-theme.css
 delete mode 100644 html/css/bootstrap-theme.min.css
 delete mode 100644 html/css/bootstrap.css
 delete mode 100644 html/css/bootstrap.min.css
 delete mode 100644 html/css/cerulean/bootstrap.css
 delete mode 100644 html/css/cerulean/bootstrap.min.css
 delete mode 100644 html/css/demo.css
 delete mode 100644 html/css/font-awesome.css
 delete mode 100644 html/css/font-awesome.min.css
 delete mode 100644 html/demos.html
 delete mode 100644 html/devicetest.html
 delete mode 100644 html/devicetest.js
 delete mode 100644 html/docs/index.html
 delete mode 100644 html/echotest.html
 delete mode 100644 html/echotest.js
 delete mode 100644 html/favicon.ico
 delete mode 100644 html/fonts/FontAwesome.otf
 delete mode 100644 html/fonts/fontawesome-webfont.eot
 delete mode 100644 html/fonts/fontawesome-webfont.svg
 delete mode 100644 html/fonts/fontawesome-webfont.ttf
 delete mode 100644 html/fonts/fontawesome-webfont.woff
 delete mode 100644 html/fonts/fontawesome-webfont.woff2
 delete mode 100644 html/fonts/glyphicons-halflings-regular.eot
 delete mode 100644 html/fonts/glyphicons-halflings-regular.svg
 delete mode 100644 html/fonts/glyphicons-halflings-regular.ttf
 delete mode 100644 html/fonts/glyphicons-halflings-regular.woff
 delete mode 100644 html/footer.html
 delete mode 100644 html/index.html
 delete mode 100644 html/janus-logo.png
 delete mode 100644 html/janus.js
 delete mode 100644 html/janus.nojquery.js
 delete mode 100644 html/jquery.blockUI.js
 delete mode 100644 html/jquery.min.js
 delete mode 100644 html/js/bootbox.min.js
 delete mode 100644 html/js/bootstrap.js
 delete mode 100644 html/js/bootstrap.min.js
 delete mode 100644 html/js/md5.min.js
 delete mode 100644 html/js/spin.min.js
 delete mode 100644 html/meetecho-logo.png
 delete mode 100644 html/navbar.html
 delete mode 100644 html/recordplaytest.html
 delete mode 100644 html/recordplaytest.js
 delete mode 100644 html/screensharingtest.html
 delete mode 100644 html/screensharingtest.js
 delete mode 100644 html/siptest.html
 delete mode 100644 html/siptest.js
 delete mode 100644 html/streamingtest.html
 delete mode 100644 html/streamingtest.js
 delete mode 100644 html/support.html
 delete mode 100644 html/textroomtest.html
 delete mode 100644 html/textroomtest.js
 delete mode 100644 html/up_arrow.png
 delete mode 100644 html/videocalltest.html
 delete mode 100644 html/videocalltest.js
 delete mode 100644 html/videoroomtest.html
 delete mode 100644 html/videoroomtest.js
 delete mode 100644 html/voicemailtest.html
 delete mode 100644 html/voicemailtest.js

-- 
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