debian/0000755000000000000000000000000012276706101007170 5ustar debian/libjs-jssip.install0000644000000000000000000000004712267224232013012 0ustar dist/*.js /usr/share/javascript/jssip/ debian/watch0000644000000000000000000000012212267224232010214 0ustar version=3 https://github.com/versatica/JsSIP/tags .*/archive/v?(\d[\d\.]+).tar.gz debian/rules0000755000000000000000000000113412267224232010247 0ustar #!/usr/bin/make -f %: dh $@ --builddirectory=. override_dh_auto_build: # force rebuild of the Grammar: -rm src/Grammar/dist/Grammar.js src/Grammar/dist/Grammar.min.js # using a manually constructed JVM command line for # closure-compiler due to Debian bug 705565: make MINIFY_GCC="java -classpath /usr/share/java/closure-compiler.jar:/usr/share/java/args4j.jar:/usr/share/java/guava.jar:/usr/share/java/json.jar com.google.javascript.jscomp.CommandLineRunner" mv dist/JsSIP-*.min.js dist/JsSIP.min.js mv dist/JsSIP-*.js dist/JsSIP.js # no make install support override_dh_auto_install: true debian/compat0000644000000000000000000000000212267224232010366 0ustar 9 debian/control0000644000000000000000000000171612267224232010600 0ustar Source: jssip Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Daniel Pocock Build-Depends: debhelper (>= 9.0.0), node-uglify, libclosure-compiler-java, libargs4j-java, libguava-java, libandroid-json-org-java, node-peg Standards-Version: 3.9.4 Homepage: http://www.jssip.net Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/jssip.git Vcs-Git: git://git.debian.org/git/pkg-javascript/jssip.git Package: libjs-jssip Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Description: JavaScript implementation of a WebRTC SIP video phone JsSIP is a client side pure JavaScript library to build SIP endpoints in Web environments. It is typically hosted in any normal web server and runs in modern WebRTC capable browsers. . This package provides the JavaScript library for use in web sites or for other packages that require it. debian/copyright0000644000000000000000000000325012267224232011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JsSIP Upstream-Contact: Versatica Source: https://github.com/versatica/JsSIP Files: * Copyright: 2012-2013, José Luis Millán 2012-2013, Versatica 2012-2013, Iñaki Baz Castillo 2012-2013, Saúl Ibarra Corretgé License: MIT Files: test/qunit/* Copyright: 2012, jQuery Foundation License: MIT Files: debian/* Copyright: 2013, Daniel Pocock License: GPL-3 On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/libjs-jssip.lintian-overrides0000644000000000000000000000014112267224232014775 0ustar # upstream changelog is named CHANGELOG.md libjs-jssip binary: wrong-name-for-upstream-changelog debian/source/0000755000000000000000000000000012267224232010470 5ustar debian/source/format0000644000000000000000000000001412267224232011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000140012276706101011035 0ustar jssip (0.4.0.20140212.1-1) unstable; urgency=low * New upstream snapshot -- Daniel Pocock Wed, 12 Feb 2014 15:58:38 +0100 jssip (0.4.0.20140122.1-1) unstable; urgency=low * New upstream snapshot -- Daniel Pocock Wed, 22 Jan 2014 17:02:32 +0100 jssip (0.4.0.20140120.1-1) unstable; urgency=low * Add pegjs to build dependencies -- Daniel Pocock Mon, 20 Jan 2014 14:46:45 +0100 jssip (0.3.7-2) unstable; urgency=low * Add pegjs to build dependencies -- Daniel Pocock Mon, 16 Sep 2013 09:59:36 +0200 jssip (0.3.7-1) unstable; urgency=low * Initial upload (Closes: #721077) -- Daniel Pocock Tue, 27 Aug 2013 19:43:05 +0200 debian/libjs-jssip.docs0000644000000000000000000000007012267224232012270 0ustar README.md BUILDING.md CHANGELOG.md THANKS.md AUTHORS.md