diff options
| author | 2022-10-13 18:46:52 -0400 | |
|---|---|---|
| committer | 2022-10-13 18:46:52 -0400 | |
| commit | fa02f00206c54aca177242b91b069f9f5b400b37 (patch) | |
| tree | e00abd360c8981928aba9cd215a948158266ff49 | |
| parent | d5b41f13cedb62d7d21470e6f3e46d03ba313bc8 (diff) | |
d/p/001-Fix-shebang.patch: Dropped, handled in debhelper now.
| -rw-r--r-- | debian/patches/001-Fix-shebang.patch | 16 | ||||
| -rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/001-Fix-shebang.patch b/debian/patches/001-Fix-shebang.patch deleted file mode 100644 index 7bc8b55..0000000 --- a/debian/patches/001-Fix-shebang.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Fix shebang to comply with Debian Policy 10.4 -Author: Unit 193 <unit193@debian.org> -Forwarded: not-needed - ---- - inxi | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/inxi 2022-06-14 20:12:27.962044098 -0400 -+++ b/inxi 2022-06-14 20:12:27.954044124 -0400 -@@ -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-2022 Harald Hope - ## Additional features (C) Scott Rogers - kde, cpu info diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 6386283..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -001-Fix-shebang.patch |
