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 <[email protected]> Date: Sun Dec 31 13:05:58 2017 +0200 ltnu: Add pkg-gnustep shortcut. Closes: #885917 Signed-off-by: Yavor Doganov <[email protected]> Signed-off-by: Mattia Rizzolo <[email protected]> --- 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 <[email protected]> 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 @@ [email protected] [email protected] +=item pkg-gnustep + [email protected] + =item qa [email protected] 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 = [email protected] * pkg-zsh = [email protected] +* pkg-gnustep = [email protected] " exit 0 fi @@ -40,6 +41,8 @@ if [ -n "${1}" ]; 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
