commit
90257f0853
@ -0,0 +1,12 @@
|
||||
Metapackage folders for ngcp2
|
||||
|
||||
Installer depends on bash only. It will install ngcp metapackage that depends on:
|
||||
|
||||
*ngcp-ngcp: Metapackage with all required packages
|
||||
* ngcp-services : Metapackage for required services
|
||||
* ngcp-config: Metapackage for configuration framework. Depends on:
|
||||
* ngcp-templates : Metapackage for template packages
|
||||
* ngcp-snazzy: Config framwork magic
|
||||
* ngcp-config-main: Main config file
|
||||
* ngcp-nth: Metapackage for usefull tools
|
||||
* ngcp-keyring: repository keys
|
@ -0,0 +1,14 @@
|
||||
ngcp-config (2.2.0) unstable; urgency=low
|
||||
|
||||
[ Jon Bonilla ]
|
||||
* Add ngcp-ngcpcfg to dependencies.
|
||||
* Improve package descriptions.
|
||||
|
||||
-- Michael Prokop <mprokop@sipwise.com> Fri, 29 Apr 2011 01:33:28 +0200
|
||||
|
||||
ngcp-config (2.1.0) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Jon Bonilla <jbonilla@sipwise.com> Sun, 10 Oct 2010 12:09:08 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,21 @@
|
||||
Source: ngcp-config
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Jon Bonilla <jbonilla@sipwise.com>
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://sipwise.com/
|
||||
|
||||
Package: ngcp-config-pro
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ngcp-templates-pro, ngcp-ngcpcfg, ngcp-ngcpcfg-ha, ngcp-templates-pro-config
|
||||
Conflicts: ngcp-config-ce
|
||||
Description: Metapackage for NGCP platform configuration system
|
||||
This metapackage installs the ngcp configuration system for the NGCP sip:provider PRO platform.
|
||||
|
||||
Package: ngcp-config-ce
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ngcp-templates-ce, ngcp-ngcpcfg, ngcp-templates-ce-config
|
||||
Conflicts: ngcp-config-pro
|
||||
Description: Metapackage for NGCP platform configuration system
|
||||
This metapackage installs the ngcp configuration system for the NGCP sip:provider CE platform.
|
@ -0,0 +1,24 @@
|
||||
Upstream Author: The Sipwise Team - http://sipwise.com
|
||||
Copyright: 2007-2010, 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 package; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA
|
||||
.
|
||||
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'.
|
||||
|
@ -0,0 +1,46 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
build: build-stamp
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs
|
||||
dh_installchangelogs
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_installdeb
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
@ -0,0 +1,14 @@
|
||||
ngcp-ngcp (2.2.0) unstable; urgency=low
|
||||
|
||||
[ Jon Bonilla ]
|
||||
* Improve package description.
|
||||
* Added ngcp-keyring to ngcp metapackage dependencies.
|
||||
|
||||
-- Michael Prokop <mprokop@sipwise.com> Fri, 29 Apr 2011 01:36:57 +0200
|
||||
|
||||
ngcp-ngcp (2.1.0) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Jon Bonilla <jbonilla@sipwise.com> Sun, 10 Oct 2010 12:09:08 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,21 @@
|
||||
Source: ngcp-ngcp
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Jon Bonilla <jbonilla@sipwise.com>
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://sipwise.com/
|
||||
|
||||
Package: ngcp-ngcp-pro
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ngcp-config-pro, ngcp-services-pro, ngcp-nth-pro, ngcp-keyring
|
||||
Conflicts: ngcp-ngcp-ce
|
||||
Description: Metapackage for Sipwise's NGCP platform
|
||||
This metapackage installs all the packages needed in a NGCP sip:provider PRO platform environment.
|
||||
|
||||
Package: ngcp-ngcp-ce
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ngcp-config-ce, ngcp-services-ce, ngcp-nth-ce, ngcp-keyring
|
||||
Conflicts: ngcp-ngcp-pro
|
||||
Description: Metapackage for Sipwise's NGCP platform
|
||||
This metapackage installs all the packages needed in a NGCP sip:provider CE platform environment.
|
@ -0,0 +1,24 @@
|
||||
Upstream Author: The Sipwise Team - http://sipwise.com
|
||||
Copyright: 2007-2010, 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 package; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA
|
||||
.
|
||||
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'.
|
||||
|
@ -0,0 +1,46 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
build: build-stamp
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs
|
||||
dh_installchangelogs
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_installdeb
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
@ -0,0 +1,26 @@
|
||||
ngcp-nth (0.2.0) unstable; urgency=low
|
||||
|
||||
[ Jon Bonilla ]
|
||||
* Improved package description.
|
||||
* Add "irqbalance" package to depends.
|
||||
* Add "less" package to depends.
|
||||
* Add "mytop" package to depends.
|
||||
* Add "ssh" to depends.
|
||||
|
||||
[ Andreas Granig ]
|
||||
* Add "host" package to depends.
|
||||
|
||||
-- Michael Prokop <mprokop@sipwise.com> Fri, 29 Apr 2011 01:40:24 +0200
|
||||
|
||||
ngcp-nth (0.1.1) unstable; urgency=low
|
||||
|
||||
* libtemplate-perl added as dependency
|
||||
|
||||
-- Jon Bonilla <jbonilla@sipwise.com> Thu, 12 Oct 2010 12:09:08 +0200
|
||||
|
||||
ngcp-nth (0.1.0) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Jon Bonilla <jbonilla@sipwise.com> Thu, 30 Sep 2010 12:09:08 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,19 @@
|
||||
Source: ngcp-nth
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Jon Bonilla <jbonilla@sipwise.com>
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://sipwise.com/
|
||||
|
||||
Package: ngcp-nth-pro
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ifenslave, vlan, ngrep-sip, screen, strace, vim, tcpdump, perl-doc, iftop, ifrename, rsync, libtemplate-perl, host, mytop, less, irqbalance
|
||||
Description: Metapackage for Nice To Have tools in NGCP platforms
|
||||
This metapackage installs several nice to have tools in a NGCP sip:provider PRO platform.
|
||||
|
||||
Package: ngcp-nth-ce
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ifenslave, vlan, ngrep-sip, screen, strace, vim, tcpdump, perl-doc, iftop, ifrename, rsync, libtemplate-perl, host, mytop, less, irqbalance
|
||||
Description: Metapackage for Nice To Have tools in NGCP platforms
|
||||
This metapackage installs several nice to have tools in a NGCP sip:provider CE platform.
|
@ -0,0 +1,24 @@
|
||||
Upstream Author: The Sipwise Team - http://sipwise.com
|
||||
Copyright: 2007-2010, 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 package; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA
|
||||
.
|
||||
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'.
|
||||
|
@ -0,0 +1,46 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
build: build-stamp
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs
|
||||
dh_installchangelogs
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_installdeb
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
@ -0,0 +1,13 @@
|
||||
ngcp-services (2.2.0) lucid; urgency=low
|
||||
|
||||
* Replace kamailio-xmlrpc-module by kamailio-xml-module
|
||||
* Replace rtpproxy by ngcp-mediaproxy-ng
|
||||
|
||||
-- Andreas Granig <agranig@sipwise.com> Tue, 26 Apr 2011 18:24:07 +0200
|
||||
|
||||
ngcp-services (2.1.0) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Jon Bonilla <jbonilla@sipwise.com> Sun, 10 Oct 2010 12:09:08 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,21 @@
|
||||
Source: ngcp-services
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Jon Bonilla <jbonilla@sipwise.com>
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://sipwise.com/
|
||||
|
||||
Package: ngcp-services-pro
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, kamailio, kamailio-mysql-modules, kamailio-xml-modules, percona-server-client-5.1, percona-server-server-5.1, ntp, rsyslog-mysql, ngcp-mediaproxy-ng, ngcp-asterisk, ngcp-cdr-exporter, ngcp-check-tools, ngcp-system-tools-pro, ngcp-mediator, ngcp-ossbss-apache, ngcp-ossbss-billing, ngcp-ossbss-common, ngcp-ossbss-voip, ngcp-ossbss-system, ngcp-ossbss-xmldispatcher, ngcp-reminder, ngcp-sems, ngcp-www-admin, ngcp-www-csc, ngcp-rate-o-mat, glusterfs-server, glusterfs-client, mpt-status, ngcp-vmnotify, ngcp-monitoring-tools, ngcp-rsyslog-tools, ngcp-cleanup-tools, exim4, pacemaker, corosync, bzip2, ssh, python, snmpd
|
||||
Conflicts: ngcp-services-ce
|
||||
Description: Metapackage for NGCP platform services
|
||||
This metapackage installs the required services in a NGCP sip:provider PRO platform.
|
||||
|
||||
Package: ngcp-services-ce
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, kamailio, kamailio-mysql-modules, kamailio-xml-modules, percona-server-client-5.1, percona-server-server-5.1, ntp, rsyslog-mysql, ngcp-mediaproxy-ng, ngcp-asterisk, ngcp-cdr-exporter, ngcp-mediator, ngcp-ossbss-apache, ngcp-ossbss-billing, ngcp-ossbss-common, ngcp-ossbss-voip, ngcp-ossbss-system, ngcp-ossbss-xmldispatcher, ngcp-reminder, ngcp-sems, ngcp-www-admin, ngcp-www-csc, ngcp-rate-o-mat, ngcp-vmnotify, ngcp-check-tools, ngcp-system-tools-ce, ngcp-rsyslog-tools, ngcp-cleanup-tools, mailx, ssh, bzip2, python
|
||||
Conflicts: ngcp-services-pro
|
||||
Description: Metapackage for NGCP platform services
|
||||
This metapackage installs the required services in a NGCP sip:provider CE platform.
|
@ -0,0 +1,24 @@
|
||||
Upstream Author: The Sipwise Team - http://sipwise.com
|
||||
Copyright: 2007-2010, 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 package; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA
|
||||
.
|
||||
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'.
|
||||
|
@ -0,0 +1,46 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
build: build-stamp
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs
|
||||
dh_installchangelogs
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_installdeb
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
@ -0,0 +1,28 @@
|
||||
ngcp-templates (2.2.0) unstable; urgency=low
|
||||
|
||||
[ Jon Bonilla ]
|
||||
* Added monitoring-tools and removed collective-check from depends.
|
||||
* Added www templates to depends.
|
||||
* Improved package descriptions.
|
||||
* Added rate-o-mat templates to depends.
|
||||
* Added cleanup tools to depends.
|
||||
* Added lsb templates to depends.
|
||||
* Removed heartbeat and monit from depends.
|
||||
|
||||
[ Andreas Granig ]
|
||||
* Added mediaproxy-ng templates to depends.
|
||||
|
||||
-- Michael Prokop <mprokop@sipwise.com> Fri, 29 Apr 2011 01:53:58 +0200
|
||||
|
||||
ngcp-templates (2.1.1) unstable; urgency=low
|
||||
|
||||
* Reminder added to dependency list
|
||||
|
||||
-- Jon Bonilla <jbonilla@sipwise.com> Sun, 10 Oct 2010 12:09:08 +0200
|
||||
|
||||
ngcp-templates (2.1.0-1) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Jon Bonilla <jbonilla@sipwise.com> Thu, 30 Sep 2010 12:09:08 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,21 @@
|
||||
Source: ngcp-templates
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Jon Bonilla <jbonilla@sipwise.com>
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://sipwise.com/
|
||||
|
||||
Package: ngcp-templates-pro
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ngcp-templates-pro-asterisk, ngcp-templates-pro-glusterfs, ngcp-templates-pro-ha, ngcp-templates-pro-kamailio, ngcp-templates-pro-mediator, ngcp-templates-pro-monitoring-tools, ngcp-templates-pro-check-tools, ngcp-templates-pro-mysql, ngcp-templates-pro-odbc, ngcp-templates-pro-ossbss, ngcp-templates-pro-rtpproxy, ngcp-templates-pro-sems, ngcp-templates-pro-system, ngcp-templates-pro-reminder, ngcp-templates-pro-cdr-exporter, ngcp-templates-pro-vmnotify, ngcp-templates-pro-www-admin, ngcp-templates-pro-www-csc, ngcp-templates-pro-rate-o-mat, ngcp-templates-pro-cleanup-tools, ngcp-templates-pro-lsb, ngcp-templates-pro-mediaproxy-ng
|
||||
Conflicts: ngcp-templates-ce
|
||||
Description: Metapackage for NGCP platform config templates
|
||||
This metapackage installs the required configuration templates for the NGCP sip:provider PRO platform's configuration framework.
|
||||
|
||||
Package: ngcp-templates-ce
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ngcp-templates-ce-asterisk, ngcp-templates-ce-kamailio, ngcp-templates-ce-mediator, ngcp-templates-ce-check-tools, ngcp-templates-ce-mysql, ngcp-templates-ce-odbc, ngcp-templates-ce-ossbss, ngcp-templates-ce-rtpproxy, ngcp-templates-ce-sems, ngcp-templates-ce-system, ngcp-templates-ce-reminder, ngcp-templates-ce-cdr-exporter, ngcp-templates-ce-vmnotify, ngcp-templates-ce-www-admin, ngcp-templates-ce-www-csc, ngcp-templates-ce-rate-o-mat, ngcp-templates-ce-cleanup-tools, ngcp-templates-ce-lsb, ngcp-templates-ce-mediaproxy-ng
|
||||
Conflicts: ngcp-templates-pro
|
||||
Description: Metapackage for NGCP platform config templates
|
||||
This metapackage installs the required configuration templates for the NGCP sip:provider CE platform's configuration framework.
|
@ -0,0 +1,24 @@
|
||||
Upstream Author: The Sipwise Team - http://sipwise.com
|
||||
Copyright: 2007-2010, 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 package; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA
|
||||
.
|
||||
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'.
|
||||
|
@ -0,0 +1,46 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
build: build-stamp
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs
|
||||
dh_installchangelogs
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_installdeb
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
Loading…
Reference in new issue