Patch attached.

Federico, see also https://bugs.debian.org/914617 and
https://bugs.debian.org/914618 since I didn't specifically CC you on
those bugs.

Thanks,
Jeremy Bicha
From df724dc73ce1550e24f00ff42457676168d50be8 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Sun, 25 Nov 2018 11:54:52 -0500
Subject: [PATCH] Let dpkg-shlibdeps generate the library dependencies

Closes: #914618
---
 debian/control | 51 --------------------------------------------------
 1 file changed, 51 deletions(-)

diff --git a/debian/control b/debian/control
index cadabfe..fcaaa48 100644
--- a/debian/control
+++ b/debian/control
@@ -41,23 +41,6 @@ Package: godot3
 Architecture: amd64 arm64 armel armhf i386
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- libasound2,
- libfreetype6,
- libgcc1,
- libgl1-mesa-glx,
- libopus0,
- libopusfile0,
- libpng16-16,
- libpulse0,
- libtheora0,
- libvorbis0a,
- libvpx4,
- libwebp6,
- libx11-6,
- libxcursor1,
- libxinerama1,
- libxrandr2,
- zlib1g
 Description: Full 2D and 3D game engine with editor
  Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
  It provides a huge set of common tools, so you can just focus on making
@@ -67,23 +50,6 @@ Package: godot3-runner
 Architecture: amd64 arm64 armel armhf i386
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- libasound2,
- libfreetype6,
- libgcc1,
- libgl1-mesa-glx,
- libopus0,
- libopusfile0,
- libpng16-16,
- libpulse0,
- libtheora0,
- libvorbis0a,
- libvpx4,
- libwebp6,
- libx11-6,
- libxcursor1,
- libxinerama1,
- libxrandr2,
- zlib1g
 Description: Godot game engine run-time
  Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
  This package allows games to be run from source or data-pack.
@@ -92,23 +58,6 @@ Package: godot3-server
 Architecture: amd64 arm64 armel armhf i386
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- libasound2,
- libfreetype6,
- libgcc1,
- libgl1-mesa-glx,
- libopus0,
- libopusfile0,
- libpng16-16,
- libpulse0,
- libtheora0,
- libvorbis0a,
- libvpx4,
- libwebp6,
- libx11-6,
- libxcursor1,
- libxinerama1,
- libxrandr2,
- zlib1g
 Description: Headless Godot game engine run-time
  Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
  This package provides a command-line only version of the program.
-- 
2.19.1

Reply via email to