Change-Id: I6d80f83c6cd4ec59959b65a21826a6adf3adf0fechanges/23/6923/2
parent
4570a01bbc
commit
cc3e93d77b
@ -0,0 +1,5 @@
|
||||
ngcp-bulk-processor (1.0.0.0+0~mr4.5.0.0) unstable; urgency=medium
|
||||
|
||||
* Initial revision
|
||||
|
||||
-- Victor Seva <vseva@debian.org> Wed, 06 Jul 2016 14:48:43 +0200
|
||||
@ -0,0 +1 @@
|
||||
9
|
||||
@ -0,0 +1,16 @@
|
||||
Source: ngcp-bulk-processor
|
||||
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-bulk-processor-pro
|
||||
Architecture: all
|
||||
Depends:
|
||||
perl,
|
||||
${misc:Depends},
|
||||
Description: NGCP bulk-processor tool
|
||||
Tool for bulk process for NGCP.
|
||||
@ -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 © 2006 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'.
|
||||
@ -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…
Reference in new issue