--- doomsday-stable-2.2.2.3313+xenial.orig/debian/changelog +++ doomsday-stable-2.2.2.3313+xenial/debian/changelog @@ -0,0 +1,6 @@ +doomsday-stable (2.2.2.3313+xenial) xenial; urgency=medium + + * New release: Stable build 3313. + * Changed release type to "Stable" for 2.2.2 + + -- Jaakko Keränen (skyjake) Tue, 28 Jan 2020 10:16:15 +0200 --- doomsday-stable-2.2.2.3313+xenial.orig/debian/control +++ doomsday-stable-2.2.2.3313+xenial/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.2.2.3313+xenial.orig/debian/rules +++ doomsday-stable-2.2.2.3313+xenial/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