From 592057bb33dc0c336a63003cd7a3a67944d92757 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 7 Aug 2019 20:59:51 +0200 Subject: =?UTF-8?q?Bump=20version:=200.5.0.2-6563-dirty=20=E2=86=92=200.6.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3af3b7aaff5c6dc3ac94e942191e27af4bf5392a --- debian/changelog | 10 ++++++++++ debian/control | 12 ++++++------ debian/libosmonetif6.install | 1 - debian/libosmonetif8.install | 1 + 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 debian/libosmonetif6.install create mode 100644 debian/libosmonetif8.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e3b19c9..b3aba59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libosmo-netif (0.6.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * osmux: Extend osmux_out_handle and add new API to set rtp payload_type + + [ Oliver Smith ] + * contrib/jenkins.sh: run "make maintainer-clean" + + -- Pau Espin Pedrol Wed, 07 Aug 2019 20:59:51 +0200 + libosmo-netif (0.5.0) unstable; urgency=medium [ Max ] diff --git a/debian/control b/debian/control index a9a486d..e1b2096 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 9), libdpkg-perl, git, doxygen, - libosmocore-dev, - libosmo-abis-dev, + libosmocore-dev (>= 1.0.0), + libosmo-abis-dev (>= 0.6.0), pkg-config, libpcap0.8-dev, libsctp-dev, @@ -22,7 +22,7 @@ Vcs-Browser: http://git.osmocom.org/libosmo-netif/ Vcs-Git: git://git.osmocom.org/libosmo-netif.git Homepage: https://projects.osmocom.org/projects/libosmo-netif -Package: libosmonetif6 +Package: libosmonetif8 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -39,7 +39,7 @@ Architecture: any Depends: ${misc:Depends}, libosmocore-dev, libosmocore, - libosmonetif6 (= ${binary:Version}) + libosmonetif8 (= ${binary:Version}) Multi-Arch: same Description: Development headers for Osmocom network interface The libosmo-netif library is one of the libraries needed by the @@ -53,7 +53,7 @@ Package: libosmo-netif-doc Architecture: all Section: doc Depends: ${misc:Depends}, - libosmonetif6, + libosmonetif8, libjs-jquery Description: Documentation for the Osmo network interface library The libosmo-netif library is one of the libraries needed by the @@ -66,7 +66,7 @@ Package: libosmo-netif-dbg Section: debug Architecture: any Priority: extra -Depends: libosmonetif6 (= ${binary:Version}), ${misc:Depends} +Depends: libosmonetif8 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Debug symbols for Osmocom network interface library The libosmo-netif library is one of the libraries needed by the diff --git a/debian/libosmonetif6.install b/debian/libosmonetif6.install deleted file mode 100644 index 7a36b86..0000000 --- a/debian/libosmonetif6.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libosmonetif*.so.* diff --git a/debian/libosmonetif8.install b/debian/libosmonetif8.install new file mode 100644 index 0000000..7a36b86 --- /dev/null +++ b/debian/libosmonetif8.install @@ -0,0 +1 @@ +usr/lib/*/libosmonetif*.so.* -- cgit v1.2.3