[devscripts] 01/01: debchange: the default setting for urgency is now 'medium'

Julien Cristau jcristau at moszumanska.debian.org
Sun Nov 24 16:31:59 UTC 2013


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

jcristau pushed a commit to branch master
in repository devscripts.

commit 098679e352c092072d149ccdb949f7754847bf44
Author: Julien Cristau <jcristau at debian.org>
Date:   Sun Nov 24 17:29:40 2013 +0100

    debchange: the default setting for urgency is now 'medium'
    
    Closes: #730343
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>
---
 debian/changelog     | 3 +++
 scripts/debchange.pl | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0bcb217..cc550ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,9 @@ devscripts (2.13.5) UNRELEASED; urgency=low
   * German, Chris Leick.
   * French, David Prévot.
 
+  [ Julien Cristau ]
+  * debchange: the default setting for urgency is now 'medium' (Closes: #730343)
+
  -- Christoph Berg <christoph.berg at credativ.de>  Wed, 20 Nov 2013 14:15:29 +0100
 
 devscripts (2.13.4) unstable; urgency=low
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index b1fb0aa..82875d6 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -1268,7 +1268,7 @@ if (($opt_i || $opt_n || $opt_bn || $opt_qa || $opt_R || $opt_s || $opt_team ||
     if ($opt_news) {
 	$urgency ||= $CL_URGENCY;
     }
-    $urgency ||= 'low';
+    $urgency ||= 'medium';
 
     if (($opt_v or $opt_i or $opt_l or $opt_d) and
 	$opt_release_heuristic eq "changelog" and
@@ -1537,7 +1537,7 @@ elsif ($opt_create) {
     if ($opt_news) {
 	$urgency ||= $CL_URGENCY;
     }
-    $urgency ||= 'low';
+    $urgency ||= 'medium';
     print O "$PACKAGE ($VERSION) $DISTRIBUTION; urgency=$urgency\n\n";
 
     if (@closes_text or $TEXT) {

-- 
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