From 29a2baa31eb404118e380ac2138fbc67c657f03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 13 Jan 2017 13:59:06 +0100 Subject: remove unwanted and problematic files from source --- packages/debian/patches/02gzip-manpage.dpatch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 packages/debian/patches/02gzip-manpage.dpatch (limited to 'packages/debian/patches/02gzip-manpage.dpatch') diff --git a/packages/debian/patches/02gzip-manpage.dpatch b/packages/debian/patches/02gzip-manpage.dpatch deleted file mode 100644 index 6829218..0000000 --- a/packages/debian/patches/02gzip-manpage.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 02gzip-manpage.dpatch by Alexander Wirt -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad gcstar-0.4.1~/install gcstar-0.4.1/install ---- gcstar-0.4.1~/install 2006-10-14 09:25:28.000000000 +0200 -+++ gcstar-0.4.1/install 2006-10-14 09:25:36.000000000 +0200 -@@ -145,7 +145,7 @@ - mkpath $baseDir.'/man/man1'; - my $manPage = "$baseDir/man/man1/$binName.1"; - copy 'man/gcstar.1', $manPage; -- `gzip -f $manPage 2>&1 >/dev/null`; -+ `gzip -f -9 $manPage 2>&1 >/dev/null`; - - chmod 0755, $baseDir.'/bin/'.$binName; - -- cgit v1.2.3