From d452a48ac66d8e99a562c91660f371270d9c6b21 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 23 Aug 2015 17:38:26 +0200 Subject: Prepare new upstream release --- TODO-RELEASE | 1 - debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/libosmovty1.install | 1 - debian/libosmovty2.install | 1 + src/vty/Makefile.am | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 debian/libosmovty1.install create mode 100644 debian/libosmovty2.install diff --git a/TODO-RELEASE b/TODO-RELEASE index 4f65caba..43b1e8ef 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,2 +1 @@ #library what description / commit summary line -libosmovty abi-change vty: Change API to have node installation be done by int diff --git a/debian/changelog b/debian/changelog index 5f4f2699..16a1f41c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libosmocore (0.8.3) unstable; urgency=medium + + * Prepare new release + + -- Holger Hans Peter Freyther Sun, 23 Aug 2015 17:38:55 +0200 + libosmocore (0.8.2) unstable; urgency=medium * Add endian header diff --git a/debian/control b/debian/control index 782d6197..136488de 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmocore.git;a=summary Package: libosmocore Section: libs Architecture: any -Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty1, ${misc:Depends} +Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty2, ${misc:Depends} Multi-Arch: foreign Description: Open Source MObile COMmunications CORE library @@ -43,7 +43,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: Osmo GSM utility library -Package: libosmovty1 +Package: libosmovty2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/libosmovty1.install b/debian/libosmovty1.install deleted file mode 100644 index fbf6a5fa..00000000 --- a/debian/libosmovty1.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libosmovty*.so.* diff --git a/debian/libosmovty2.install b/debian/libosmovty2.install new file mode 100644 index 00000000..fbf6a5fa --- /dev/null +++ b/debian/libosmovty2.install @@ -0,0 +1 @@ +usr/lib/*/libosmovty*.so.* diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index d0e2c47e..4225d27d 100644 --- a/src/vty/Makefile.am +++ b/src/vty/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 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall -- cgit v1.2.3