[Apt-listbugs-commits] [apt-listbugs] 04/11: reorder default severities in deblistbugs
Francesco Poli
frx-guest at moszumanska.debian.org
Sat Jun 4 16:53:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
frx-guest pushed a commit to branch master
in repository apt-listbugs.
commit f957e382575f6e4a4a047db635d3a5d58482b9b5
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date: Sat Jun 4 17:58:01 2016 +0200
reorder default severities in deblistbugs
---
examples/deblistbugs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/deblistbugs b/examples/deblistbugs
index ca2c359..4aae667 100755
--- a/examples/deblistbugs
+++ b/examples/deblistbugs
@@ -4,6 +4,7 @@
# Gives out a list of bugs relevant to the current source package tree.
#
# Copyright (C) 2006 Junichi Uekawa <dancer at debian.org>
+# Copyright (C) 2016 Francesco Poli <invernomuto at paranoici.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -22,7 +23,7 @@
set -e
-severities='-s critical,grave,serious,important,normal,wishlist,minor'
+severities='-s critical,grave,serious,important,normal,minor,wishlist'
if test "x$1" != "x"; then
severities="-s $1"
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git
More information about the Apt-listbugs-commits
mailing list