[mupen64plus] 124/262: Add dep3-like fields to patches

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit 36b0083fd88cff53257f3ae29dd9f8ad061cf0b5
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Sat Sep 12 01:21:15 2009 +0200

    Add dep3-like fields to patches
---
 debian/changelog                                | 1 +
 debian/patches/100-fix-desktop-file.patch       | 2 ++
 debian/patches/101-destdir.patch                | 2 +-
 debian/patches/102-plugin-searchpath.patch      | 2 +-
 debian/patches/103-dejavu-font.patch            | 2 +-
 debian/patches/104-as-needed.patch              | 2 +-
 debian/patches/105-system-libpng.patch          | 2 +-
 debian/patches/106-system-zlib.patch            | 2 +-
 debian/patches/107-system-libbz2.patch          | 2 +-
 debian/patches/108-remove-gln64.patch           | 2 +-
 debian/patches/109-remove-nondfsg-icons.patch   | 2 +-
 debian/patches/110-glide64-noasm.patch          | 2 +-
 debian/patches/111-rice-texturepack-crash.patch | 2 +-
 debian/patches/112-rice-screenflickering.patch  | 1 -
 debian/patches/113-static-binutils-libs.patch   | 2 +-
 debian/patches/114-fix-7z-subfolder.patch       | 1 +
 debian/patches/115-xdg-basedir.patch            | 2 ++
 debian/patches/116-ftbfs-dynarec.patch          | 2 ++
 debian/patches/117-ftbfs-kfreebsd.patch         | 3 ++-
 debian/patches/118-ftbfs-debugger.patch         | 3 +++
 debian/patches/119-debian-archs.patch           | 3 +++
 debian/patches/120-ftbfs-glibc210.patch         | 2 ++
 debian/patches/121-version-string.patch         | 2 +-
 debian/patches/122-default-optimisations.patch  | 2 +-
 debian/patches/123-gtk-open-filter.patch        | 2 ++
 25 files changed, 34 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4c681f..40f1182 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mupen64plus (1.5+dfsg1-5) UNRELEASED; urgency=low
 
   * debian/patches:
+    - Add dep3-like fields to patches
     - Add 123-gtk-open-filter.patch, Show files with .n64 and .v64 extension in
       filtered open file dialog (Closes: #546046)
 
diff --git a/debian/patches/100-fix-desktop-file.patch b/debian/patches/100-fix-desktop-file.patch
index 1889562..a572426 100644
--- a/debian/patches/100-fix-desktop-file.patch
+++ b/debian/patches/100-fix-desktop-file.patch
@@ -2,6 +2,8 @@ From 3595dd9313514debb665d7bb258b73586eead50b Mon Sep 17 00:00:00 2001
 From: Félix Arreola Rodríguez <fgatuno.123 at gmail.com>
 Date: Mon, 1 Jun 2009 13:36:40 +0200
 Subject: [PATCH] Fix desktop file
+
+Forwarded: no
 ---
  mupen64plus.desktop.in |    5 ++---
  1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/patches/101-destdir.patch b/debian/patches/101-destdir.patch
index 8bac9cf..cf69bf6 100644
--- a/debian/patches/101-destdir.patch
+++ b/debian/patches/101-destdir.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Mon, 1 Jun 2009 15:20:49 +0200
 Subject: [PATCH] Use DESTDIR during installation
 
-
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=231
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  Makefile |    2 +-
diff --git a/debian/patches/102-plugin-searchpath.patch b/debian/patches/102-plugin-searchpath.patch
index 2066889..5286743 100644
--- a/debian/patches/102-plugin-searchpath.patch
+++ b/debian/patches/102-plugin-searchpath.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Mon, 1 Jun 2009 15:46:01 +0200
 Subject: [PATCH] Use /usr/lib/mupen64plus as plugin searchpath
 
-
+Forwarded: not-needed
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  main/main.c |    3 +--
diff --git a/debian/patches/103-dejavu-font.patch b/debian/patches/103-dejavu-font.patch
index c379835..0a016c9 100644
--- a/debian/patches/103-dejavu-font.patch
+++ b/debian/patches/103-dejavu-font.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 2 Jun 2009 14:01:51 +0200
 Subject: [PATCH] Use font from ttf-dejavu-core
 
-
+Forwarded: not-needed
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  opengl/osd.cpp |    9 +++------
diff --git a/debian/patches/104-as-needed.patch b/debian/patches/104-as-needed.patch
index 09426f8..4e51d11 100644
--- a/debian/patches/104-as-needed.patch
+++ b/debian/patches/104-as-needed.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 2 Jun 2009 17:37:41 +0200
 Subject: [PATCH] Allow compilation using -Wl,--as-needed
 
-
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=236
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  blight_input/Makefile |    2 +-
diff --git a/debian/patches/105-system-libpng.patch b/debian/patches/105-system-libpng.patch
index 9157202..6bf4ff9 100644
--- a/debian/patches/105-system-libpng.patch
+++ b/debian/patches/105-system-libpng.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 2 Jun 2009 21:40:28 +0200
 Subject: [PATCH] Use libpng from system instead of buildin one
 
-
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=235
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  rice_video/Makefile         |   16 +---------------
diff --git a/debian/patches/106-system-zlib.patch b/debian/patches/106-system-zlib.patch
index 5df3226..36dedf0 100644
--- a/debian/patches/106-system-zlib.patch
+++ b/debian/patches/106-system-zlib.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 2 Jun 2009 21:12:27 +0200
 Subject: [PATCH] Use zlib from system instead of buildin one
 
-
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=235
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  Makefile            |    1 -
diff --git a/debian/patches/107-system-libbz2.patch b/debian/patches/107-system-libbz2.patch
index e20361c..474058d 100644
--- a/debian/patches/107-system-libbz2.patch
+++ b/debian/patches/107-system-libbz2.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 2 Jun 2009 22:02:13 +0200
 Subject: [PATCH] Use libbz2 from system instead of buildin one
 
-
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=235
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  Makefile   |   11 ++---------
diff --git a/debian/patches/108-remove-gln64.patch b/debian/patches/108-remove-gln64.patch
index 455154c..39a2edc 100644
--- a/debian/patches/108-remove-gln64.patch
+++ b/debian/patches/108-remove-gln64.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Wed, 3 Jun 2009 16:29:19 +0200
 Subject: [PATCH] Remove non-dfsg clean glN64 from build
 
-
+Forwarded: not-needed
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  Makefile                           |    8 +-------
diff --git a/debian/patches/109-remove-nondfsg-icons.patch b/debian/patches/109-remove-nondfsg-icons.patch
index 37c30db..c44b789 100644
--- a/debian/patches/109-remove-nondfsg-icons.patch
+++ b/debian/patches/109-remove-nondfsg-icons.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Wed, 3 Jun 2009 16:38:09 +0200
 Subject: [PATCH] Remove non-dfsg clean icons from build
 
-
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=239
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  glide64/messagebox_gtk2.c  |   26 --------------------------
diff --git a/debian/patches/110-glide64-noasm.patch b/debian/patches/110-glide64-noasm.patch
index ce8b362..94fa1ef 100644
--- a/debian/patches/110-glide64-noasm.patch
+++ b/debian/patches/110-glide64-noasm.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Wed, 10 Jun 2009 00:10:03 +0200
 Subject: [PATCH] Don't include x86-asm in non-x86 plattforms
 
-
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=237
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  glide64/rdp.cpp |   10 ++++++++--
diff --git a/debian/patches/111-rice-texturepack-crash.patch b/debian/patches/111-rice-texturepack-crash.patch
index e0008a3..3cf26d9 100644
--- a/debian/patches/111-rice-texturepack-crash.patch
+++ b/debian/patches/111-rice-texturepack-crash.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Thu, 18 Jun 2009 19:09:31 +0200
 Subject: [PATCH] Fix segfault in rice_video using TexturePack
 
-
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=194
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  rice_video/TextureFilters.cpp |    2 +-
diff --git a/debian/patches/112-rice-screenflickering.patch b/debian/patches/112-rice-screenflickering.patch
index 39c992c..afa67ab 100644
--- a/debian/patches/112-rice-screenflickering.patch
+++ b/debian/patches/112-rice-screenflickering.patch
@@ -3,7 +3,6 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 10 Mar 2009 02:46:01 +0000
 Subject: [PATCH] Fix screenflickering in some games with rice_video
 
-
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  config/RiceVideoLinux.ini |   40 +++++++++++++++++++++++++++++++++++++++-
diff --git a/debian/patches/113-static-binutils-libs.patch b/debian/patches/113-static-binutils-libs.patch
index 60068e8..a3df4f3 100644
--- a/debian/patches/113-static-binutils-libs.patch
+++ b/debian/patches/113-static-binutils-libs.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Sat, 15 Aug 2009 13:00:52 +0200
 Subject: [PATCH] Link binutils libraries with unstable abi as static library
 
-
+Forwarded: not-needed
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  Makefile |    5 +++--
diff --git a/debian/patches/114-fix-7z-subfolder.patch b/debian/patches/114-fix-7z-subfolder.patch
index 9f603db..cc67dde 100644
--- a/debian/patches/114-fix-7z-subfolder.patch
+++ b/debian/patches/114-fix-7z-subfolder.patch
@@ -3,6 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Wed, 26 Aug 2009 23:48:26 +0200
 Subject: [PATCH] Don't segfault when caching 7z archive with subfolders
 
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=256
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  main/rom.c |    2 ++
diff --git a/debian/patches/115-xdg-basedir.patch b/debian/patches/115-xdg-basedir.patch
index d9d4b8d..fb5f4a8 100644
--- a/debian/patches/115-xdg-basedir.patch
+++ b/debian/patches/115-xdg-basedir.patch
@@ -35,6 +35,8 @@ that platform was not changed.
 
 [1] http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
 
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=137
+Bug-Debian: http://bugs.debian.org/544428
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  Makefile                      |    3 +-
diff --git a/debian/patches/116-ftbfs-dynarec.patch b/debian/patches/116-ftbfs-dynarec.patch
index 7127f1a..de21e9b 100644
--- a/debian/patches/116-ftbfs-dynarec.patch
+++ b/debian/patches/116-ftbfs-dynarec.patch
@@ -6,6 +6,8 @@ Subject: [PATCH] Don't try to compile dynarec with not unknown dynarec architect
 If we cannot find a valid architecture for dynarec we shouldn't try
 to build the needed object files which are architecture dependend.
 
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=258
+Bug-Debian: http://bugs.debian.org/544548
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  Makefile |   32 +++++++++++++++++---------------
diff --git a/debian/patches/117-ftbfs-kfreebsd.patch b/debian/patches/117-ftbfs-kfreebsd.patch
index b848a8a..570ab3b 100644
--- a/debian/patches/117-ftbfs-kfreebsd.patch
+++ b/debian/patches/117-ftbfs-kfreebsd.patch
@@ -3,7 +3,8 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 1 Sep 2009 17:55:59 +0200
 Subject: [PATCH] Don't stop build of kFreeBSD due to unknown OS
 
-
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=257
+Bug-Debian: http://bugs.debian.org/544550
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  glide64/Ini.cpp            |    2 +-
diff --git a/debian/patches/118-ftbfs-debugger.patch b/debian/patches/118-ftbfs-debugger.patch
index 4f618ac..16d138c 100644
--- a/debian/patches/118-ftbfs-debugger.patch
+++ b/debian/patches/118-ftbfs-debugger.patch
@@ -9,6 +9,9 @@ is not defined, but can be replaced with an empty check.
 Also functions to decode recompiled code have to be implemented as dummy
 functions.
 
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=259
+Bug-Debian: http://bugs.debian.org/544549
+Bug-Debian: http://bugs.debian.org/544662
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  debugger/memory.c |   22 ++++++++++++++++++++++
diff --git a/debian/patches/119-debian-archs.patch b/debian/patches/119-debian-archs.patch
index 4214151..a1e92f2 100644
--- a/debian/patches/119-debian-archs.patch
+++ b/debian/patches/119-debian-archs.patch
@@ -12,6 +12,9 @@ default and known good architectures can then override this value. The
 user can still force to change that behavior by NO_ASM=0 or NO_ASM=1
 on the commandline.
 
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=260
+Bug-Debian: http://bugs.debian.org/544673
+Bug-Debian: http://bugs.debian.org/545463
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  pre.mk |  146 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
diff --git a/debian/patches/120-ftbfs-glibc210.patch b/debian/patches/120-ftbfs-glibc210.patch
index 389275c..fab0588 100644
--- a/debian/patches/120-ftbfs-glibc210.patch
+++ b/debian/patches/120-ftbfs-glibc210.patch
@@ -8,6 +8,8 @@ non-const without an explicit cast. As glibc 2.10 provides a more
 strict declaration of strstr and mupen64plus doesn't use const in
 that places, it will fail hard.
 
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=261
+Bug-Debian: http://bugs.debian.org/545462
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  glide64/Combine.cpp |    2 +-
diff --git a/debian/patches/121-version-string.patch b/debian/patches/121-version-string.patch
index 2989ac2..1d12dc9 100644
--- a/debian/patches/121-version-string.patch
+++ b/debian/patches/121-version-string.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 8 Sep 2009 21:18:02 +0200
 Subject: [PATCH] Remove misleading -development in version string
 
-
+Forwarded: not-needed
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  pre.mk |    4 ++--
diff --git a/debian/patches/122-default-optimisations.patch b/debian/patches/122-default-optimisations.patch
index 1e9dcc9..0fa916e 100644
--- a/debian/patches/122-default-optimisations.patch
+++ b/debian/patches/122-default-optimisations.patch
@@ -3,7 +3,7 @@ From: Sven Eckelmann <sven.eckelmann at gmx.de>
 Date: Tue, 8 Sep 2009 21:27:01 +0200
 Subject: [PATCH] Don't override optimisations set by build environment
 
-
+Forwarded: not-needed
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  pre.mk |   11 +++--------
diff --git a/debian/patches/123-gtk-open-filter.patch b/debian/patches/123-gtk-open-filter.patch
index 6d433be..6c465ef 100644
--- a/debian/patches/123-gtk-open-filter.patch
+++ b/debian/patches/123-gtk-open-filter.patch
@@ -11,6 +11,8 @@ gtk_file_filter_set_name to give them a name which will presented to the
 user. To show [vn]64 files the filter for z64 has to be altered and not
 only the name of the filter.
 
+Bug: http://code.google.com/p/mupen64plus/issues/detail?id=264
+Bug-Debian: http://bugs.debian.org/546046
 Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
 ---
  main/gui_gtk/main_gtk.c |    2 +-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git



More information about the Pkg-games-commits mailing list