aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-08 07:47:58 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-08 07:52:08 +0200
commitdd337a3c87b3ca86ba0091cdf15755aed2fa7014 (patch)
treec20e71d9a85b59593c166f26631ee0cfabe3b8b1
parent7c12931f616afa8e0dcec04b670156361637361e (diff)
Prepare new upstream release0.0.4
-rw-r--r--debian/changelog8
-rw-r--r--debian/control6
-rw-r--r--debian/libosmonetif2.install (renamed from debian/libosmonetif1.install)0
-rw-r--r--src/Makefile.am2
4 files changed, 11 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index d8529d9..ca0eda0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-libosmo-netif (0.0.3) UNRELEASED; urgency=medium
+libosmo-netif (0.0.4) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 08 Sep 2014 07:47:04 +0200
+
+libosmo-netif (0.0.3) unstable; urgency=medium
* Bump API due the AMR header structure now being packed
and potentially having different storage requirements.
diff --git a/debian/control b/debian/control
index 3a70fac..9fbd828 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.8.4
Vcs-Git: git://git.osmocom.org/libosmo-netif.git
Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmo-netif.git;a=summary
-Package: libosmonetif1
+Package: libosmonetif2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -16,12 +16,12 @@ Description: Library containing common/shared code regarding network interface
Package: libosmo-netif-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore, libosmonetif1
+Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore, libosmonetif2
Description: Development headers for Osmocom network interface
Package: libosmo-netif-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: libosmonetif1 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmonetif2 (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for Osmocom network interface
diff --git a/debian/libosmonetif1.install b/debian/libosmonetif2.install
index 004dc58..004dc58 100644
--- a/debian/libosmonetif1.install
+++ b/debian/libosmonetif2.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 4dc7321..4fd93d7 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
-LIBVERSION=1:0:0
+LIBVERSION=2:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)