mirror of https://github.com/sipwise/libtcap.git
parent
844b1265d1
commit
77c11ec59b
@ -0,0 +1,6 @@
|
|||||||
|
ngcp-libtcap (0.0.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial release
|
||||||
|
|
||||||
|
-- Michael Prokop <mika@sipwise.com> Tue, 02 Jul 2013 01:54:04 +0200
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
7
|
@ -0,0 +1,23 @@
|
|||||||
|
Source: ngcp-libtcap
|
||||||
|
Section: admin
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Sipwise Development Team <support@sipwise.com>
|
||||||
|
Build-Depends: debhelper (>= 9)
|
||||||
|
Standards-Version: 3.9.5
|
||||||
|
Homepage: http://sipwise.com/
|
||||||
|
|
||||||
|
Package: ngcp-libtcap0
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
|
Description: library for handling ASN.1-coded TCAP and INAP messages
|
||||||
|
This library provides support for decoding ASN.1-coded TCAP and
|
||||||
|
INAP messages and extracting values out of them.
|
||||||
|
|
||||||
|
Package: ngcp-libtcap-dev
|
||||||
|
Architecture: any
|
||||||
|
Section: libdevel
|
||||||
|
Depends: ngcp-libtcap0 (= ${binary:Version}), ${misc:Depends}
|
||||||
|
Description: Headers for ngcp-libtcap0
|
||||||
|
Library providing handling ASN.1-coded TCAP and INAP messages
|
||||||
|
.
|
||||||
|
This package provides the header files.
|
@ -0,0 +1,7 @@
|
|||||||
|
Upstream Author: The Sipwise Team - http://sipwise.com/
|
||||||
|
Copyright: Copyright (c) 2013 Sipwise GmbH, Austria
|
||||||
|
License: All software included in this package is
|
||||||
|
Copyright (c) Sipwise GmbH, Austria.
|
||||||
|
All rights reserved. You may not copy, distribute
|
||||||
|
or modify without prior written permission from
|
||||||
|
Sipwise GmbH, Austria.
|
@ -0,0 +1,2 @@
|
|||||||
|
debian/tmp/include/tcap /usr/include/
|
||||||
|
debian/tmp/lib/*.so /usr/lib/
|
@ -0,0 +1 @@
|
|||||||
|
debian/tmp/lib/*.so.* /usr/lib/
|
@ -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