diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..6ef6092 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +shebang-to-usr-bin-perl.patch diff --git a/debian/patches/shebang-to-usr-bin-perl.patch b/debian/patches/shebang-to-usr-bin-perl.patch new file mode 100644 index 0000000..015de93 --- /dev/null +++ b/debian/patches/shebang-to-usr-bin-perl.patch @@ -0,0 +1,15 @@ +Author: Dima Kogan +Date: Sat Aug 28 13:33:00 2021 -0700 + + #! line uses /usr/bin/env to work with nonstandard installations + +diff --git a/bin/feedgnuplot b/bin/feedgnuplot +index 3123c5b..e5e7ccf 100755 +--- a/bin/feedgnuplot ++++ b/bin/feedgnuplot +@@ -1,4 +1,4 @@ +-#!/usr/bin/env perl ++#!/usr/bin/perl + + package feedgnuplot; # for the metacpan indexer +