This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit 2baf2b18b3d4b60ea51aab30d91996c76f62b3ab Author: Peter Pentchev <[email protected]> Date: Fri Dec 18 18:42:36 2015 +0200 Add DEP-3 headers to the patches missing them. --- debian/changelog | 2 +- debian/patches/0.92a_to_cvs-20070713.1513.patch | 6 ++++-- debian/patches/build_portability.patch | 8 +++++--- debian/patches/common_stdfiles.patch | 6 ++++-- debian/patches/configure.patch | 6 ++++-- debian/patches/endianess.patch | 6 ++++-- debian/patches/fxc_nosdlinit.patch | 6 ++++-- debian/patches/fxc_output.patch | 6 ++++-- debian/patches/fxc_return_values.patch | 6 ++++-- debian/patches/fxdll_version.patch | 6 ++++-- debian/patches/fxi_apptitle.patch | 6 ++++-- debian/patches/fxi_binname.patch | 6 ++++-- debian/patches/fxi_input.patch | 6 ++++-- debian/patches/fxi_pal.patch | 7 ++++--- debian/patches/fxi_pal_get.patch | 7 ++++--- debian/patches/fxi_return_values.patch | 6 ++++-- debian/patches/fxi_sdl_mixer_use_rwops.patch | 17 +++++------------ debian/patches/headers.patch | 6 ++++-- debian/patches/i18n_fpg.patch | 6 ++++-- debian/patches/i18n_fxc.patch | 6 ++++-- debian/patches/i18n_fxi.patch | 6 ++++-- debian/patches/i18n_map.patch | 6 ++++-- debian/patches/include_fixes.patch | 7 +++++-- debian/patches/plugins_dir.patch | 6 ++++-- debian/patches/string_alloc_crash.patch | 7 +++++-- debian/patches/warning_fixes.patch | 7 +++++-- 26 files changed, 106 insertions(+), 64 deletions(-) diff --git a/debian/changelog b/debian/changelog index ec44fbe..a367d41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium - add the cflags-env patch to actually honor CFLAGS passed via the environment * Declare compliance with Debian Policy 3.9.6 with no changes. - * Add a DEP-3 header to the fix_ftbfs_libpng1.5 patch. + * Add a DEP-3 header to all the patches that did not have them. * Convert the copyright file to the 1.0 machine-readable format and add my debian/* copyright notice. * Enable Large File Support. diff --git a/debian/patches/0.92a_to_cvs-20070713.1513.patch b/debian/patches/0.92a_to_cvs-20070713.1513.patch index 46b9f54..b32d5f0 100644 --- a/debian/patches/0.92a_to_cvs-20070713.1513.patch +++ b/debian/patches/0.92a_to_cvs-20070713.1513.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Update Fenix to the 2007-07-13 CVS version. +Forwarded: not-needed +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-08-28 Index: fenix-0.92a.dfsg1/common/files.c =================================================================== diff --git a/debian/patches/build_portability.patch b/debian/patches/build_portability.patch index e8be049..3788f49 100644 --- a/debian/patches/build_portability.patch +++ b/debian/patches/build_portability.patch @@ -1,6 +1,8 @@ -# Copyright (C) 2008 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL -# Closes: #481928 +Description: Recognize armel (linux-gnueabi) as a Linux arch, too. +Bug-Debian: https://bugs.debian.org/481928 +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2008-06-06 Index: fenix-0.92a.dfsg1/configure =================================================================== diff --git a/debian/patches/common_stdfiles.patch b/debian/patches/common_stdfiles.patch index f7cd5eb..c6c9444 100644 --- a/debian/patches/common_stdfiles.patch +++ b/debian/patches/common_stdfiles.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Allow '-' as an alias for the standard input or output stream. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-31 Index: fenix-0.92a.dfsg1/include/files_st.h =================================================================== diff --git a/debian/patches/configure.patch b/debian/patches/configure.patch index 380d126..e7295a7 100644 --- a/debian/patches/configure.patch +++ b/debian/patches/configure.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Remove some weird options from the configure script. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-06-20 Index: fenix-0.92a.dfsg1/configure =================================================================== diff --git a/debian/patches/endianess.patch b/debian/patches/endianess.patch index b34d278..c42c62c 100644 --- a/debian/patches/endianess.patch +++ b/debian/patches/endianess.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Fix a copy/paste FTBFS. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-08-28 Index: fenix-0.92a.dfsg1/fxi/src/fpl.c =================================================================== diff --git a/debian/patches/fxc_nosdlinit.patch b/debian/patches/fxc_nosdlinit.patch index c66fafe..acc06ac 100644 --- a/debian/patches/fxc_nosdlinit.patch +++ b/debian/patches/fxc_nosdlinit.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: The compiler does not need to initialize SDL. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-02 Index: fenix-0.92a.dfsg1/fxc/src/main.c =================================================================== diff --git a/debian/patches/fxc_output.patch b/debian/patches/fxc_output.patch index 247ba50..d26e14d 100644 --- a/debian/patches/fxc_output.patch +++ b/debian/patches/fxc_output.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Add the -o outfile option to fxc. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-29 Index: fenix-0.92a.dfsg1/fxc/src/main.c =================================================================== diff --git a/debian/patches/fxc_return_values.patch b/debian/patches/fxc_return_values.patch index 1973bac..9c28603 100644 --- a/debian/patches/fxc_return_values.patch +++ b/debian/patches/fxc_return_values.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Make fenix-fxc exit with a non-zero status on errors. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-31 Index: fenix-0.92a.dfsg1/fxc/src/main.c =================================================================== diff --git a/debian/patches/fxdll_version.patch b/debian/patches/fxdll_version.patch index d3cbe9d..e7c8f13 100644 --- a/debian/patches/fxdll_version.patch +++ b/debian/patches/fxdll_version.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Add a plugin interface version. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-08-02 Index: fenix-0.92a.dfsg1/fxc/src/c_main.c =================================================================== diff --git a/debian/patches/fxi_apptitle.patch b/debian/patches/fxi_apptitle.patch index 987fab3..2d91d91 100644 --- a/debian/patches/fxi_apptitle.patch +++ b/debian/patches/fxi_apptitle.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Add a -t apptitle argument to fenix-fxi. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-08-02 Index: fenix-0.92a.dfsg1/fxi/src/main.c =================================================================== diff --git a/debian/patches/fxi_binname.patch b/debian/patches/fxi_binname.patch index 98041fa..217e98d 100644 --- a/debian/patches/fxi_binname.patch +++ b/debian/patches/fxi_binname.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Fix the fenix-fxi program name introspection. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-08-03 Index: fenix-0.92a.dfsg1/fxi/src/main.c =================================================================== diff --git a/debian/patches/fxi_input.patch b/debian/patches/fxi_input.patch index b4ea7fb..48e6a9d 100644 --- a/debian/patches/fxi_input.patch +++ b/debian/patches/fxi_input.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Allow fenix-fxi to read from the standard input. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-29 Index: fenix-0.92a.dfsg1/fxi/src/dcbr.c =================================================================== diff --git a/debian/patches/fxi_pal.patch b/debian/patches/fxi_pal.patch index c0d29ae..caa4834 100644 --- a/debian/patches/fxi_pal.patch +++ b/debian/patches/fxi_pal.patch @@ -1,6 +1,7 @@ -# Copyright (C) 2007 Dann Frazier <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL -# See http://bugs.debian.org/437735 +Description: Provide prototypes for pal_set() and pal_map_assign(). +Forwarded: no +Author: Dann Frazier <[email protected]> +Last-Update: 2007-08-28 Index: fenix-0.92a.dfsg1/fxi/inc/g_pal.h =================================================================== diff --git a/debian/patches/fxi_pal_get.patch b/debian/patches/fxi_pal_get.patch index 42dff5f..cae74c7 100644 --- a/debian/patches/fxi_pal_get.patch +++ b/debian/patches/fxi_pal_get.patch @@ -1,6 +1,7 @@ -# Copyright (C) 2007 Dann Frazier <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL -# See http://bugs.debian.org/437735 +Description: Also provide a prototype for pal_get(). +Forwarded: no +Author: Dann Frazier <[email protected]> +Last-Update: 2007-11-15 --- fenix-0.92a.dfsg1/fxi/inc/g_pal.h~ 2007-10-08 15:54:16.000000000 -0600 +++ fenix-0.92a.dfsg1/fxi/inc/g_pal.h 2007-10-08 16:00:04.000000000 -0600 diff --git a/debian/patches/fxi_return_values.patch b/debian/patches/fxi_return_values.patch index b9d539c..06d6e1f 100644 --- a/debian/patches/fxi_return_values.patch +++ b/debian/patches/fxi_return_values.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Make fenix-fxi exit with a non-zero status on errors. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-31 Index: fenix-0.92a.dfsg1/fxi/src/main.c =================================================================== diff --git a/debian/patches/fxi_sdl_mixer_use_rwops.patch b/debian/patches/fxi_sdl_mixer_use_rwops.patch index 24bc421..368af51 100644 --- a/debian/patches/fxi_sdl_mixer_use_rwops.patch +++ b/debian/patches/fxi_sdl_mixer_use_rwops.patch @@ -1,15 +1,8 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL -# Thanks to Dann Frazier <[email protected]> -# See http://bugs.debian.org/437735 - -# From SDL_mixer.h: -# -# #ifdef USE_RWOPS /* This hasn't been hooked into music.c yet */ -# /* Load a music file from an SDL_RWop object (MikMod-specific currently) -# Matt Campbell ([email protected]) April 2000 */ -# extern DECLSPEC Mix_Music * SDLCALL Mix_LoadMUS_RW(SDL_RWops *rw); -# #endif +Description: Enable loading MikMod files via SDL. +Bug-Debian: https://bugs.debian.org/437735 +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-08-28 Index: fenix-0.92a.dfsg1/fxi/inc/sound.h =================================================================== diff --git a/debian/patches/headers.patch b/debian/patches/headers.patch index 5b7702a..38f3d7a 100644 --- a/debian/patches/headers.patch +++ b/debian/patches/headers.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Include local headers using "...", not <...>. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2011-02-10 --- a/include/fxdll.h +++ b/include/fxdll.h diff --git a/debian/patches/i18n_fpg.patch b/debian/patches/i18n_fpg.patch index 4962fcf..a6897ec 100644 --- a/debian/patches/i18n_fpg.patch +++ b/debian/patches/i18n_fpg.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Add gettext/NLS support to fenix-fpg. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-13 Index: fenix-0.92a.dfsg1/fpg/fpg.c =================================================================== diff --git a/debian/patches/i18n_fxc.patch b/debian/patches/i18n_fxc.patch index 0d7275e..1b087f5 100644 --- a/debian/patches/i18n_fxc.patch +++ b/debian/patches/i18n_fxc.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Add gettext/NLS support to fenix-fxc. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-13 Index: fenix-0.92a.dfsg1/fxc/src/c_data.c =================================================================== diff --git a/debian/patches/i18n_fxi.patch b/debian/patches/i18n_fxi.patch index e275183..07fc37a 100644 --- a/debian/patches/i18n_fxi.patch +++ b/debian/patches/i18n_fxi.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Add gettext/NLS support to fenix-fxi. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-13 Index: fenix-0.92a.dfsg1/fxi/src/dcbr.c =================================================================== diff --git a/debian/patches/i18n_map.patch b/debian/patches/i18n_map.patch index 67d4a92..960b9bf 100644 --- a/debian/patches/i18n_map.patch +++ b/debian/patches/i18n_map.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Add gettext/NLS support to fenix-map. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-07-13 Index: fenix-0.92a.dfsg1/map/map.c =================================================================== diff --git a/debian/patches/include_fixes.patch b/debian/patches/include_fixes.patch index 106f76e..b887324 100644 --- a/debian/patches/include_fixes.patch +++ b/debian/patches/include_fixes.patch @@ -1,5 +1,8 @@ -# Copyright (C) 2008, Darren Salt <[email protected]> -# See: #485062 +Description: Provide prototypes for some more functions. +Bug-Debian: https://bugs.debian.org/485062 +Forwarded: no +Author: Darren Salt <[email protected]> +Last-Update: 2008-06-08 diff -ur fenix-0.92a.dfsg1.orig/fxi/inc/g_pal.h fenix-0.92a.dfsg1/fxi/inc/g_pal.h --- fenix-0.92a.dfsg1.orig/fxi/inc/g_pal.h 2008-06-07 22:06:44.000000000 +0100 diff --git a/debian/patches/plugins_dir.patch b/debian/patches/plugins_dir.patch index 44777ae..190dece 100644 --- a/debian/patches/plugins_dir.patch +++ b/debian/patches/plugins_dir.patch @@ -1,5 +1,7 @@ -# Copyright (C) 2007 Miriam Ruiz <[email protected]> -# Licensed under the GPL, see /usr/share/common-licenses/GPL +Description: Look for plug-ins in the /usr/lib/fenix/plugins/ directory. +Forwarded: no +Author: Miriam Ruiz <[email protected]> +Last-Update: 2007-08-02 Index: fenix-0.92a.dfsg1/fxc/src/c_main.c =================================================================== diff --git a/debian/patches/string_alloc_crash.patch b/debian/patches/string_alloc_crash.patch index f3614d9..4610bb0 100644 --- a/debian/patches/string_alloc_crash.patch +++ b/debian/patches/string_alloc_crash.patch @@ -1,5 +1,8 @@ -# Copyright (C) 2008, Darren Salt <[email protected]> -# See: #485061 +Description: Properly (re)allocate memory to fix crashes. +Bug-Debian: https://bugs.debian.org/485061 +Forwarded: no +Author: Darren Salt <[email protected]> +Last-Update: 2008-06-08 diff -ur fenix-0.92a.dfsg1.orig/fxi/src/strings.c fenix-0.92a.dfsg1/fxi/src/strings.c --- fenix-0.92a.dfsg1.orig/fxi/src/strings.c 2008-06-07 21:34:32.000000000 +0100 diff --git a/debian/patches/warning_fixes.patch b/debian/patches/warning_fixes.patch index a43b4b3..9bb2d0c 100644 --- a/debian/patches/warning_fixes.patch +++ b/debian/patches/warning_fixes.patch @@ -1,5 +1,8 @@ -# Copyright (C) 2008, Darren Salt <[email protected]> -# See: #485062 +Description: Fix some compiler warnings. +Bug-Debian: https://bugs.debian.org/485062 +Forwarded: no +Author: Darren Salt <[email protected]> +Last-Update: 2008-08-06 diff -ur fenix-0.92a.dfsg1.orig/fxc/src/c_data.c fenix-0.92a.dfsg1/fxc/src/c_data.c --- fenix-0.92a.dfsg1.orig/fxc/src/c_data.c 2008-06-07 21:46:42.000000000 +0100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

