Resulting files instead of libodp8_0.8.0-1_amd64.deb have to be libodp0.8.0-1_amd64.deb
Signed-off-by: Maxim Uvarov <[email protected]> --- debian/control | 14 +++++++------- debian/rules | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 4f7e3e3..21d8d44 100644 --- a/debian/control +++ b/debian/control @@ -8,33 +8,33 @@ Homepage: http://www.opendataplane.org/ Vcs-Git: git://git.linaro.org/lng/odp.git Vcs-Browser: https://git.linaro.org/lng/odp.git -Package: odp8-bin +Package: odp-bin Section: libdevel Architecture: any Multi-Arch: allowed -Depends: libodp8 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Depends: libodp (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: Example binaries for OpenDataPlane These are the executable examples from the reference implementation. -Package: libodp8-dbg +Package: libodp-dbg Priority: extra Section: debug Architecture: any Multi-Arch: same -Depends: libodp8 (= ${binary:Version}), ${misc:Depends} +Depends: libodp (= ${binary:Version}), ${misc:Depends} Description: Debug symbols for OpenDataPlane This is the OpenDataPlane library from the reference implementation with debug turned on. -Package: libodp8-dev +Package: libodp-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libodp8 (= ${binary:Version}), ${misc:Depends}, libssl-dev +Depends: libodp (= ${binary:Version}), ${misc:Depends}, libssl-dev Description: Development files for OpenDataPlane These are the source file for the OpenDataPlane reference implementation. -Package: libodp8 +Package: libodp Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} diff --git a/debian/rules b/debian/rules index 797fc00..73a921d 100755 --- a/debian/rules +++ b/debian/rules @@ -13,4 +13,4 @@ override_dh_auto_configure: .PHONY: override_dh_strip override_dh_strip: - dh_strip --dbg-package=libodp8-dbg + dh_strip --dbg-package=libodp-dbg -- 1.8.5.1.163.gd7aced9 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
