diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-26 11:52:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-27 10:38:43 +0100 |
commit | a5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8 (patch) | |
tree | 6f52c51ed4cc168dfe5f3143c0c8ed6ed2ff71fa /meta/recipes-devtools/perl | |
parent | 81f9abc256272e0c9b0f993f7a57e2175c692684 (diff) | |
download | poky-a5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8.tar.gz |
meta: Add/fix missing Upstream-Status to patches
This adds or fixes the Upstream-Status for all remaining patches missing it
in OE-Core.
(From OE-Core rev: 563cab8e823c3fde8ae4785ceaf4d68a5d3e25df)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
41 files changed, 42 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl/debian/cpan-missing-site-dirs.diff b/meta/recipes-devtools/perl/perl/debian/cpan-missing-site-dirs.diff index a63b968317..c597701cad 100644 --- a/meta/recipes-devtools/perl/perl/debian/cpan-missing-site-dirs.diff +++ b/meta/recipes-devtools/perl/perl/debian/cpan-missing-site-dirs.diff | |||
@@ -13,6 +13,7 @@ explicitly tell CPAN not to touch those with INSTALLDIRS=site. | |||
13 | 13 | ||
14 | Bug-Debian: http://bugs.debian.org/688842 | 14 | Bug-Debian: http://bugs.debian.org/688842 |
15 | Patch-Name: debian/cpan-missing-site-dirs.diff | 15 | Patch-Name: debian/cpan-missing-site-dirs.diff |
16 | Upstream-Status: Pending | ||
16 | --- | 17 | --- |
17 | cpan/CPAN/lib/CPAN/FirstTime.pm | 31 +++++++++++++++++++++++++++---- | 18 | cpan/CPAN/lib/CPAN/FirstTime.pm | 31 +++++++++++++++++++++++++++---- |
18 | 1 file changed, 27 insertions(+), 4 deletions(-) | 19 | 1 file changed, 27 insertions(+), 4 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/cpan_definstalldirs.diff b/meta/recipes-devtools/perl/perl/debian/cpan_definstalldirs.diff index 6b5295045c..572f149514 100644 --- a/meta/recipes-devtools/perl/perl/debian/cpan_definstalldirs.diff +++ b/meta/recipes-devtools/perl/perl/debian/cpan_definstalldirs.diff | |||
@@ -9,6 +9,7 @@ explicitly in Makefile.PL or Build.PL. This makes sense for the normal @INC | |||
9 | ordering, but not ours. | 9 | ordering, but not ours. |
10 | 10 | ||
11 | Patch-Name: debian/cpan_definstalldirs.diff | 11 | Patch-Name: debian/cpan_definstalldirs.diff |
12 | Upstream-Status: Pending | ||
12 | --- | 13 | --- |
13 | cpan/CPAN/lib/CPAN/FirstTime.pm | 4 ++-- | 14 | cpan/CPAN/lib/CPAN/FirstTime.pm | 4 ++-- |
14 | 1 file changed, 2 insertions(+), 2 deletions(-) | 15 | 1 file changed, 2 insertions(+), 2 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/db_file_ver.diff b/meta/recipes-devtools/perl/perl/debian/db_file_ver.diff index 280bf11706..0861650eb6 100644 --- a/meta/recipes-devtools/perl/perl/debian/db_file_ver.diff +++ b/meta/recipes-devtools/perl/perl/debian/db_file_ver.diff | |||
@@ -8,6 +8,7 @@ Bug-Debian: http://bugs.debian.org/340047 | |||
8 | Package dependencies ensure the correct library is linked at run-time. | 8 | Package dependencies ensure the correct library is linked at run-time. |
9 | 9 | ||
10 | Patch-Name: debian/db_file_ver.diff | 10 | Patch-Name: debian/db_file_ver.diff |
11 | Upstream-Status: Pending | ||
11 | --- | 12 | --- |
12 | cpan/DB_File/version.c | 2 ++ | 13 | cpan/DB_File/version.c | 2 ++ |
13 | 1 file changed, 2 insertions(+) | 14 | 1 file changed, 2 insertions(+) |
diff --git a/meta/recipes-devtools/perl/perl/debian/deprecate-with-apt.diff b/meta/recipes-devtools/perl/perl/debian/deprecate-with-apt.diff index 601ee4c304..c2ac4a3bdf 100644 --- a/meta/recipes-devtools/perl/perl/debian/deprecate-with-apt.diff +++ b/meta/recipes-devtools/perl/perl/debian/deprecate-with-apt.diff | |||
@@ -15,6 +15,7 @@ warnings will still be useful, so modify them slightly to point to the | |||
15 | separate packages instead. | 15 | separate packages instead. |
16 | 16 | ||
17 | Patch-Name: debian/deprecate-with-apt.diff | 17 | Patch-Name: debian/deprecate-with-apt.diff |
18 | Upstream-Status: Pending | ||
18 | --- | 19 | --- |
19 | lib/deprecate.pm | 15 ++++++++++++++- | 20 | lib/deprecate.pm | 15 ++++++++++++++- |
20 | 1 file changed, 14 insertions(+), 1 deletion(-) | 21 | 1 file changed, 14 insertions(+), 1 deletion(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/doc_info.diff b/meta/recipes-devtools/perl/perl/debian/doc_info.diff index fbea2ee228..4662ecdaa7 100644 --- a/meta/recipes-devtools/perl/perl/debian/doc_info.diff +++ b/meta/recipes-devtools/perl/perl/debian/doc_info.diff | |||
@@ -6,6 +6,7 @@ Subject: Replace generic man(1) instructions with Debian-specific information. | |||
6 | Indicate that the user needs to install the perl-doc package. | 6 | Indicate that the user needs to install the perl-doc package. |
7 | 7 | ||
8 | Patch-Name: debian/doc_info.diff | 8 | Patch-Name: debian/doc_info.diff |
9 | Upstream-Status: Pending | ||
9 | --- | 10 | --- |
10 | pod/perl.pod | 12 ++++++++++-- | 11 | pod/perl.pod | 12 ++++++++++-- |
11 | 1 file changed, 10 insertions(+), 2 deletions(-) | 12 | 1 file changed, 10 insertions(+), 2 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/enc2xs_inc.diff b/meta/recipes-devtools/perl/perl/debian/enc2xs_inc.diff index e074b20fdf..b3bd58c1d1 100644 --- a/meta/recipes-devtools/perl/perl/debian/enc2xs_inc.diff +++ b/meta/recipes-devtools/perl/perl/debian/enc2xs_inc.diff | |||
@@ -11,6 +11,7 @@ Bug-Debian: http://bugs.debian.org/290336 | |||
11 | issues with follow => 1 (see #603686 and [rt.cpan.org #64585]) | 11 | issues with follow => 1 (see #603686 and [rt.cpan.org #64585]) |
12 | 12 | ||
13 | Patch-Name: debian/enc2xs_inc.diff | 13 | Patch-Name: debian/enc2xs_inc.diff |
14 | Upstream-Status: Pending | ||
14 | --- | 15 | --- |
15 | cpan/Encode/bin/enc2xs | 8 ++++---- | 16 | cpan/Encode/bin/enc2xs | 8 ++++---- |
16 | t/porting/customized.t | 3 +++ | 17 | t/porting/customized.t | 3 +++ |
diff --git a/meta/recipes-devtools/perl/perl/debian/errno_ver.diff b/meta/recipes-devtools/perl/perl/debian/errno_ver.diff index 3d09229ed4..a965fbeeec 100644 --- a/meta/recipes-devtools/perl/perl/debian/errno_ver.diff +++ b/meta/recipes-devtools/perl/perl/debian/errno_ver.diff | |||
@@ -11,7 +11,7 @@ processes embedding perl when upgrading to a newer version, | |||
11 | compatible, but built on a different machine. | 11 | compatible, but built on a different machine. |
12 | 12 | ||
13 | Patch-Name: debian/errno_ver.diff | 13 | Patch-Name: debian/errno_ver.diff |
14 | 14 | Upstream-Status: Pending | |
15 | --- | 15 | --- |
16 | ext/Errno/Errno_pm.PL | 5 ----- | 16 | ext/Errno/Errno_pm.PL | 5 ----- |
17 | 1 file changed, 5 deletions(-) | 17 | 1 file changed, 5 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/extutils_set_libperl_path.diff b/meta/recipes-devtools/perl/perl/debian/extutils_set_libperl_path.diff index adb4bd9910..e023038f04 100644 --- a/meta/recipes-devtools/perl/perl/debian/extutils_set_libperl_path.diff +++ b/meta/recipes-devtools/perl/perl/debian/extutils_set_libperl_path.diff | |||
@@ -7,6 +7,7 @@ The Debian packaging moves libperl.a a couple of levels up from the | |||
7 | CORE directory to match other static libraries. | 7 | CORE directory to match other static libraries. |
8 | 8 | ||
9 | Patch-Name: debian/extutils_set_libperl_path.diff | 9 | Patch-Name: debian/extutils_set_libperl_path.diff |
10 | Upstream-Status: Pending | ||
10 | --- | 11 | --- |
11 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 +- | 12 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 +- |
12 | pp.c | 2 +- | 13 | pp.c | 2 +- |
diff --git a/meta/recipes-devtools/perl/perl/debian/fakeroot.diff b/meta/recipes-devtools/perl/perl/debian/fakeroot.diff index ec461cfe52..bdf34d1859 100644 --- a/meta/recipes-devtools/perl/perl/debian/fakeroot.diff +++ b/meta/recipes-devtools/perl/perl/debian/fakeroot.diff | |||
@@ -11,6 +11,7 @@ since fakeroot (which now sets LD_LIBRARY_PATH) is not used for the "build" | |||
11 | rule where the Makefile is created, but is for the clean/binary* targets. | 11 | rule where the Makefile is created, but is for the clean/binary* targets. |
12 | 12 | ||
13 | Patch-Name: debian/fakeroot.diff | 13 | Patch-Name: debian/fakeroot.diff |
14 | Upstream-Status: Pending | ||
14 | --- | 15 | --- |
15 | Makefile.SH | 7 ++----- | 16 | Makefile.SH | 7 ++----- |
16 | 1 file changed, 2 insertions(+), 5 deletions(-) | 17 | 1 file changed, 2 insertions(+), 5 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/find_html2text.diff b/meta/recipes-devtools/perl/perl/debian/find_html2text.diff index d319e7518b..082709140d 100644 --- a/meta/recipes-devtools/perl/perl/debian/find_html2text.diff +++ b/meta/recipes-devtools/perl/perl/debian/find_html2text.diff | |||
@@ -16,6 +16,7 @@ Please see the attached patch for a quick fix of this issue. | |||
16 | [Maintainer's note: html2text in Debian is not the same implementation | 16 | [Maintainer's note: html2text in Debian is not the same implementation |
17 | as the html2text.pl which is expected, but should provide similar | 17 | as the html2text.pl which is expected, but should provide similar |
18 | functionality]. | 18 | functionality]. |
19 | Upstream-Status: Pending | ||
19 | --- | 20 | --- |
20 | cpan/CPAN/lib/CPAN/Distribution.pm | 2 +- | 21 | cpan/CPAN/lib/CPAN/Distribution.pm | 2 +- |
21 | 1 file changed, 1 insertion(+), 1 deletion(-) | 22 | 1 file changed, 1 insertion(+), 1 deletion(-) |
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 | |||
10 | binary interface on some platforms. | 10 | binary interface on some platforms. |
11 | 11 | ||
12 | Patch-Name: fixes/document_makemaker_ccflags.diff | 12 | Patch-Name: fixes/document_makemaker_ccflags.diff |
13 | Upstream-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 | |||
47 | Bug: https://rt.cpan.org/Public/Bug/Display.html?id=77790 | 47 | Bug: https://rt.cpan.org/Public/Bug/Display.html?id=77790 |
48 | Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=77790 | 48 | Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=77790 |
49 | Patch-Name: fixes/memoize_storable_nstore.diff | 49 | Patch-Name: fixes/memoize_storable_nstore.diff |
50 | Upstream-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 | |||
7 | Bug: http://rt.cpan.org/Public/Bug/Display.html?id=36038 | 7 | Bug: http://rt.cpan.org/Public/Bug/Display.html?id=36038 |
8 | 8 | ||
9 | Patch-Name: fixes/net_smtp_docs.diff | 9 | Patch-Name: fixes/net_smtp_docs.diff |
10 | Upstream-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 | |||
12 | Bug-Debian: https://bugs.debian.org/788636 | 12 | Bug-Debian: https://bugs.debian.org/788636 |
13 | Origin: upstream, http://perl5.git.perl.org/perl.git/commit/89d84ff965 | 13 | Origin: upstream, http://perl5.git.perl.org/perl.git/commit/89d84ff965 |
14 | Patch-Name: fixes/perl-Cnn.diff | 14 | Patch-Name: fixes/perl-Cnn.diff |
15 | Upstream-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. | |||
13 | Bug-Debian: http://bugs.debian.org/759405 | 13 | Bug-Debian: http://bugs.debian.org/759405 |
14 | Origin: upstream | 14 | Origin: upstream |
15 | Patch-Name: fixes/pod_man_reproducible_date.diff | 15 | Patch-Name: fixes/pod_man_reproducible_date.diff |
16 | Upstream-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. | |||
10 | Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=e0e9fcb53e8fc954b2b1955385eea18c27f869af | 10 | Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=e0e9fcb53e8fc954b2b1955385eea18c27f869af |
11 | Bug-Debian: https://bugs.debian.org/780259 | 11 | Bug-Debian: https://bugs.debian.org/780259 |
12 | Patch-Name: fixes/podman-empty-date.diff | 12 | Patch-Name: fixes/podman-empty-date.diff |
13 | Upstream-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) | |||
14 | Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=d98872e46c93861b7aba14949e1258712087dc55 | 14 | Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=d98872e46c93861b7aba14949e1258712087dc55 |
15 | Bug-Debian: https://bugs.debian.org/777405 | 15 | Bug-Debian: https://bugs.debian.org/777405 |
16 | Patch-Name: fixes/podman-pipe.diff | 16 | Patch-Name: fixes/podman-pipe.diff |
17 | Upstream-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. | |||
12 | Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=52db93bf80e4a06f8497e4ebade0506b6ee0e70d | 12 | Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=52db93bf80e4a06f8497e4ebade0506b6ee0e70d |
13 | Bug-Debian: https://bugs.debian.org/780259 | 13 | Bug-Debian: https://bugs.debian.org/780259 |
14 | Patch-Name: fixes/podman-utc-docs.diff | 14 | Patch-Name: fixes/podman-utc-docs.diff |
15 | Upstream-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. | |||
14 | Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=913fbb2bd2ce071e20128629302ae2852554cad4 | 14 | Origin: upstream, http://git.eyrie.org/?p=perl/podlators.git;a=commitdiff;h=913fbb2bd2ce071e20128629302ae2852554cad4 |
15 | Bug-Debian: https://bugs.debian.org/780259 | 15 | Bug-Debian: https://bugs.debian.org/780259 |
16 | Patch-Name: fixes/podman-utc.diff | 16 | Patch-Name: fixes/podman-utc.diff |
17 | Upstream-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 | |||
7 | site directories. | 7 | site directories. |
8 | 8 | ||
9 | Patch-Name: fixes/respect_umask.diff | 9 | Patch-Name: fixes/respect_umask.diff |
10 | Upstream-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 +++++++++--------- |
diff --git a/meta/recipes-devtools/perl/perl/debian/instmodsh_doc.diff b/meta/recipes-devtools/perl/perl/debian/instmodsh_doc.diff index a62c746e94..7e1fd697ca 100644 --- a/meta/recipes-devtools/perl/perl/debian/instmodsh_doc.diff +++ b/meta/recipes-devtools/perl/perl/debian/instmodsh_doc.diff | |||
@@ -4,6 +4,7 @@ Date: Tue, 8 Mar 2005 19:30:38 +1100 | |||
4 | Subject: Debian policy doesn't install .packlist files for core or vendor. | 4 | Subject: Debian policy doesn't install .packlist files for core or vendor. |
5 | 5 | ||
6 | Patch-Name: debian/instmodsh_doc.diff | 6 | Patch-Name: debian/instmodsh_doc.diff |
7 | Upstream-Status: Pending | ||
7 | --- | 8 | --- |
8 | cpan/ExtUtils-MakeMaker/bin/instmodsh | 4 +++- | 9 | cpan/ExtUtils-MakeMaker/bin/instmodsh | 4 +++- |
9 | 1 file changed, 3 insertions(+), 1 deletion(-) | 10 | 1 file changed, 3 insertions(+), 1 deletion(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff b/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff index d80f86c21a..ff0b2871f6 100644 --- a/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff +++ b/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff | |||
@@ -4,6 +4,7 @@ Date: Fri, 18 Mar 2005 22:22:25 +1100 | |||
4 | Subject: Remove standard libs from LD_RUN_PATH as per Debian policy. | 4 | Subject: Remove standard libs from LD_RUN_PATH as per Debian policy. |
5 | 5 | ||
6 | Patch-Name: debian/ld_run_path.diff | 6 | Patch-Name: debian/ld_run_path.diff |
7 | Upstream-Status: Pending | ||
7 | --- | 8 | --- |
8 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm | 3 +++ | 9 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm | 3 +++ |
9 | 1 file changed, 3 insertions(+) | 10 | 1 file changed, 3 insertions(+) |
diff --git a/meta/recipes-devtools/perl/perl/debian/libnet_config_path.diff b/meta/recipes-devtools/perl/perl/debian/libnet_config_path.diff index 54ef9640ec..d5347422dc 100644 --- a/meta/recipes-devtools/perl/perl/debian/libnet_config_path.diff +++ b/meta/recipes-devtools/perl/perl/debian/libnet_config_path.diff | |||
@@ -5,6 +5,7 @@ Subject: Set location of libnet.cfg to /etc/perl/Net as /usr may not be | |||
5 | writable. | 5 | writable. |
6 | 6 | ||
7 | Patch-Name: debian/libnet_config_path.diff | 7 | Patch-Name: debian/libnet_config_path.diff |
8 | Upstream-Status: Pending | ||
8 | --- | 9 | --- |
9 | cpan/libnet/lib/Net/Config.pm | 7 +++---- | 10 | cpan/libnet/lib/Net/Config.pm | 7 +++---- |
10 | 1 file changed, 3 insertions(+), 4 deletions(-) | 11 | 1 file changed, 3 insertions(+), 4 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/libperl_embed_doc.diff b/meta/recipes-devtools/perl/perl/debian/libperl_embed_doc.diff index 76b805451c..0cdc0d3e39 100644 --- a/meta/recipes-devtools/perl/perl/debian/libperl_embed_doc.diff +++ b/meta/recipes-devtools/perl/perl/debian/libperl_embed_doc.diff | |||
@@ -6,6 +6,7 @@ Subject: Note that libperl-dev package is required for embedded linking | |||
6 | Bug-Debian: http://bugs.debian.org/186778 | 6 | Bug-Debian: http://bugs.debian.org/186778 |
7 | 7 | ||
8 | Patch-Name: debian/libperl_embed_doc.diff | 8 | Patch-Name: debian/libperl_embed_doc.diff |
9 | Upstream-Status: Pending | ||
9 | --- | 10 | --- |
10 | lib/ExtUtils/Embed.pm | 3 +++ | 11 | lib/ExtUtils/Embed.pm | 3 +++ |
11 | 1 file changed, 3 insertions(+) | 12 | 1 file changed, 3 insertions(+) |
diff --git a/meta/recipes-devtools/perl/perl/debian/locale-robustness.diff b/meta/recipes-devtools/perl/perl/debian/locale-robustness.diff index fd471ed7a5..7cf1242c0a 100644 --- a/meta/recipes-devtools/perl/perl/debian/locale-robustness.diff +++ b/meta/recipes-devtools/perl/perl/debian/locale-robustness.diff | |||
@@ -14,6 +14,7 @@ the test more robust by first clearing all the locale relevant variables. | |||
14 | Bug: https://rt.perl.org/Ticket/Display.html?id=124310 | 14 | Bug: https://rt.perl.org/Ticket/Display.html?id=124310 |
15 | Bug-Debian: https://bugs.debian.org/782068 | 15 | Bug-Debian: https://bugs.debian.org/782068 |
16 | Patch-Name: debian/locale-robustness.diff | 16 | Patch-Name: debian/locale-robustness.diff |
17 | Upstream-Status: Pending | ||
17 | --- | 18 | --- |
18 | t/run/locale.t | 7 +++---- | 19 | t/run/locale.t | 7 +++---- |
19 | 1 file changed, 3 insertions(+), 4 deletions(-) | 20 | 1 file changed, 3 insertions(+), 4 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/makemaker-pasthru.diff b/meta/recipes-devtools/perl/perl/debian/makemaker-pasthru.diff index fa0f9daf96..5f07180893 100644 --- a/meta/recipes-devtools/perl/perl/debian/makemaker-pasthru.diff +++ b/meta/recipes-devtools/perl/perl/debian/makemaker-pasthru.diff | |||
@@ -11,6 +11,7 @@ the PASTHRU list fixes this. | |||
11 | 11 | ||
12 | Bug-Debian: https://bugs.debian.org/758471 | 12 | Bug-Debian: https://bugs.debian.org/758471 |
13 | Patch-Name: debian/makemaker-pasthru.diff | 13 | Patch-Name: debian/makemaker-pasthru.diff |
14 | Upstream-Status: Pending | ||
14 | --- | 15 | --- |
15 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 +- | 16 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 +- |
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/makemaker_customized.diff b/meta/recipes-devtools/perl/perl/debian/makemaker_customized.diff index b1b4cb9a68..d870b608cf 100644 --- a/meta/recipes-devtools/perl/perl/debian/makemaker_customized.diff +++ b/meta/recipes-devtools/perl/perl/debian/makemaker_customized.diff | |||
@@ -4,6 +4,7 @@ Date: Sat, 23 May 2015 21:15:06 +0200 | |||
4 | Subject: Update t/porting/customized.dat for files patched in Debian | 4 | Subject: Update t/porting/customized.dat for files patched in Debian |
5 | 5 | ||
6 | Patch-Name: debian/makemaker_customized.diff | 6 | Patch-Name: debian/makemaker_customized.diff |
7 | Upstream-Status: Pending | ||
7 | --- | 8 | --- |
8 | t/porting/customized.dat | 8 ++++---- | 9 | t/porting/customized.dat | 8 ++++---- |
9 | 1 file changed, 4 insertions(+), 4 deletions(-) | 10 | 1 file changed, 4 insertions(+), 4 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/mod_paths.diff b/meta/recipes-devtools/perl/perl/debian/mod_paths.diff index ae15907609..7e22484038 100644 --- a/meta/recipes-devtools/perl/perl/debian/mod_paths.diff +++ b/meta/recipes-devtools/perl/perl/debian/mod_paths.diff | |||
@@ -17,6 +17,7 @@ The rationale being that an admin (via site), or module packager | |||
17 | version than is included in core. | 17 | version than is included in core. |
18 | 18 | ||
19 | Patch-Name: debian/mod_paths.diff | 19 | Patch-Name: debian/mod_paths.diff |
20 | Upstream-Status: Pending | ||
20 | --- | 21 | --- |
21 | perl.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | 22 | perl.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
22 | 1 file changed, 58 insertions(+) | 23 | 1 file changed, 58 insertions(+) |
diff --git a/meta/recipes-devtools/perl/perl/debian/no_packlist_perllocal.diff b/meta/recipes-devtools/perl/perl/debian/no_packlist_perllocal.diff index b911fd2762..7484bec413 100644 --- a/meta/recipes-devtools/perl/perl/debian/no_packlist_perllocal.diff +++ b/meta/recipes-devtools/perl/perl/debian/no_packlist_perllocal.diff | |||
@@ -4,6 +4,7 @@ Date: Tue, 8 Mar 2005 19:30:38 +1100 | |||
4 | Subject: Don't install .packlist or perllocal.pod for perl or vendor | 4 | Subject: Don't install .packlist or perllocal.pod for perl or vendor |
5 | 5 | ||
6 | Patch-Name: debian/no_packlist_perllocal.diff | 6 | Patch-Name: debian/no_packlist_perllocal.diff |
7 | Upstream-Status: Pending | ||
7 | --- | 8 | --- |
8 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 35 +++---------------------- | 9 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 35 +++---------------------- |
9 | 1 file changed, 3 insertions(+), 32 deletions(-) | 10 | 1 file changed, 3 insertions(+), 32 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/patchlevel.diff b/meta/recipes-devtools/perl/perl/debian/patchlevel.diff index 8656b027e8..2d05ae5486 100644 --- a/meta/recipes-devtools/perl/perl/debian/patchlevel.diff +++ b/meta/recipes-devtools/perl/perl/debian/patchlevel.diff | |||
@@ -10,6 +10,7 @@ The list of packaged patches is in patchlevel-debian.h, which is generated | |||
10 | from the debian/patches/ directory when building the package. | 10 | from the debian/patches/ directory when building the package. |
11 | 11 | ||
12 | Patch-Name: debian/patchlevel.diff | 12 | Patch-Name: debian/patchlevel.diff |
13 | Upstream-Status: Pending | ||
13 | --- | 14 | --- |
14 | patchlevel.h | 3 +++ | 15 | patchlevel.h | 3 +++ |
15 | 1 file changed, 3 insertions(+) | 16 | 1 file changed, 3 insertions(+) |
diff --git a/meta/recipes-devtools/perl/perl/debian/perl5db-x-terminal-emulator.patch b/meta/recipes-devtools/perl/perl/debian/perl5db-x-terminal-emulator.patch index 533952cac7..6f1625bb1c 100644 --- a/meta/recipes-devtools/perl/perl/debian/perl5db-x-terminal-emulator.patch +++ b/meta/recipes-devtools/perl/perl/debian/perl5db-x-terminal-emulator.patch | |||
@@ -10,6 +10,7 @@ Bug-Debian: http://bugs.debian.org/668490 | |||
10 | Forwarded: not-needed | 10 | Forwarded: not-needed |
11 | 11 | ||
12 | Patch-Name: debian/perl5db-x-terminal-emulator.patch | 12 | Patch-Name: debian/perl5db-x-terminal-emulator.patch |
13 | Upstream-Status: Pending | ||
13 | --- | 14 | --- |
14 | lib/perl5db.pl | 2 +- | 15 | lib/perl5db.pl | 2 +- |
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/perlivp.diff b/meta/recipes-devtools/perl/perl/debian/perlivp.diff index 2c1eab9709..5c7413b965 100644 --- a/meta/recipes-devtools/perl/perl/debian/perlivp.diff +++ b/meta/recipes-devtools/perl/perl/debian/perlivp.diff | |||
@@ -21,6 +21,7 @@ On Sat, Jan 10, 2009 at 12:37:18AM +1100, Brendan O'Dea wrote: | |||
21 | Signed-off-by: Niko Tyni <ntyni@debian.org> | 21 | Signed-off-by: Niko Tyni <ntyni@debian.org> |
22 | 22 | ||
23 | Patch-Name: debian/perlivp.diff | 23 | Patch-Name: debian/perlivp.diff |
24 | Upstream-Status: Pending | ||
24 | --- | 25 | --- |
25 | utils/perlivp.PL | 1 + | 26 | utils/perlivp.PL | 1 + |
26 | 1 file changed, 1 insertion(+) | 27 | 1 file changed, 1 insertion(+) |
diff --git a/meta/recipes-devtools/perl/perl/debian/pod2man-customized.diff b/meta/recipes-devtools/perl/perl/debian/pod2man-customized.diff index 6270b87318..47075625c6 100644 --- a/meta/recipes-devtools/perl/perl/debian/pod2man-customized.diff +++ b/meta/recipes-devtools/perl/perl/debian/pod2man-customized.diff | |||
@@ -4,6 +4,7 @@ Date: Sat, 18 Apr 2015 17:39:32 +0300 | |||
4 | Subject: Update porting/customized.dat for pod2man modifications | 4 | Subject: Update porting/customized.dat for pod2man modifications |
5 | 5 | ||
6 | Patch-Name: debian/pod2man-customized.diff | 6 | Patch-Name: debian/pod2man-customized.diff |
7 | Upstream-Status: Pending | ||
7 | --- | 8 | --- |
8 | t/porting/customized.dat | 2 +- | 9 | t/porting/customized.dat | 2 +- |
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/prefix_changes.diff b/meta/recipes-devtools/perl/perl/debian/prefix_changes.diff index c41efbe3e8..b681c3e892 100644 --- a/meta/recipes-devtools/perl/perl/debian/prefix_changes.diff +++ b/meta/recipes-devtools/perl/perl/debian/prefix_changes.diff | |||
@@ -9,6 +9,7 @@ PREFIX= to the "make install" command (used when packaging | |||
9 | modules). | 9 | modules). |
10 | 10 | ||
11 | Patch-Name: debian/prefix_changes.diff | 11 | Patch-Name: debian/prefix_changes.diff |
12 | Upstream-Status: Pending | ||
12 | --- | 13 | --- |
13 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm | 12 ++++++------ | 14 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm | 12 ++++++------ |
14 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 3 +-- | 15 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 3 +-- |
diff --git a/meta/recipes-devtools/perl/perl/debian/prune_libs.diff b/meta/recipes-devtools/perl/perl/debian/prune_libs.diff index d153e0efce..a2ed52ab2e 100644 --- a/meta/recipes-devtools/perl/perl/debian/prune_libs.diff +++ b/meta/recipes-devtools/perl/perl/debian/prune_libs.diff | |||
@@ -10,7 +10,7 @@ We want to keep the dependencies on perl-base as small as possible, | |||
10 | and some of the original list may be present on buildds (see Bug#128355). | 10 | and some of the original list may be present on buildds (see Bug#128355). |
11 | 11 | ||
12 | Patch-Name: debian/prune_libs.diff | 12 | Patch-Name: debian/prune_libs.diff |
13 | 13 | Upstream-Status: Pending | |
14 | --- | 14 | --- |
15 | Configure | 5 ++--- | 15 | Configure | 5 ++--- |
16 | 1 file changed, 2 insertions(+), 3 deletions(-) | 16 | 1 file changed, 2 insertions(+), 3 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/regen-skip.diff b/meta/recipes-devtools/perl/perl/debian/regen-skip.diff index 8a3fc9912c..5d9a7c4b46 100644 --- a/meta/recipes-devtools/perl/perl/debian/regen-skip.diff +++ b/meta/recipes-devtools/perl/perl/debian/regen-skip.diff | |||
@@ -8,6 +8,7 @@ for instance because the repository only imported the Perl tarball, | |||
8 | the regeneration check is broken because lib/.gitignore is missing. | 8 | the regeneration check is broken because lib/.gitignore is missing. |
9 | 9 | ||
10 | Patch-Name: debian/regen-skip.diff | 10 | Patch-Name: debian/regen-skip.diff |
11 | Upstream-Status: Pending | ||
11 | --- | 12 | --- |
12 | regen/lib_cleanup.pl | 2 +- | 13 | regen/lib_cleanup.pl | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/skip-kfreebsd-crash.diff b/meta/recipes-devtools/perl/perl/debian/skip-kfreebsd-crash.diff index ecfc0bc62f..3b3745238d 100644 --- a/meta/recipes-devtools/perl/perl/debian/skip-kfreebsd-crash.diff +++ b/meta/recipes-devtools/perl/perl/debian/skip-kfreebsd-crash.diff | |||
@@ -12,6 +12,7 @@ a new unrelated test case. | |||
12 | Skip the test until the culprit is found. | 12 | Skip the test until the culprit is found. |
13 | 13 | ||
14 | Patch-Name: debian/skip-kfreebsd-crash.diff | 14 | Patch-Name: debian/skip-kfreebsd-crash.diff |
15 | Upstream-Status: Pending | ||
15 | --- | 16 | --- |
16 | t/op/threads.t | 4 ++++ | 17 | t/op/threads.t | 4 ++++ |
17 | 1 file changed, 4 insertions(+) | 18 | 1 file changed, 4 insertions(+) |
diff --git a/meta/recipes-devtools/perl/perl/debian/skip-upstream-git-tests.diff b/meta/recipes-devtools/perl/perl/debian/skip-upstream-git-tests.diff index 4c87104cce..279f4ab76f 100644 --- a/meta/recipes-devtools/perl/perl/debian/skip-upstream-git-tests.diff +++ b/meta/recipes-devtools/perl/perl/debian/skip-upstream-git-tests.diff | |||
@@ -9,6 +9,7 @@ upstream. This complicates things needlessly for downstream packagers. | |||
9 | Skip the tests altogether even if the .git directory exists. | 9 | Skip the tests altogether even if the .git directory exists. |
10 | 10 | ||
11 | Patch-Name: debian/skip-upstream-git-tests.diff | 11 | Patch-Name: debian/skip-upstream-git-tests.diff |
12 | Upstream-Status: Pending | ||
12 | --- | 13 | --- |
13 | t/test.pl | 2 +- | 14 | t/test.pl | 2 +- |
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-devtools/perl/perl/debian/squelch-locale-warnings.diff b/meta/recipes-devtools/perl/perl/debian/squelch-locale-warnings.diff index cb31457761..4964e480c7 100644 --- a/meta/recipes-devtools/perl/perl/debian/squelch-locale-warnings.diff +++ b/meta/recipes-devtools/perl/perl/debian/squelch-locale-warnings.diff | |||
@@ -14,6 +14,7 @@ Any real locale problem will show up after the system upgrade too, and | |||
14 | the warning will be triggered normally again at that point. | 14 | the warning will be triggered normally again at that point. |
15 | 15 | ||
16 | Patch-Name: debian/squelch-locale-warnings.diff | 16 | Patch-Name: debian/squelch-locale-warnings.diff |
17 | Upstream-Status: Pending | ||
17 | --- | 18 | --- |
18 | locale.c | 5 ++++- | 19 | locale.c | 5 ++++- |
19 | pod/perllocale.pod | 8 ++++++++ | 20 | pod/perllocale.pod | 8 ++++++++ |
diff --git a/meta/recipes-devtools/perl/perl/debian/writable_site_dirs.diff b/meta/recipes-devtools/perl/perl/debian/writable_site_dirs.diff index 53adc2f4db..ab373b333c 100644 --- a/meta/recipes-devtools/perl/perl/debian/writable_site_dirs.diff +++ b/meta/recipes-devtools/perl/perl/debian/writable_site_dirs.diff | |||
@@ -6,6 +6,7 @@ Subject: Set umask approproately for site install directories | |||
6 | Policy requires group writable site directories | 6 | Policy requires group writable site directories |
7 | 7 | ||
8 | Patch-Name: debian/writable_site_dirs.diff | 8 | Patch-Name: debian/writable_site_dirs.diff |
9 | Upstream-Status: Pending | ||
9 | --- | 10 | --- |
10 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 6 +++--- | 11 | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 6 +++--- |
11 | 1 file changed, 3 insertions(+), 3 deletions(-) | 12 | 1 file changed, 3 insertions(+), 3 deletions(-) |
diff --git a/meta/recipes-devtools/perl/perl/ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch b/meta/recipes-devtools/perl/perl/ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch index 6b05b877fb..b85b50cea9 100644 --- a/meta/recipes-devtools/perl/perl/ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch +++ b/meta/recipes-devtools/perl/perl/ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch | |||
@@ -9,6 +9,8 @@ Fixed: | |||
9 | Can't locate ../../t/lib/dbmt_common.pl in @INC | 9 | Can't locate ../../t/lib/dbmt_common.pl in @INC |
10 | 10 | ||
11 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | 11 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> |
12 | |||
13 | Upstream-Status: Pending | ||
12 | --- | 14 | --- |
13 | ext/ODBM_File/t/odbm.t | 2 +- | 15 | ext/ODBM_File/t/odbm.t | 2 +- |
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |