Package: prboom-plus / 2:2.5.1.5~svn4462+dfsg1-1

Metadata

Package Version Patches format
prboom-plus 2:2.5.1.5~svn4462+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
config debian.patch | (download)

src/m_misc.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 debian-specific changes to the default configuration
 * Change default MIDI player to the OPL2 emulator,
   so "freepats" can be demoted to a suggestion.
 * Fix the sound font file name for musescore-soundfont-gm.
 * The Ogg Vorbis encoder in vorbis-tools is called "oggenc".


reproducible build.patch | (download)

src/d_main.c | 4 2 + 2 - 0 !
src/version.c | 1 0 + 1 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

 remove timestamps from cpp macros
 The C pre-processor macros '__DATE__' and '__TIME__' capture the current time
 and thus will obviously make a build unreproducible. Usage of these macros
 must simply be removed in order to make builds reproducible.