--- doomsday-stable-2.3.1.3685+focal.orig/debian/changelog +++ doomsday-stable-2.3.1.3685+focal/debian/changelog @@ -0,0 +1,6 @@ +doomsday-stable (2.3.1.3685+focal) focal; urgency=medium + + * New release: Stable build 3685. + * Changed release type to "Stable" for 2.3.1 + + -- Jaakko Keränen (skyjake) Thu, 04 Feb 2021 15:18:19 +0200 --- doomsday-stable-2.3.1.3685+focal.orig/debian/control +++ doomsday-stable-2.3.1.3685+focal/debian/control @@ -1,4 +1,4 @@ -Source: doomsday +Source: doomsday-stable Section: universe/games Priority: optional Maintainer: Jaakko Keränen (skyjake) @@ -8,8 +8,8 @@ Vcs-Git: https://github.com/skyjake/Doomsday-Engine.git Vcs-Browser: https://github.com/skyjake/Doomsday-Engine -Package: doomsday -Architecture: amd64 +Package: doomsday-stable +Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends} Description: Doom/Heretic/Hexen port with enhanced graphics The Doomsday Engine is a portable version of the classic first person --- doomsday-stable-2.3.1.3685+focal.orig/debian/rules +++ doomsday-stable-2.3.1.3685+focal/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -APPNAME := doomsday +APPNAME := doomsday-stable builddir: mkdir -p builddir @@ -12,7 +12,7 @@ -DCMAKE_CXX_FLAGS=-std=c++11 \ -DDENG_ENABLE_SDK=OFF \ -DDENG_ENABLE_COTIRE=OFF \ - ../../doomsday + ../doomsday build: build-arch build-indep build-arch: build-stamp