From ff3ef5a1ce413473f207bb49688d8f2e8eaa4d44 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 12 Aug 2022 14:24:17 -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 b4f189e..4b289d9 100644 --- a/ubuntu/debian/control +++ b/ubuntu/debian/control @@ -53,3 +53,19 @@ Multi-Arch: same Description: Gazebo Launch Library - Launch libraries Gazebo Common is a component in the Gazebo framework, a set of libraries designed to rapidly develop robot applications. + +Package: libgz-launch2 +Depends: libignition-launch2, ${misc:Depends} +Architecture: all +Priority: optional +Section: oldlibs +Description: transitional package + It's recommended to use the gz packages going forward. + +Package: libgz-launch2-dev +Depends: libignition-launch2-dev, ${misc:Depends} +Architecture: all +Priority: optional +Section: oldlibs +Description: transitional package + It's recommended to use the gz packages going forward.