Change-Id: I061f86ac8a839a422c1734183fa25f7be4df5e60changes/28/14428/2
parent
c3a6a631ef
commit
06d2f7ae03
@ -0,0 +1,5 @@
|
||||
libhsclient-c-wrapper (5.5.0.0+0~mr5.5.0.0) unstable; urgency=medium
|
||||
|
||||
* Initial revision
|
||||
|
||||
-- Andreas Granig <agranig@sipwise.com> Wed, 12 Apr 2017 21:09:23 +0200
|
||||
@ -0,0 +1 @@
|
||||
9
|
||||
@ -0,0 +1,19 @@
|
||||
Source: libhsclient-c-wrapper
|
||||
Section: admin
|
||||
Priority: extra
|
||||
Maintainer: Sipwise Development Team <support@sipwise.com>
|
||||
Build-Depends:
|
||||
debhelper (>= 9),
|
||||
Standards-Version: 3.9.7
|
||||
Homepage: http://sipwise.com/
|
||||
|
||||
Package: libhsclient-c-wrapper
|
||||
Architecture: all
|
||||
Depends:
|
||||
libhsclient-dev,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: library for handlersocket handling in C programs
|
||||
This library provides a high-level interface for C programs
|
||||
to interact with the HandlerSocket interface in MySQL flavor
|
||||
databases. It uses the C++ libhsclient library under the hood.
|
||||
@ -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 © 2013-2017 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,6 @@
|
||||
#!/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