summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/debian/fixes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl/debian/fixes')
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/document_makemaker_ccflags.diff1
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/memoize_storable_nstore.diff1
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/net_smtp_docs.diff1
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/perl-Cnn.diff1
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/pod_man_reproducible_date.diff1
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/podman-empty-date.diff1
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/podman-pipe.diff1
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/podman-utc-docs.diff1
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/podman-utc.diff1
-rw-r--r--meta/recipes-devtools/perl/perl/debian/fixes/respect_umask.diff1
10 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/document_makemaker_ccflags.diff b/meta/recipes-devtools/perl/perl/debian/fixes/document_makemaker_ccflags.diff
index 61a92712e7..f3d92583e3 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/document_makemaker_ccflags.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/document_makemaker_ccflags.diff
@@ -10,6 +10,7 @@ Compiling XS extensions without $Config{ccflags} can break the
10binary interface on some platforms. 10binary interface on some platforms.
11 11
12Patch-Name: fixes/document_makemaker_ccflags.diff 12Patch-Name: fixes/document_makemaker_ccflags.diff
13Upstream-Status: Pending
13--- 14---
14 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | 4 ++++ 15 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | 4 ++++
15 1 file changed, 4 insertions(+) 16 1 file changed, 4 insertions(+)
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/memoize_storable_nstore.diff b/meta/recipes-devtools/perl/perl/debian/fixes/memoize_storable_nstore.diff
index 525f962c1a..d9b36f6d23 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/memoize_storable_nstore.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/memoize_storable_nstore.diff
@@ -47,6 +47,7 @@ Bug-Debian: http://bugs.debian.org/587650
47Bug: https://rt.cpan.org/Public/Bug/Display.html?id=77790 47Bug: https://rt.cpan.org/Public/Bug/Display.html?id=77790
48Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=77790 48Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=77790
49Patch-Name: fixes/memoize_storable_nstore.diff 49Patch-Name: fixes/memoize_storable_nstore.diff
50Upstream-Status: Pending
50--- 51---
51 cpan/Memoize/Memoize/Storable.pm | 2 +- 52 cpan/Memoize/Memoize/Storable.pm | 2 +-
52 cpan/Memoize/t/tie_storable.t | 24 ++++++++++++++++++++---- 53 cpan/Memoize/t/tie_storable.t | 24 ++++++++++++++++++++----
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/net_smtp_docs.diff b/meta/recipes-devtools/perl/perl/debian/fixes/net_smtp_docs.diff
index 3c31972c64..afcf7fb012 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/net_smtp_docs.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/net_smtp_docs.diff
@@ -7,6 +7,7 @@ Bug-Debian: http://bugs.debian.org/100195
7Bug: http://rt.cpan.org/Public/Bug/Display.html?id=36038 7Bug: http://rt.cpan.org/Public/Bug/Display.html?id=36038
8 8
9Patch-Name: fixes/net_smtp_docs.diff 9Patch-Name: fixes/net_smtp_docs.diff
10Upstream-Status: Pending
10--- 11---
11 cpan/libnet/lib/Net/SMTP.pm | 1 + 12 cpan/libnet/lib/Net/SMTP.pm | 1 +
12 1 file changed, 1 insertion(+) 13 1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/perl-Cnn.diff b/meta/recipes-devtools/perl/perl/debian/fixes/perl-Cnn.diff
index b5564fdbc0..9bdf41b47d 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/perl-Cnn.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/perl-Cnn.diff
@@ -12,6 +12,7 @@ Bug: https://rt.perl.org/Ticket/Display.html?id=125381
12Bug-Debian: https://bugs.debian.org/788636 12Bug-Debian: https://bugs.debian.org/788636
13Origin: upstream, http://perl5.git.perl.org/perl.git/commit/89d84ff965 13Origin: upstream, http://perl5.git.perl.org/perl.git/commit/89d84ff965
14Patch-Name: fixes/perl-Cnn.diff 14Patch-Name: fixes/perl-Cnn.diff
15Upstream-Status: Pending
15--- 16---
16 t/run/switchC.t | 7 ++++++- 17 t/run/switchC.t | 7 ++++++-
17 util.c | 17 ++++++++--------- 18 util.c | 17 ++++++++---------
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/pod_man_reproducible_date.diff b/meta/recipes-devtools/perl/perl/debian/fixes/pod_man_reproducible_date.diff
index 7c9ca867a9..d23573f188 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/pod_man_reproducible_date.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/pod_man_reproducible_date.diff
@@ -13,6 +13,7 @@ consistent. Thanks, Niko Tyni.
13Bug-Debian: http://bugs.debian.org/759405 13Bug-Debian: http://bugs.debian.org/759405
14Origin: upstream 14Origin: upstream
15Patch-Name: fixes/pod_man_reproducible_date.diff 15Patch-Name: fixes/pod_man_reproducible_date.diff
16Upstream-Status: Pending
16--- 17---
17 cpan/podlators/lib/Pod/Man.pm | 69 +++++++++++++++++++++++++++++++----------- 18 cpan/podlators/lib/Pod/Man.pm | 69 +++++++++++++++++++++++++++++++-----------
18 cpan/podlators/t/devise-date.t | 29 +++++++++++++----- 19 cpan/podlators/t/devise-date.t | 29 +++++++++++++-----
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/podman-empty-date.diff b/meta/recipes-devtools/perl/perl/debian/fixes/podman-empty-date.diff
index 7ebbf9c602..9de29b8654 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/podman-empty-date.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/podman-empty-date.diff
@@ -10,6 +10,7 @@ One may want to set this to an empty string. Handle that correctly.
10Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=e0e9fcb53e8fc954b2b1955385eea18c27f869af 10Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=e0e9fcb53e8fc954b2b1955385eea18c27f869af
11Bug-Debian: https://bugs.debian.org/780259 11Bug-Debian: https://bugs.debian.org/780259
12Patch-Name: fixes/podman-empty-date.diff 12Patch-Name: fixes/podman-empty-date.diff
13Upstream-Status: Pending
13--- 14---
14 cpan/podlators/lib/Pod/Man.pm | 2 +- 15 cpan/podlators/lib/Pod/Man.pm | 2 +-
15 cpan/podlators/t/devise-date.t | 6 +++++- 16 cpan/podlators/t/devise-date.t | 6 +++++-
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/podman-pipe.diff b/meta/recipes-devtools/perl/perl/debian/fixes/podman-pipe.diff
index 1a60361160..d8858d8a69 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/podman-pipe.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/podman-pipe.diff
@@ -14,6 +14,7 @@ standard input. (Debian Bug#777405)
14Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=d98872e46c93861b7aba14949e1258712087dc55 14Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=d98872e46c93861b7aba14949e1258712087dc55
15Bug-Debian: https://bugs.debian.org/777405 15Bug-Debian: https://bugs.debian.org/777405
16Patch-Name: fixes/podman-pipe.diff 16Patch-Name: fixes/podman-pipe.diff
17Upstream-Status: Pending
17--- 18---
18 cpan/podlators/lib/Pod/Man.pm | 15 +++++++++++++++ 19 cpan/podlators/lib/Pod/Man.pm | 15 +++++++++++++++
19 cpan/podlators/scripts/pod2man.PL | 4 ++++ 20 cpan/podlators/scripts/pod2man.PL | 4 ++++
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc-docs.diff b/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc-docs.diff
index 0cdfeffd1f..b6ae409ac0 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc-docs.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc-docs.diff
@@ -12,6 +12,7 @@ entry.
12Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=52db93bf80e4a06f8497e4ebade0506b6ee0e70d 12Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=52db93bf80e4a06f8497e4ebade0506b6ee0e70d
13Bug-Debian: https://bugs.debian.org/780259 13Bug-Debian: https://bugs.debian.org/780259
14Patch-Name: fixes/podman-utc-docs.diff 14Patch-Name: fixes/podman-utc-docs.diff
15Upstream-Status: Pending
15--- 16---
16 cpan/podlators/lib/Pod/Man.pm | 6 +++++- 17 cpan/podlators/lib/Pod/Man.pm | 6 +++++-
17 cpan/podlators/scripts/pod2man.PL | 11 ++++++----- 18 cpan/podlators/scripts/pod2man.PL | 11 ++++++-----
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc.diff b/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc.diff
index fbd7b9db99..3fb7c20dde 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc.diff
@@ -14,6 +14,7 @@ The attached patch fixes this by using GMT (~UTC) dates instead.
14Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=913fbb2bd2ce071e20128629302ae2852554cad4 14Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=913fbb2bd2ce071e20128629302ae2852554cad4
15Bug-Debian: https://bugs.debian.org/780259 15Bug-Debian: https://bugs.debian.org/780259
16Patch-Name: fixes/podman-utc.diff 16Patch-Name: fixes/podman-utc.diff
17Upstream-Status: Pending
17--- 18---
18 cpan/podlators/lib/Pod/Man.pm | 2 +- 19 cpan/podlators/lib/Pod/Man.pm | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-) 20 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/respect_umask.diff b/meta/recipes-devtools/perl/perl/debian/fixes/respect_umask.diff
index d1b498b527..c8663f5357 100644
--- a/meta/recipes-devtools/perl/perl/debian/fixes/respect_umask.diff
+++ b/meta/recipes-devtools/perl/perl/debian/fixes/respect_umask.diff
@@ -7,6 +7,7 @@ This is needed to satisfy Debian policy regarding group-writable
7site directories. 7site directories.
8 8
9Patch-Name: fixes/respect_umask.diff 9Patch-Name: fixes/respect_umask.diff
10Upstream-Status: Pending
10--- 11---
11 cpan/ExtUtils-Install/lib/ExtUtils/Install.pm | 18 +++++++++--------- 12 cpan/ExtUtils-Install/lib/ExtUtils/Install.pm | 18 +++++++++---------
12 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 18 +++++++++--------- 13 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 18 +++++++++---------