[SCM] Debian packaging of libcdk-perl branch, master, updated. debian/4.9.10-5-22-g098ed6b

gregor herrmann gregoa at debian.org
Sun Aug 26 17:08:34 UTC 2012


The following commit has been merged in the master branch:
commit 34cba682c51eca2a12d2b9df25621eb3467d4d20
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 26 17:59:25 2012 +0200

    Drop cdk_viewer.patch, merged upstream.

diff --git a/debian/patches/cdk_viewer.patch b/debian/patches/cdk_viewer.patch
deleted file mode 100644
index f07c81e..0000000
--- a/debian/patches/cdk_viewer.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Mathew White
-Description: Cdk/Viewer.pm: Fix copy-paste error that prevented bind() from working.
-Bug: #312733
-
---- a/Cdk/Viewer.pm
-+++ b/Cdk/Viewer.pm
-@@ -151,7 +151,7 @@ sub bind
-    # Set the values.
-    my $key = Cdk::checkReq ($name, "Key", $params{'Key'});
-    my $function = Cdk::checkReq ($name, "Function", $params{'Function'});
--   Cdk::Entry::Bind ($self->{'Me'}, $key, $params{'Function'});
-+   Cdk::Viewer::Bind ($self->{'Me'}, $key, $params{'Function'});
- }
- 
- #
diff --git a/debian/patches/series b/debian/patches/series
index 3c51901..ff7fa7d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-cdk_viewer.patch
 makefile.patch
 cdkdemo_help.patch

-- 
Debian packaging of libcdk-perl



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