Skip to content

Commit

Permalink
Fixed|Builder: Missing package description file
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 4, 2019
1 parent 4c227cd commit eb57f80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doomsday/build/description.txt
@@ -0,0 +1,6 @@
The Doomsday Engine is a portable version of the classic first person
shooters DOOM, Heretic, and Hexen. It lets you enjoy the original games
using modern technology, including high-resolution OpenGL graphics, 3D
models, and dynamic lighting effects. Data files from the original games
are not included; you must acquire a copy of the original games from
id Software and/or Raven Software.
2 changes: 1 addition & 1 deletion doomsday/cmake/Packaging.cmake
Expand Up @@ -6,7 +6,7 @@ set (CPACK_PACKAGE_VERSION_MAJOR ${DENG_VERSION_MAJOR})
set (CPACK_PACKAGE_VERSION_MINOR ${DENG_VERSION_MINOR})

set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Doom/Heretic/Hexen port with enhanced graphics")
set (CPACK_PACKAGE_DESCRIPTION_FILE ${DENG_SOURCE_DIR}/../distrib/description.txt)
set (CPACK_PACKAGE_DESCRIPTION_FILE ${DENG_SOURCE_DIR}/build/description.txt)

set (CPACK_DEBIAN_PACKAGE_MAINTAINER "Jaakko Keränen (skyjake) <jaakko.keranen@iki.fi>")
set (CPACK_DEBIAN_PACKAGE_SECTION universe/games)
Expand Down

0 comments on commit eb57f80

Please sign in to comment.