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 <[email protected]> Date: Sun Dec 31 13:42:13 2017 +0100 ltnu: sort shortcuts, _g_nustep < _p_erl Gbp-Dch: Ignore Signed-off-by: Mattia Rizzolo <[email protected]> --- 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 + [email protected] + =item pkg-perl [email protected] @@ -45,10 +49,6 @@ [email protected] [email protected] -=item pkg-gnustep - [email protected] - =item qa [email protected] 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="[email protected]" elif [ "${1}" = "pkg-perl" ]; then MAINT="[email protected]" elif [ "${1}" = "pkg-zsh" ]; then MAINT="[email protected]" - elif [ "${1}" = "pkg-gnustep" ]; then - MAINT="[email protected]" elif [ "${1}" = "qa" ]; then MAINT="[email protected]" else -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
