diff -Nru libosmo-netif-0.0.6/debian/changelog libosmo-netif-0.0.6/debian/changelog --- libosmo-netif-0.0.6/debian/changelog 2015-12-13 10:47:08.000000000 +0000 +++ libosmo-netif-0.0.6/debian/changelog 2017-09-11 17:48:31.000000000 +0000 @@ -1,3 +1,15 @@ +libosmo-netif (0.0.6-2) unstable; urgency=low + + * debian/control: add myself to uploaders + * debian/control: move package to debian-mobcom and change URLs + * debian/control: change maintainer to debian-mobcom-maintainers + * debian/control: use dh10 + * debian/control: bump standard to 4.1.0 (no changes) + * debian/control: remove dbg package + * debian/control: remove redundant dependency of dh-autoreconf + + -- Thorsten Alteholz Mon, 11 Sep 2017 19:52:59 +0200 + libosmo-netif (0.0.6-1) unstable; urgency=low * Initial release (Closes: #806585) diff -Nru libosmo-netif-0.0.6/debian/compat libosmo-netif-0.0.6/debian/compat --- libosmo-netif-0.0.6/debian/compat 2015-11-29 10:29:49.000000000 +0000 +++ libosmo-netif-0.0.6/debian/compat 2017-09-11 17:48:31.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libosmo-netif-0.0.6/debian/control libosmo-netif-0.0.6/debian/control --- libosmo-netif-0.0.6/debian/control 2015-12-13 11:22:02.000000000 +0000 +++ libosmo-netif-0.0.6/debian/control 2017-09-11 17:48:31.000000000 +0000 @@ -1,17 +1,17 @@ Source: libosmo-netif Section: libs Priority: optional -Maintainer: Debian Science Maintainers +Maintainer: Debian Mobcom Maintainers Uploaders: Ruben Undheim -Build-Depends: debhelper (>= 9), - dh-autoreconf, + , Thorsten Alteholz +Build-Depends: debhelper (>= 10), libosmocore-dev, libosmo-abis-dev, pkg-config, libortp-dev -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libosmo-netif.git -Vcs-Git: git://anonscm.debian.org/debian-science/packages/libosmo-netif.git +Standards-Version: 4.1.0 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-mobcom/libosmo-netif.git +Vcs-Git: https://anonscm.debian.org/git/debian-mobcom/libosmonetifabis.git Homepage: http://git.osmocom.org/libosmo-netif/ Package: libosmonetif3 @@ -39,15 +39,15 @@ This package contains the development files needed for developing with the libosmo-netif library. -Package: libosmo-netif-dbg -Section: debug -Architecture: any -Priority: extra -Depends: libosmonetif3 (= ${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 - OpenBSC GSM infrastructure software. This library in particular implements - the shared code for network interfaces. - . - This package contains the debug symbols for the library. +#Package: libosmo-netif-dbg +#Section: debug +#Architecture: any +#Priority: extra +#Depends: libosmonetif3 (= ${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 +# OpenBSC GSM infrastructure software. This library in particular implements +# the shared code for network interfaces. +# . +# This package contains the debug symbols for the library. diff -Nru libosmo-netif-0.0.6/debian/libosmonetif2.install libosmo-netif-0.0.6/debian/libosmonetif2.install --- libosmo-netif-0.0.6/debian/libosmonetif2.install 2015-11-03 08:36:45.000000000 +0000 +++ libosmo-netif-0.0.6/debian/libosmonetif2.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libosmonetif*.so.* diff -Nru libosmo-netif-0.0.6/debian/rules libosmo-netif-0.0.6/debian/rules --- libosmo-netif-0.0.6/debian/rules 2015-12-13 11:27:31.000000000 +0000 +++ libosmo-netif-0.0.6/debian/rules 2017-09-11 17:48:31.000000000 +0000 @@ -13,8 +13,8 @@ %: dh $@ --with autoreconf -override_dh_strip: - dh_strip --dbg-package=libosmo-netif-dbg +#override_dh_strip: +# dh_strip --dbg-package=libosmo-netif-dbg override_dh_autoreconf: echo $(VERSION) > .tarball-version