[libfont-freetype-perl] 04/10: Patches: convert from dpatch to quilt.

gregor herrmann gregoa at debian.org
Sat Feb 22 17:02:02 UTC 2014


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

gregoa pushed a commit to branch master
in repository libfont-freetype-perl.

commit 1106f52ab8dee2c3db70a980b7e75bd327adb60c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 17:49:16 2014 +0100

    Patches: convert from dpatch to quilt.
---
 debian/control                                           |  1 -
 debian/patches/00list                                    |  2 --
 .../patches/{01_build_fix.dpatch => 01_build_fix.patch}  | 16 +++++-----------
 .../{02_new_functions.dpatch => 02_new_functions.patch}  | 16 +++++-----------
 debian/patches/series                                    |  2 ++
 5 files changed, 12 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index f8a57f2..7439634 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Uploaders: Anthony Fok <foka at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5),
-               dpatch,
                perl,
                libfreetype6-dev
 Standards-Version: 3.8.0
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 7c75920..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-01_build_fix
-02_new_functions
diff --git a/debian/patches/01_build_fix.dpatch b/debian/patches/01_build_fix.patch
old mode 100755
new mode 100644
similarity index 62%
rename from debian/patches/01_build_fix.dpatch
rename to debian/patches/01_build_fix.patch
index 542798a..cdcefa2
--- a/debian/patches/01_build_fix.dpatch
+++ b/debian/patches/01_build_fix.patch
@@ -1,13 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_build_fix.dpatch by Anthony Fok <foka at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Patch from SuSE's Mike Fabian <mfabian at suse.de> to fix build.
-
- at DPATCH@
-diff -urNad libfont-freetype-perl-0.03~/FreeType.xs libfont-freetype-perl-0.03/FreeType.xs
---- libfont-freetype-perl-0.03~/FreeType.xs	2008-07-27 15:22:06.000000000 +0800
-+++ libfont-freetype-perl-0.03/FreeType.xs	2008-07-27 15:23:14.000000000 +0800
+Author: Anthony Fok <foka at debian.org>
+Description: Patch from SuSE's Mike Fabian <mfabian at suse.de> to fix build.
+--- a/FreeType.xs
++++ b/FreeType.xs
 @@ -21,6 +21,7 @@
  #include FT_GLYPH_H
  #include FT_OUTLINE_H
@@ -21,7 +15,7 @@ diff -urNad libfont-freetype-perl-0.03~/FreeType.xs libfont-freetype-perl-0.03/F
              while (glyph_idx) {
                  if (glyph_idx == glyph->index) {
 -                    RETVAL = newSVuv((UV) glyph->char_code = char_code);
-+                    glyph->char_code = char_code;	
++                    glyph->char_code = char_code;
 +                    RETVAL = newSVuv((UV) glyph->char_code);
                      break;
                  }
diff --git a/debian/patches/02_new_functions.dpatch b/debian/patches/02_new_functions.patch
old mode 100755
new mode 100644
similarity index 62%
rename from debian/patches/02_new_functions.dpatch
rename to debian/patches/02_new_functions.patch
index 3ff0bee..6f8c3d6
--- a/debian/patches/02_new_functions.dpatch
+++ b/debian/patches/02_new_functions.patch
@@ -1,14 +1,8 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_new_functions.dpatch by Anthony Fok <foka at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Experimental new functions needed to replace libft-perl for defoma.
-## DP: Unfinished.
-
- at DPATCH@
-diff -urNad libfont-freetype-perl-0.03~/FreeType.xs libfont-freetype-perl-0.03/FreeType.xs
---- libfont-freetype-perl-0.03~/FreeType.xs	2008-07-27 15:23:57.000000000 +0800
-+++ libfont-freetype-perl-0.03/FreeType.xs	2008-07-27 15:23:57.000000000 +0800
+Author: Anthony Fok <foka at debian.org>
+Description: Experimental new functions needed to replace libft-perl for defoma.
+Unfinished.
+--- a/FreeType.xs
++++ b/FreeType.xs
 @@ -22,6 +22,7 @@
  #include FT_OUTLINE_H
  #include FT_BBOX_H
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fa8e7b9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+01_build_fix.patch
+02_new_functions.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfont-freetype-perl.git



More information about the Pkg-perl-cvs-commits mailing list