[mupen64plus-ui-console] 02/02: Move patches to alternative DEP-3 format and manage them with gbp pq

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:07:53 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-ui-console.

commit fe4b39b00f72e7e1388dc88c1efb476465f60ba7
Author: Sven Eckelmann <sven at narfation.org>
Date:   Thu May 28 21:27:04 2015 +0200

    Move patches to alternative DEP-3 format and manage them with gbp pq
---
 debian/changelog                                        |  2 ++
 ...tf_fixup.patch => Add-printf-format-attribute.patch} | 17 +++++++++++------
 debian/patches/series                                   |  2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 670aaf0..04d9ad5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mupen64plus-ui-console (2.5-2) UNRELEASED; urgency=medium
 
   * debian/control:
     - Change Vcs-Browser to new alioth CGit URL
+  * debian/patches:
+    - Move patches to alternative DEP-3 format and manage them with gbp pq
 
  -- Sven Eckelmann <sven at narfation.org>  Thu, 07 May 2015 23:13:36 +0200
 
diff --git a/debian/patches/printf_fixup.patch b/debian/patches/Add-printf-format-attribute.patch
similarity index 56%
rename from debian/patches/printf_fixup.patch
rename to debian/patches/Add-printf-format-attribute.patch
index 351c921..3a657b6 100644
--- a/debian/patches/printf_fixup.patch
+++ b/debian/patches/Add-printf-format-attribute.patch
@@ -1,12 +1,17 @@
-Description: Add printf-format attribute
- The compiler needs to get more information for function declaration to
- help to find printf specific format attacks.
-Forwarded: not-needed
-Author: Sven Eckelmann <sven at narfation.org>
+From: Sven Eckelmann <sven at narfation.org>
+Date: Tue, 11 Sep 2012 09:37:08 +0200
+Subject: Add printf-format attribute
+
+The compiler needs to get more information for function declaration to
+help to find printf specific format attacks.
 
+Forwarded: not-needed
 ---
+ src/main.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 diff --git a/src/main.h b/src/main.h
-index 5ab3752640659a582db9832a17867e8b73039fa6..b2db67ced0af37107e9931786b459aac3c9e622f 100644
+index 5ab3752..b2db67c 100644
 --- a/src/main.h
 +++ b/src/main.h
 @@ -22,7 +22,7 @@
diff --git a/debian/patches/series b/debian/patches/series
index 5a5a78d..0b6b7a5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-printf_fixup.patch
+Add-printf-format-attribute.patch

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



More information about the Pkg-games-commits mailing list