MT#5325 Initial Debian packaging

mprokop/packaging
Michael Prokop 12 years ago
parent 844b1265d1
commit 77c11ec59b

6
debian/changelog vendored

@ -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

1
debian/compat vendored

@ -0,0 +1 @@
7

23
debian/control vendored

@ -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.

7
debian/copyright vendored

@ -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/

6
debian/rules vendored

@ -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…
Cancel
Save