All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] [meta-security] Change descriptions to match packages.
@ 2013-08-15 20:36 mulhern
  2013-08-15 20:36 ` [PATCH 1/2] curses-perl: Change description to match package mulhern
  2013-08-15 20:36 ` [PATCH 2/2] lib-perl: " mulhern
  0 siblings, 2 replies; 7+ messages in thread
From: mulhern @ 2013-08-15 20:36 UTC (permalink / raw)
  To: yocto, mulhern

This patch changes the description field to match the package.
The following changes since commit 4f2821cb7b01ca11249154d1d071bc267dbf4f85:

  removed rpm dependency on redhat-security (2013-08-01 12:16:29 +0300)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mulhern/bug4916-final2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bug4916-final2

mulhern (2):
  curses-perl: Change description to match package.
  lib-perl: Change description to match package.

 recipes-security/perl/curses-perl_1.28.bb |    5 ++---
 recipes-security/perl/lib-perl_0.63.bb    |    7 ++++---
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/2] curses-perl: Change description to match package.
  2013-08-15 20:36 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
@ 2013-08-15 20:36 ` mulhern
  2013-08-15 21:07   ` Khem Raj
  2013-08-15 20:36 ` [PATCH 2/2] lib-perl: " mulhern
  1 sibling, 1 reply; 7+ messages in thread
From: mulhern @ 2013-08-15 20:36 UTC (permalink / raw)
  To: yocto, mulhern

[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196

The description field in the recipe was changed to match the package.

Signed-off-by: mulhern <mulhern@yoctoproject.org>
---
 recipes-security/perl/curses-perl_1.28.bb |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes-security/perl/curses-perl_1.28.bb b/recipes-security/perl/curses-perl_1.28.bb
index 5984ca7..ac10f60 100644
--- a/recipes-security/perl/curses-perl_1.28.bb
+++ b/recipes-security/perl/curses-perl_1.28.bb
@@ -1,6 +1,5 @@
-DESCRIPTION = "This package contains the URI.pm module with friends. \
-The module implements the URI class. URI objects can be used to access \
-and manipulate the various components that make up these strings."
+DESCRIPTION = "lib-curses provides an interface between Perl programs and \
+your system's curses library."
 
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/2] lib-perl: Change description to match package.
  2013-08-15 20:36 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
  2013-08-15 20:36 ` [PATCH 1/2] curses-perl: Change description to match package mulhern
@ 2013-08-15 20:36 ` mulhern
  1 sibling, 0 replies; 7+ messages in thread
From: mulhern @ 2013-08-15 20:36 UTC (permalink / raw)
  To: yocto, mulhern

[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196

The description field in the recipe was changed to match the package.

Signed-off-by: mulhern <mulhern@yoctoproject.org>
---
 recipes-security/perl/lib-perl_0.63.bb |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes-security/perl/lib-perl_0.63.bb b/recipes-security/perl/lib-perl_0.63.bb
index 606ecfb..2e36887 100644
--- a/recipes-security/perl/lib-perl_0.63.bb
+++ b/recipes-security/perl/lib-perl_0.63.bb
@@ -1,6 +1,7 @@
-DESCRIPTION = "This package contains the URI.pm module with friends. \
-The module implements the URI class. URI objects can be used to access \
-and manipulate the various components that make up these strings."
+DESCRIPTION = "This is a small simple module which simplifies the \
+manipulation of @INC at compile time. It is typically used to add extra \
+directories to Perl's search path so that later "use" or "require" statements \
+will find modules which are not located on perl's default search path."
 
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/2] curses-perl: Change description to match package.
  2013-08-15 20:36 ` [PATCH 1/2] curses-perl: Change description to match package mulhern
@ 2013-08-15 21:07   ` Khem Raj
  2013-08-16  1:21     ` mulhern
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2013-08-15 21:07 UTC (permalink / raw)
  To: mulhern; +Cc: yocto, mulhern

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

On Thu, Aug 15, 2013 at 1:36 PM, mulhern <mulhern@gmail.com> wrote:

> -DESCRIPTION = "This package contains the URI.pm module with friends. \
> -The module implements the URI class. URI objects can be used to access \
> -and manipulate the various components that make up these strings."
> +DESCRIPTION = "lib-curses provides an interface between Perl programs and
> \
> +your system's curses library."
>

'​your' is not appropriate here​

[-- Attachment #2: Type: text/html, Size: 939 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/2] curses-perl: Change description to match package.
  2013-08-15 21:07   ` Khem Raj
@ 2013-08-16  1:21     ` mulhern
  0 siblings, 0 replies; 7+ messages in thread
From: mulhern @ 2013-08-16  1:21 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto, mulhern

[-- Attachment #1: Type: text/plain, Size: 647 bytes --]

OK.

I'm submitting a revised patchset with the change

"your system's" => "the"

- mulhern


On Thu, Aug 15, 2013 at 5:07 PM, Khem Raj <raj.khem@gmail.com> wrote:

>
> On Thu, Aug 15, 2013 at 1:36 PM, mulhern <mulhern@gmail.com> wrote:
>
>> -DESCRIPTION = "This package contains the URI.pm module with friends. \
>> -The module implements the URI class. URI objects can be used to access \
>> -and manipulate the various components that make up these strings."
>> +DESCRIPTION = "lib-curses provides an interface between Perl programs
>> and \
>> +your system's curses library."
>>
>
> 'your' is not appropriate here
>
>

[-- Attachment #2: Type: text/html, Size: 1517 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 2/2] lib-perl: Change description to match package.
  2013-08-16 13:11 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
@ 2013-08-16 13:11 ` mulhern
  0 siblings, 0 replies; 7+ messages in thread
From: mulhern @ 2013-08-16 13:11 UTC (permalink / raw)
  To: yocto, mulhern

[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196

The description field in the recipe was changed to match the package.

Signed-off-by: mulhern <mulhern@yoctoproject.org>
---
 recipes-security/perl/lib-perl_0.63.bb |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes-security/perl/lib-perl_0.63.bb b/recipes-security/perl/lib-perl_0.63.bb
index 606ecfb..0696382 100644
--- a/recipes-security/perl/lib-perl_0.63.bb
+++ b/recipes-security/perl/lib-perl_0.63.bb
@@ -1,6 +1,7 @@
-DESCRIPTION = "This package contains the URI.pm module with friends. \
-The module implements the URI class. URI objects can be used to access \
-and manipulate the various components that make up these strings."
+DESCRIPTION = "This is a simple module which simplifies the \
+manipulation of @INC at compile time. It is typically used to add extra \
+directories to Perl's search path so that later 'use' or 'require' statements \
+will find modules which are not located in the default search path."
 
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/2] lib-perl: Change description to match package.
  2013-08-16  1:27 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
@ 2013-08-16  1:27 ` mulhern
  0 siblings, 0 replies; 7+ messages in thread
From: mulhern @ 2013-08-16  1:27 UTC (permalink / raw)
  To: yocto, mulhern

[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196

The description field in the recipe was changed to match the package.

Signed-off-by: mulhern <mulhern@yoctoproject.org>
---
 recipes-security/perl/lib-perl_0.63.bb |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes-security/perl/lib-perl_0.63.bb b/recipes-security/perl/lib-perl_0.63.bb
index 606ecfb..c05ae1e 100644
--- a/recipes-security/perl/lib-perl_0.63.bb
+++ b/recipes-security/perl/lib-perl_0.63.bb
@@ -1,6 +1,7 @@
-DESCRIPTION = "This package contains the URI.pm module with friends. \
-The module implements the URI class. URI objects can be used to access \
-and manipulate the various components that make up these strings."
+DESCRIPTION = "This is a small simple module which simplifies the \
+manipulation of @INC at compile time. It is typically used to add extra \
+directories to Perl's search path so that later "use" or "require" statements \
+will find modules which are not located in the default search path."
 
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-08-16 13:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-15 20:36 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
2013-08-15 20:36 ` [PATCH 1/2] curses-perl: Change description to match package mulhern
2013-08-15 21:07   ` Khem Raj
2013-08-16  1:21     ` mulhern
2013-08-15 20:36 ` [PATCH 2/2] lib-perl: " mulhern
2013-08-16  1:27 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
2013-08-16  1:27 ` [PATCH 2/2] lib-perl: Change description to match package mulhern
2013-08-16 13:11 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
2013-08-16 13:11 ` [PATCH 2/2] lib-perl: Change description to match package mulhern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.