mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
makepanda: tweaks to .deb files; don't suggest panda3d-runtime
This commit is contained in:
parent
dfbe728bad
commit
e5f398a861
@ -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 <me@rdb.name>
|
||||
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.
|
||||
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user