diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..8a7cbb71 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + true diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..ae89fc31 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +ngcp-csc (5.0.0.0+0~mr5.0.0.0) unstable; urgency=medium + + * Initial revision + + -- Alexander Lutay <alutay@sipwise.com> Wed, 13 Jul 2016 13:48:23 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..ec635144 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..0ded175a --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: ngcp-csc +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-panel-extjs-csc +Architecture: all +Depends: + ${misc:Depends}, + ${perl:Depends}, +Description: ExtJS based frontend for endusers to configure their accounts on the Sipwise NGCP + The CSC framework is used by endusers to configure their accounts on the + Sipwise NGCP. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..ddf28270 --- /dev/null +++ b/debian/copyright @@ -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'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..8b45f989 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +%: + dh "$@" diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..89ae9db8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)