[libcdk-perl] 04/05: Drop patch, merged upstream.
gregor herrmann
gregoa at debian.org
Fri Aug 9 19:44:43 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcdk-perl.
commit 983d745182065f8e0757f79efa8afa5837ee0f15
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Aug 9 21:41:13 2013 +0200
Drop patch, merged upstream.
---
...arameter-typos-caught-be-newer-versions-o.patch | 66 --------------------
debian/patches/series | 1 -
2 files changed, 67 deletions(-)
diff --git a/debian/patches/0001-Fix-a-few-parameter-typos-caught-be-newer-versions-o.patch b/debian/patches/0001-Fix-a-few-parameter-typos-caught-be-newer-versions-o.patch
deleted file mode 100644
index 4804779..0000000
--- a/debian/patches/0001-Fix-a-few-parameter-typos-caught-be-newer-versions-o.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-Forwarded: Thomas Dickey <dickey at invisible-island.net>
-Bug-Debian: http://bugs.debian.org/708593
-
-From 1a9b3a0f61059daaa40b3a1819ac75c4a52d7565 Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Sat, 18 May 2013 13:20:10 +0300
-Subject: [PATCH] Fix a few parameter typos caught be newer versions of
- ExtUtils::ParseXS
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-ExtUtils::ParseXS 3.18 (bundled with Perl 5.18) makes the build
-fail due to a few apparent cut-and-paste errors.
-
- Cdk.c: In function ‘XS_Cdk__Menu_Draw’:
- Cdk.c:5244:2: error: too few arguments to function ‘sv2int’
- Cdk.xs:718:1: note: declared here
- Cdk.c: In function ‘XS_Cdk__Alphalist_SetFillerChar’:
- Cdk.c:16542:2: error: too few arguments to function ‘sv2chtype’
- Cdk.xs:341:1: note: declared here
- Cdk.c: In function ‘XS_Cdk__Alphalist_SetHighlight’:
- Cdk.c:16571:2: error: too few arguments to function ‘sv2chtype’
- Cdk.xs:341:1: note: declared here
----
- Cdk.xs | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Cdk.xs b/Cdk.xs
-index cd31557..9d9cc7e 100644
---- a/Cdk.xs
-+++ b/Cdk.xs
-@@ -2434,7 +2434,7 @@ PostProcess(object,functionRef)
- RETVAL
-
- void
--Draw(object)
-+Draw(object, Box)
- CDKMENU * object
- int Box = sv2int ($arg);
- CODE:
-@@ -6585,7 +6585,7 @@ SetContents(object,list)
- }
-
- void
--SetFillerChar(object,fille)
-+SetFillerChar(object,filler)
- CDKALPHALIST* object
- chtype filler = sv2chtype ($arg);
- CODE:
-@@ -6596,10 +6596,10 @@ SetFillerChar(object,fille)
- void
- SetHighlight(object,highlight)
- CDKALPHALIST* object
-- chtype filler = sv2chtype ($arg);
-+ chtype highlight = sv2chtype ($arg);
- CODE:
- {
-- setCDKAlphalistHighlight (object,filler);
-+ setCDKAlphalistHighlight (object,highlight);
- }
-
- void
---
-1.7.10.4
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 6243b62..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-a-few-parameter-typos-caught-be-newer-versions-o.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcdk-perl.git
More information about the Pkg-perl-cvs-commits
mailing list