Package: maildrop
Severity: normal
Tags: patch

Dear Maintainer,

maildrop.makedat captures the build-time shell and uses it an interpreter
after the package is built.  This patch uses /bin/sh instead.

Thanks!

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Author: Robbie Harwood <rharw...@club.cc.cmu.edu>
Description: For reproducibility, do not use build-time shell in scripts
--- a/libs/maildir/sharedindexinstall.in
+++ b/libs/maildir/sharedindexinstall.in
@@ -1,4 +1,4 @@
-#! @SHELL@
+#!/bin/sh
 #
 # Copyright 2004 Double Precision, Inc.
 # See COPYING for distribution information.
--- a/libs/makedat/makedat.in
+++ b/libs/makedat/makedat.in
@@ -1,4 +1,4 @@
-#! @SHELL@
+#!/bin/sh
 #
 #
 # Copyright 1998 - 2004 Double Precision, Inc.  See COPYING for

Reply via email to