Description: Use policy-compliant interpreter
 Swaks specifies "/usr/bin/env perl" as its interpreter. Debian policy
 specifies /usr/bin/perl should be used instead.
Author: Gunnar Wolf <gwolf@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: <2024-01-05>

Index: swaks/swaks
===================================================================
--- swaks.orig/swaks
+++ swaks/swaks
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # use 'swaks --help' to view documentation for this program
 #
