aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-20 10:22:45 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-20 10:22:45 +0100
commitba9aa8941bd3d67f8b8280fceb5763cb4c24973f (patch)
tree4b9e5d585d5a9e5457d474ee8762397174ba1b58
parent901ef1cbbb49ccb959065307ddc18b63e3d53108 (diff)
Prepare the v0.1.6 release of libosmo-abisv0.1.6
-rw-r--r--TODO-RELEASE2
-rw-r--r--debian/control8
-rw-r--r--debian/libosmoabis2.install (renamed from debian/libosmoabis1.install)0
-rw-r--r--src/Makefile.am2
4 files changed, 5 insertions, 7 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index e198d34..43b1e8e 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -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
diff --git a/debian/control b/debian/control
index 4d399a1..7ed5752 100644
--- a/debian/control
+++ b/debian/control
@@ -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.
diff --git a/debian/libosmoabis1.install b/debian/libosmoabis2.install
index 7811e36..7811e36 100644
--- a/debian/libosmoabis1.install
+++ b/debian/libosmoabis2.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 05d32b1..3885340 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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)