Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] scancpan: add a full stop to the help text when missing
@ 2018-10-28 15:23 Francois Perrad
  2018-10-28 15:23 ` [Buildroot] [PATCH 2/2] perl-*: regeneration of Config.in files with full stop Francois Perrad
  2018-11-01 13:41 ` [Buildroot] [PATCH 1/2] scancpan: add a full stop to the help text when missing Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2018-10-28 15:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 utils/scancpan | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/scancpan b/utils/scancpan
index 4b93ef769..9e0245d4b 100755
--- a/utils/scancpan
+++ b/utils/scancpan
@@ -701,6 +701,7 @@ while (my ($distname, $dist) = each %dist) {
     }
     if ($need_target{$distname} && ($force || !-f $cfgname)) {
         $dist->{abstract} =~ s|\s+$||;
+        $dist->{abstract} .= q{.} unless $dist->{abstract} =~ m|\.$|;
         my $abstract = wrap( q{}, qq{\t  }, $dist->{abstract} );
         my $homepage = $dist->{resources}->{homepage} || qq{https://metacpan.org/release/${distname}};
         say qq{write ${cfgname}} unless $quiet;
-- 
2.17.1

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

end of thread, other threads:[~2018-11-01 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-28 15:23 [Buildroot] [PATCH 1/2] scancpan: add a full stop to the help text when missing Francois Perrad
2018-10-28 15:23 ` [Buildroot] [PATCH 2/2] perl-*: regeneration of Config.in files with full stop Francois Perrad
2018-11-01 13:41 ` [Buildroot] [PATCH 1/2] scancpan: add a full stop to the help text when missing Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox