--- doomsday-server-2.3.2.3869+bionic.orig/debian/changelog +++ doomsday-server-2.3.2.3869+bionic/debian/changelog @@ -0,0 +1,7 @@ +doomsday-server (2.3.2.3869+bionic) bionic; urgency=medium + + * New release: Candidate build 3869. + * Update mobj visAngle together with angle + * Set mobj's map spot number at creation + + -- Jaakko Keränen (skyjake) Sat, 07 Aug 2021 14:58:05 +0300 --- doomsday-server-2.3.2.3869+bionic.orig/debian/control +++ doomsday-server-2.3.2.3869+bionic/debian/control @@ -1,17 +1,17 @@ -Source: doomsday +Source: doomsday-server Section: universe/games Priority: optional Maintainer: Jaakko Keränen (skyjake) -Build-Depends: debhelper (>= 8.0.0), python3, libsdl2-dev, libsdl2-mixer-dev, libxrandr-dev, libxxf86vm-dev, qtchooser, qt5-qmake, qtbase5-dev, libqt5opengl5-dev, libqt5x11extras5-dev, zlib1g-dev, libfluidsynth-dev, libncurses5-dev, cmake (>= 3.1) +Build-Depends: debhelper (>= 8.0.0), python3, qtchooser, qt5-qmake, qtbase5-dev, zlib1g-dev, libncurses5-dev, cmake (>= 3.1) Standards-Version: 3.9.3 Homepage: https://dengine.net/ Vcs-Git: https://github.com/skyjake/Doomsday-Engine.git Vcs-Browser: https://github.com/skyjake/Doomsday-Engine -Package: doomsday -Architecture: amd64 +Package: doomsday-server +Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Doom/Heretic/Hexen port with enhanced graphics +Description: Doom/Heretic/Hexen port with enhanced graphics (server only) 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 --- doomsday-server-2.3.2.3869+bionic.orig/debian/rules +++ doomsday-server-2.3.2.3869+bionic/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -APPNAME := doomsday +APPNAME := doomsday-server builddir: mkdir -p builddir @@ -11,8 +11,8 @@ -DDENG_BUILD=3869 \ -DCMAKE_CXX_FLAGS=-std=c++11 \ -DDENG_ENABLE_SDK=OFF \ - -DDENG_ENABLE_COTIRE=OFF \ - ../../doomsday + -DDENG_ENABLE_COTIRE=OFF -DDENG_ENABLE_GUI=OFF \ + ../doomsday build: build-arch build-indep build-arch: build-stamp