From c6a3dc837493fbe9867d4798fbfa3f2fc1dd01d8 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 3 Aug 2018 17:11:57 -0400 Subject: d/p/001-Fix-shebang.patch: Fix shebang to comply with Debian Policy 10.4. --- debian/patches/001-Fix-shebang.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/001-Fix-shebang.patch create mode 100644 debian/patches/series (limited to 'debian') 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 + +--- 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 -- cgit v1.2.3