From e5f398a8614145f4ccfb7a70c0dd0e1a3d85b367 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 8 Nov 2018 15:51:30 +0100 Subject: [PATCH] makepanda: tweaks to .deb files; don't suggest panda3d-runtime --- makepanda/makepanda.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 85e4639364..1a5b200849 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -6843,17 +6843,16 @@ Architecture: ARCH Essential: no Depends: DEPENDS Recommends: RECOMMENDS -Suggests: panda3d-runtime -Provides: panda3d -Conflicts: panda3d -Replaces: panda3d +Provides: panda3d, pythonPV-panda3d +Conflicts: panda3d, pythonPV-panda3d +Replaces: panda3d, pythonPV-panda3d Maintainer: rdb Installed-Size: INSTSIZE Description: Panda3D free 3D engine SDK Panda3D is a game engine which includes graphics, audio, I/O, collision detection, and other abilities relevant to the creation of 3D games. Panda3D is open source and free software under the revised BSD license, and can be used for both free and commercial game development at no financial cost. Panda3D's intended game-development language is Python. The engine itself is written in C++, and utilizes an automatic wrapper-generator to expose the complete functionality of the engine in a Python interface. . - This package contains the SDK for development with Panda3D, install panda3d-runtime for the runtime files. + This package contains the SDK for development with Panda3D. """