diff options
| author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-11-03 09:30:52 +0100 | 
|---|---|---|
| committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-11-03 09:32:32 +0100 | 
| commit | 8649d57f507d359c99a89654aac7e19ce22db282 (patch) | |
| tree | 713dc1adc05236b914ad730d4186200a3b6832b9 /debian | |
| parent | c337693c4ca164833e120624af3c0960180725ee (diff) | |
misc: Prepare the release of libosmocore 0.9.0
Bump the ABI version of libosmovty and we need to do this
recursively to force rebuilds of our software.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/libosmocore-dev.install | 1 | ||||
| -rw-r--r-- | debian/libosmovty3.install (renamed from debian/libosmovty2.install) | 0 | 
4 files changed, 10 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index 16a1f41c..bf79c749 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libosmocore (0.9.0) unstable; urgency=medium + +  * StatsD support +  * Disable building of static libraries +  * GTP Hub and OAP ports/identifiers assigned + + -- Holger Hans Peter Freyther <holger@moiji-mobile.com>  Tue, 03 Nov 2015 09:31:41 +0100 +  libosmocore (0.8.3) unstable; urgency=medium    * Prepare new release diff --git a/debian/control b/debian/control index 136488de..6c1110f4 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, libosmovty2, ${misc:Depends} +Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty3, ${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: libosmovty2 +Package: libosmovty3  Section: libs  Architecture: any  Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/libosmocore-dev.install b/debian/libosmocore-dev.install index 7c5a789a..7a62c6f2 100644 --- a/debian/libosmocore-dev.install +++ b/debian/libosmocore-dev.install @@ -1,5 +1,4 @@  usr/include/* -usr/lib/*/lib*.a  usr/lib/*/lib*.so  usr/lib/*/lib*.la  usr/lib/*/pkgconfig/* diff --git a/debian/libosmovty2.install b/debian/libosmovty3.install index fbf6a5fa..fbf6a5fa 100644 --- a/debian/libosmovty2.install +++ b/debian/libosmovty3.install | 
