[Pkg-sympa-commits] [sympa] 01/06: Update patch about log severity

Emmanuel Bouthenot kolter at moszumanska.debian.org
Wed Sep 28 21:09:36 UTC 2016


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

kolter pushed a commit to branch master
in repository sympa.

commit 958c2ccd35df962c8ff5364526a9f4a40f7879b9
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Wed Sep 28 21:26:51 2016 +0200

    Update patch about log severity
---
 ...arious_syslog_severity => 1003_fix_various_log_severity} | 13 ++++++++++++-
 debian/patches/series                                       |  2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/patches/1003_fix_various_syslog_severity b/debian/patches/1003_fix_various_log_severity
similarity index 81%
rename from debian/patches/1003_fix_various_syslog_severity
rename to debian/patches/1003_fix_various_log_severity
index a628841..6e1fd42 100644
--- a/debian/patches/1003_fix_various_syslog_severity
+++ b/debian/patches/1003_fix_various_log_severity
@@ -6,7 +6,18 @@ Last-Update: 2016-09-17
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/src/sbin/sympa.pl.in
 +++ b/src/sbin/sympa.pl.in
-@@ -787,7 +787,7 @@
+@@ -232,9 +232,8 @@
+ 
+     ## Check that the data structure is uptodate
+     unless (Conf::data_structure_uptodate()) {
+-        printf STDERR
++        printf STDOUT
+             "Data structure was not updated; you should run sympa.pl --upgrade to run the upgrade process.\n";
+-        exit 1;
+     }
+ 
+     exit 0;
+@@ -787,7 +786,7 @@
      $main::options{'to'}   ||= Sympa::Constants::VERSION;
  
      if ($main::options{'from'} eq $main::options{'to'}) {
diff --git a/debian/patches/series b/debian/patches/series
index 75a8a66..b6ea8ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,4 @@
 1001_fix_unexisiting_template
 1002_fix_various_typos
-1003_fix_various_syslog_severity
+1003_fix_various_log_severity
 2001_ca_bundle_check_as_warning.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sympa.git



More information about the Pkg-sympa-commits mailing list