[Python-modules-commits] [python-gd] 03/08: Refresh offset and headers

Julián Moreno Patiño julian at moszumanska.debian.org
Tue Sep 27 15:49:32 UTC 2016


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

julian pushed a commit to branch master
in repository python-gd.

commit 37382271147ac4990938bfca1ada4df35ac8cb4b
Author: Julián Moreno Patiño <julian at debian.org>
Date:   Tue Sep 27 10:45:30 2016 -0500

    Refresh offset and headers
---
 debian/patches/01_fonts.diff          | 18 ++++--------------
 debian/patches/02_detect_libs.diff    | 26 ++++++++------------------
 debian/patches/03_fixgccwarnings.diff | 18 ++++--------------
 3 files changed, 16 insertions(+), 46 deletions(-)

diff --git a/debian/patches/01_fonts.diff b/debian/patches/01_fonts.diff
index 0e8fec1..b4bbac2 100644
--- a/debian/patches/01_fonts.diff
+++ b/debian/patches/01_fonts.diff
@@ -1,17 +1,7 @@
-From a9f9ff1d96121cf75a0f7e83f5dfdc2b09d2dbd5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Juli=C3=A1n=20Moreno=20Pati=C3=B1o?= <darkjunix at gmail.com>
-Date: Thu, 8 Oct 2015 12:06:50 -0700
-Subject: Fix copyright font problem.
-
+Description: Use systems fonts.
 Forwarded: no
-Last-Update: 2011-02-15
-Patch-Name: 01_fonts.diff
----
- demo/gddemo.py | 24 ++++++++++++++++++++----
- 1 file changed, 20 insertions(+), 4 deletions(-)
-
-diff --git a/demo/gddemo.py b/demo/gddemo.py
-index 62bd50d..1df5d93 100644
+Last-Update: 2016-09-15
+Author: Julián Moreno Patiño <julian at debian.org>
 --- a/demo/gddemo.py
 +++ b/demo/gddemo.py
 @@ -2,9 +2,26 @@
@@ -44,7 +34,7 @@ index 62bd50d..1df5d93 100644
  
  def simple():
      im = gd.image((200, 200))
-@@ -44,4 +61,3 @@ def simple():
+@@ -44,4 +61,3 @@
      print "GNU Image Size:", im.size()
  
  simple()
diff --git a/debian/patches/02_detect_libs.diff b/debian/patches/02_detect_libs.diff
index 82ac692..b4c66f4 100644
--- a/debian/patches/02_detect_libs.diff
+++ b/debian/patches/02_detect_libs.diff
@@ -1,22 +1,12 @@
-From c01a2a69a9b00ba93e34ec5925533b603042c619 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Juli=C3=A1n=20Moreno=20Pati=C3=B1o?= <darkjunix at gmail.com>
-Date: Thu, 8 Oct 2015 12:06:51 -0700
-Subject: Detect libraries from multiarch paths
-
+Description: Detect libraries from multiarch paths
 Bug-Debian: http://bugs.debian.org/651726
 Bug-Ubuntu: https://launchpad.net/bugs/901525
 Forwarded: no
-Last-Update: 2014-10-07
-Patch-Name: 02_detect_libs.diff
----
- Setup.py | 18 ++++++++++++++++--
- 1 file changed, 16 insertions(+), 2 deletions(-)
-
-diff --git a/Setup.py b/Setup.py
-index f9ceb8e..17da910 100644
---- a/Setup.py
-+++ b/Setup.py
-@@ -36,6 +36,20 @@ def remove(itm, lst):
+Last-Update: 2016-09-15
+Author: Julián Moreno Patiño <julian at debian.org>
+--- a/setup.py
++++ b/setup.py
+@@ -36,6 +36,20 @@
          if lst[i] == itm:
              del lst[i]
  
@@ -37,7 +27,7 @@ index f9ceb8e..17da910 100644
  # library_dirs option is rather non-portable, but since I am targetting
  # Unixoid OS's I will just look for the usual suspects.
  
-@@ -44,7 +58,7 @@ libdirs = dirtest([
+@@ -44,7 +58,7 @@
      "/usr/lib/i386-linux-gnu", "/usr/lib/x86_64-linux-gnu",
      "/usr/lib/X11", "/usr/X11R6/lib",
      "/opt/gnome/lib",
@@ -46,7 +36,7 @@ index f9ceb8e..17da910 100644
  
  try:
      exotic_libdir = commands.getoutput("gdlib-config --libdir"),
-@@ -58,7 +72,7 @@ incdirs = dirtest([
+@@ -58,7 +72,7 @@
      "/usr/local/include", "/sw/include", "/usr/include",
      "/usr/include/X11", "/usr/X11R6/include",
      "/opt/gnome/include",
diff --git a/debian/patches/03_fixgccwarnings.diff b/debian/patches/03_fixgccwarnings.diff
index 282355f..80f4e03 100644
--- a/debian/patches/03_fixgccwarnings.diff
+++ b/debian/patches/03_fixgccwarnings.diff
@@ -1,20 +1,10 @@
-From 70504ebe39b302f77c8111f5b4659fe3befbf64b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Juli=C3=A1n=20Moreno=20Pati=C3=B1o?= <julian at debian.org>
-Date: Thu, 8 Oct 2015 12:06:52 -0700
-Subject: Fix gcc warnings.
-
+Description: Fix gcc warnings.
 Forwarded: no
-Last-Update: 2014-10-12
-Patch-Name: 03_fixgccwarnings.diff
----
- _gdmodule.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/_gdmodule.c b/_gdmodule.c
-index 798f208..bcf72c4 100644
+Last-Update: 2016-09-15
+Author: Julián Moreno Patiño <julian at debian.org>
 --- a/_gdmodule.c
 +++ b/_gdmodule.c
-@@ -165,7 +165,7 @@ typedef struct i_o {
+@@ -165,7 +165,7 @@
  
  
  // 2.0.22 replaces gdFontTinyRep with gdFontGetTiny, and so on

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gd.git



More information about the Python-modules-commits mailing list