[pkg-perl-tools] 04/04: dpt-salsa: cosmetics and a new stopword

gregor herrmann gregoa at debian.org
Wed Jan 31 20:37:48 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit e457839d93017de491fcdf9c696bfd23cb2eb193
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 31 21:35:00 2018 +0100

    dpt-salsa: cosmetics and a new stopword
    
    Gbp-Dch: Ignore
---
 scripts/salsa | 8 +++-----
 t/spelling.st | 1 +
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/scripts/salsa b/scripts/salsa
index 1cf4003..e6b2346 100755
--- a/scripts/salsa
+++ b/scripts/salsa
@@ -113,8 +113,6 @@ if ( $command eq 'version' ) {
     changerepo();
 } elsif ( $command eq 'help' ) {
     pod2usage(1);
-} elsif ( $command eq 'XXX' ) {
-    ...;
 } else {
     pod2usage("E: Unknown subcommand: $command.\n");
 }
@@ -232,7 +230,7 @@ sub listrepos {
     return @repoids;
 }
 
-## createrepo
+## createrepo()
 sub createrepo {
     my ($reponame) = @args;
     die 'Required parameter repositoryname missing.' unless $reponame;
@@ -247,7 +245,7 @@ sub createrepo {
     configurerepo();
 }
 
-## configurerepo
+## configurerepo()
 sub configurerepo {
     my ($repo) = @args;
     die 'Required parameter reponame|repoid missing.'
@@ -292,7 +290,7 @@ sub configurerepo {
     }
 }
 
-## changerepo
+## changerepo()
 sub changerepo {
     my ( $repo, $property, $value ) = @args;
     die 'Required parameter reponame|repoid missing.'  unless $repo;
diff --git a/t/spelling.st b/t/spelling.st
index aa024fd..4787a36 100644
--- a/t/spelling.st
+++ b/t/spelling.st
@@ -49,6 +49,7 @@ TORTIOUS
 UpstreamMetaData
 adduser
 admin
+admins
 alioth
 anonscm
 bts

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



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