From b0ecd18115bb4fa1887da6c590353f9f5a76434f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 6 Mar 2019 11:10:34 -0700 Subject: notmuch-slurp-debbug: use IPC::System::Simple Signed-off-by: Sean Whitton --- debian/changelog | 9 +++++++++ debian/control | 1 + 2 files changed, 10 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7580b82..bbf528e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +mailscripts (0.6-1) UNRELEASED; urgency=high + + * notmuch-slurp-debbug: Further ensure that superfluous shells are not + invoked by switching from system() and backticks to functions from + IPC::System::Simple. + - d/control: add runtime dependency on libipc-system-simple-perl. + + -- Sean Whitton Wed, 06 Mar 2019 11:08:44 -0700 + mailscripts (0.5-1) unstable; urgency=high * notmuch-slurp-debbug: Avoid invoking entirely superfluous shells when diff --git a/debian/control b/debian/control index 8e7b8de..8bfe006 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Package: mailscripts Depends: libconfig-tiny-perl, libfile-which-perl, + libipc-system-simple-perl, libmime-tools-perl, python3, ${misc:Depends}, -- cgit v1.2.3