From c936ccc3dc48df4c501aba9d4e5949658067dceb Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 30 Jun 2023 07:42:26 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 ++- IO-HTML-1.004-Normalize-a-shebang.patch | 26 ------------------------- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 IO-HTML-1.004-Normalize-a-shebang.patch diff --git a/.gitignore b/.gitignore index e19d5bd..f6eac29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -SOURCES/IO-HTML-1.001.tar.gz +/IO-HTML-0.04.tar.gz +/IO-HTML-1.00.tar.gz /IO-HTML-1.001.tar.gz diff --git a/IO-HTML-1.004-Normalize-a-shebang.patch b/IO-HTML-1.004-Normalize-a-shebang.patch deleted file mode 100644 index b013780..0000000 --- a/IO-HTML-1.004-Normalize-a-shebang.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f149109f7f5d8e6b9362553115e021011b69acd2 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -Date: Tue, 29 Sep 2020 10:45:50 +0200 -Subject: [PATCH] Normalize a shebang -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Petr Písař ---- - examples/detect-encoding.pl | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/examples/detect-encoding.pl b/examples/detect-encoding.pl -index 8442cfa..2850019 100755 ---- a/examples/detect-encoding.pl -+++ b/examples/detect-encoding.pl -@@ -1,4 +1,4 @@ --#! /usr/bin/env perl -+#!/usr/bin/perl - #--------------------------------------------------------------------- - # This example is hereby placed in the public domain. - # You may copy from it freely. --- -2.25.4 -