From 45d7146c32f4e70bf6390e8c20ffc207ef3093b4 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 12 Aug 2022 14:04:57 -0700 Subject: [PATCH] Add gz alias Signed-off-by: Louise Poubel --- ubuntu/debian/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ubuntu/debian/control b/ubuntu/debian/control index 0924a84..907ef16 100644 --- a/ubuntu/debian/control +++ b/ubuntu/debian/control @@ -43,3 +43,19 @@ Multi-Arch: same Description: Protobuf messages for Gazebo applications - Development files This library provides a set of google protobuf messages that are typically used in Gazebo applications. + +Package: libgz-msgs5 +Depends: libignition-msgs5, ${misc:Depends} +Architecture: all +Priority: optional +Section: oldlibs +Description: transitional package + It's recommended to use the gz packages going forward. + +Package: libgz-msgs5-dev +Depends: libignition-msgs5-dev, ${misc:Depends} +Architecture: all +Priority: optional +Section: oldlibs +Description: transitional package + It's recommended to use the gz packages going forward.