[Pkg-sympa-commits] [sympa] 01/01: Add patch for sympa_wizard to locate MHonArc modules (#876272).

Stefan Hornburg (Racke) racke at linuxia.de
Wed Oct 4 17:20:50 UTC 2017


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

racke pushed a commit to branch master
in repository sympa.

commit 02ae50f2b360ffe3d50344073f61ad1f78823b5f
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Wed Oct 4 17:41:44 2017 +0200

    Add patch for sympa_wizard to locate MHonArc modules (#876272).
---
 debian/patches/2003_sympa_wizard_mhonarc.patch | 17 +++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/2003_sympa_wizard_mhonarc.patch b/debian/patches/2003_sympa_wizard_mhonarc.patch
new file mode 100644
index 0000000..67af944
--- /dev/null
+++ b/debian/patches/2003_sympa_wizard_mhonarc.patch
@@ -0,0 +1,17 @@
+Description: Add /usr/share/mhonarc to module include path for sympa wizard (#876272).
+Author: Stefan Hornburg (Racke) <racke at linuxia.de>
+Last-Update: 2017-10-04
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/sbin/sympa_wizard.pl.in.mhonarc	2014-11-25 13:27:07.000000000 +0900
++++ b/src/sbin/sympa_wizard.pl.in	2014-11-25 13:52:58.088456116 +0900
+@@ -23,7 +23,8 @@
+ # You should have received a copy of the GNU General Public License
+ # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ 
+-use lib '--modulesdir--';
++use lib qw(--modulesdir--
++        /usr/share/mhonarc);
+ use strict;
+ use warnings;
+ use English qw(-no_match_vars);
diff --git a/debian/patches/series b/debian/patches/series
index 82f231c..36af1e1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+2003_sympa_wizard_mhonarc.patch
 1000_cleanup_fixes.patch
 2001_ca_bundle_check_as_warning.patch
 2002_support_jquery3_using_migrate.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