TT#4931 Initial empty package to start using Jenkins on Gerrit

Change-Id: I50688624c1d8123ea16b0bf5bbdcbeadd4d0a083
changes/02/9202/4
Alexander Lutay 10 years ago committed by Sergii Kipot
parent 42e3bf317c
commit 8f824d2f1a

@ -0,0 +1,2 @@
all:
true

6
debian/changelog vendored

@ -0,0 +1,6 @@
janus-admin (5.0.0.0+0~mr5.0.0.0) unstable; urgency=medium
* Initial revision
-- Sergii Kipot <skipot@sipwise.com> Thu, 27 Oct 2016 13:48:23 +0200

1
debian/compat vendored

@ -0,0 +1 @@
9

16
debian/control vendored

@ -0,0 +1,16 @@
Source: janus-admin
Section: admin
Priority: extra
Maintainer: Sipwise Development Team <support@sipwise.com>
Build-Depends:
debhelper (>= 9~),
Standards-Version: 3.9.7
Homepage: https://www.sipwise.com/
Package: ngcp-janus-admin
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
Description: JanusAdmin is a node.js http client, that implements the
entire admin interface of the Janus Web RTC Gateway

23
debian/copyright vendored

@ -0,0 +1,23 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://www.sipwise.com/
Upstream-Contact: Sipwise Development Team <support@sipwise.com>
Files: *
Copyright:
Copyright © 2016 Sipwise GmbH, Austria
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Comment:
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'.

7
debian/rules vendored

@ -0,0 +1,7 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
%:
dh "$@"

@ -0,0 +1 @@
3.0 (native)
Loading…
Cancel
Save