@@ -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}
@@ -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
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 <maxim.uvarov@linaro.org> --- debian/control | 14 +++++++------- debian/rules | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-)