aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/patches/001-Fix-shebang.patch11
-rw-r--r--debian/patches/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/001-Fix-shebang.patch b/debian/patches/001-Fix-shebang.patch
new file mode 100644
index 0000000..8c15160
--- /dev/null
+++ b/debian/patches/001-Fix-shebang.patch
@@ -0,0 +1,11 @@
+Description: Fix shebang to comply with Debian Policy 10.4
+Author: Unit 193 <unit193@ubuntu.com>
+
+--- inxi-3.0.20-1.orig/inxi
++++ inxi-3.0.20-1/inxi
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ ## infobash: Copyright (C) 2005-2007 Michiel de Boer aka locsmif
+ ## inxi: Copyright (C) 2008-2018 Harald Hope
+ ## Additional features (C) Scott Rogers - kde, cpu info
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6386283
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001-Fix-shebang.patch