Prepare the v0.1.6 release of libosmo-abis

This commit is contained in:
Holger Hans Peter Freyther 2014-01-20 10:22:45 +01:00
parent 901ef1cbbb
commit ba9aa8941b
4 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1 @@
#library what description / commit summary line
libosmoabis abi-change input: Make keep alive configurable (generic)
libosmoabis abi-change ipaccess: Change the visibility of the ipa messages

8
debian/control vendored
View File

@ -11,12 +11,12 @@ Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmo-abis.git;a=summary
Package: libosmo-abis
Section: oldlibs
Architecture: any
Depends: libosmoabis1, libosmotrau0, ${misc:Depends}
Depends: libosmoabis2, libosmotrau0, ${misc:Depends}
Description: Legacy package for libosmo-abis
libosmo-abis is an empty package helping in the transition to one
package per DSO.
Package: libosmoabis1
Package: libosmoabis2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@ -31,12 +31,12 @@ Description: GSM trau handling
Package: libosmo-abis-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libosmotrau0, libosmoabis1
Depends: ${misc:Depends}, libosmotrau0, libosmoabis2
Description: Development headers for A-bis interface.
Package: libosmo-abis-dbg
Section: debug
Architecture: any
Priority: extra
Depends: libosmoabis1 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
Depends: libosmoabis2 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for A-bis interface.

View File

@ -1,6 +1,6 @@
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
ABIS_LIBVERSION=1:0:0
ABIS_LIBVERSION=2:0:0
TRAU_LIBVERSION=0:0:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)