[devscripts] 03/03: ltnu: sort shortcuts, _g_nustep < _p_erl

Mattia Rizzolo mattia at debian.org
Sun Dec 31 12:42:31 UTC 2017


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

mattia pushed a commit to branch master
in repository devscripts.

commit ce052f7962e4d2f1d1ac92f10faf2fca892007d6
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Dec 31 13:42:13 2017 +0100

    ltnu: sort shortcuts, _g_nustep < _p_erl
    
    Gbp-Dch: Ignore
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 scripts/ltnu.pod | 8 ++++----
 scripts/ltnu.sh  | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/ltnu.pod b/scripts/ltnu.pod
index 7a7c7b0..4823450 100644
--- a/scripts/ltnu.pod
+++ b/scripts/ltnu.pod
@@ -37,6 +37,10 @@ far implemented shortcuts:
 
 =over 10
 
+=item pkg-gnustep
+
+pkg-gnustep-maintainers at lists.alioth.debian.org
+
 =item pkg-perl
 
 pkg-perl-maintainers at lists.alioth.debian.org
@@ -45,10 +49,6 @@ pkg-perl-maintainers at lists.alioth.debian.org
 
 pkg-zsh-devel at lists.alioth.debian.org
 
-=item pkg-gnustep
-
-pkg-gnustep-maintainers at lists.alioth.debian.org
-
 =item qa
 
 packages at qa.debian.org
diff --git a/scripts/ltnu.sh b/scripts/ltnu.sh
index 6fee4eb..08c37d9 100755
--- a/scripts/ltnu.sh
+++ b/scripts/ltnu.sh
@@ -37,12 +37,12 @@ MAINT="${DEBEMAIL}"
 if [ -n "${1}" ]; then
     if echo "${1}" | fgrep -q @; then
         MAINT="${1}"
+    elif [ "${1}" = "pkg-gnustep" ]; then
+        MAINT="pkg-gnustep-maintainers at lists.alioth.debian.org"
     elif [ "${1}" = "pkg-perl" ]; then
         MAINT="pkg-perl-maintainers at lists.alioth.debian.org"
     elif [ "${1}" = "pkg-zsh" ]; then
         MAINT="pkg-zsh-devel at lists.alioth.debian.org"
-    elif [ "${1}" = "pkg-gnustep" ]; then
-        MAINT="pkg-gnustep-maintainers at lists.alioth.debian.org"
     elif [ "${1}" = "qa" ]; then
         MAINT="packages at qa.debian.org"
     else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list