From dd337a3c87b3ca86ba0091cdf15755aed2fa7014 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 8 Sep 2014 07:47:58 +0200 Subject: Prepare new upstream release --- debian/changelog | 8 +++++++- debian/control | 6 +++--- debian/libosmonetif1.install | 1 - debian/libosmonetif2.install | 1 + src/Makefile.am | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 debian/libosmonetif1.install create mode 100644 debian/libosmonetif2.install 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 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/libosmonetif1.install deleted file mode 100644 index 004dc58..0000000 --- a/debian/libosmonetif1.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libosmonetif*.so.* diff --git a/debian/libosmonetif2.install b/debian/libosmonetif2.install new file mode 100644 index 0000000..004dc58 --- /dev/null +++ b/debian/libosmonetif2.install @@ -0,0 +1 @@ +usr/lib/libosmonetif*.so.* 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) -- cgit v1.2.3