[maven-debian-helper] 01/02: Update verbiage in copyright holder prompt to be gender-neutral.

Tony Mancill tmancill at moszumanska.debian.org
Sat Apr 1 23:05:13 UTC 2017


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

tmancill pushed a commit to branch master
in repository maven-debian-helper.

commit 7a09902990685b546a981b5d1c5ce321c006b9c0
Author: tony mancill <tmancill at debian.org>
Date:   Sat Apr 1 16:04:18 2017 -0700

    Update verbiage in copyright holder prompt to be gender-neutral.
    
    Thanks to Tom Mable for the bug report. (Closes: #859012)
---
 .../main/java/org/debian/maven/packager/GenerateDebianFilesMojo.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-packager-utils/src/main/java/org/debian/maven/packager/GenerateDebianFilesMojo.java b/maven-packager-utils/src/main/java/org/debian/maven/packager/GenerateDebianFilesMojo.java
index 3cc2fa0..77e2a5b 100644
--- a/maven-packager-utils/src/main/java/org/debian/maven/packager/GenerateDebianFilesMojo.java
+++ b/maven-packager-utils/src/main/java/org/debian/maven/packager/GenerateDebianFilesMojo.java
@@ -246,7 +246,7 @@ public class GenerateDebianFilesMojo extends AbstractMojo {
                 }
             }
             if (copyrightOwner == null || copyrightOwner.isEmpty()) {
-                copyrightOwner = new SimpleQuestion("Could not find who owns the copyright for the upstream sources, please enter his name:").ask();
+                copyrightOwner = new SimpleQuestion("Could not find the copyright owner(s) for the upstream sources, please enter their name(s):").ask();
             }
             context.put("copyrightOwner", copyrightOwner);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git



More information about the pkg-java-commits mailing list