[devscripts] 02/03: ltnu: Add pkg-gnustep shortcut.

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 7b397b95c9ba22c17990276d2b242d21f48c3420
Author: Yavor Doganov <yavor at gnu.org>
Date:   Sun Dec 31 13:05:58 2017 +0200

    ltnu: Add pkg-gnustep shortcut.
    
    Closes: #885917
    Signed-off-by: Yavor Doganov <yavor at gnu.org>
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/changelog | 4 +++-
 scripts/ltnu.pod | 4 ++++
 scripts/ltnu.sh  | 3 +++
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0fac644..958cef3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 devscripts (2.18.1) UNRELEASED; urgency=medium
 
-  * 
+  [ Yavor Doganov ]
+  * ltnu:
+    + Add pkg-gnustep shortcut.  Closes: #885917
 
  -- Mattia Rizzolo <mattia at debian.org>  Sun, 31 Dec 2017 13:38:05 +0100
 
diff --git a/scripts/ltnu.pod b/scripts/ltnu.pod
index 56754a4..7a7c7b0 100644
--- a/scripts/ltnu.pod
+++ b/scripts/ltnu.pod
@@ -45,6 +45,10 @@ 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 c8061e0..6fee4eb 100755
--- a/scripts/ltnu.sh
+++ b/scripts/ltnu.sh
@@ -22,6 +22,7 @@ far implemented shortcuts:
 
 * pkg-perl = pkg-perl-maintainers at lists.alioth.debian.org
 * pkg-zsh  = pkg-zsh-devel at lists.alioth.debian.org
+* pkg-gnustep = pkg-gnustep-maintainers at lists.alioth.debian.org
 "
     exit 0
 fi
@@ -40,6 +41,8 @@ if [ -n "${1}" ]; 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