From 0a3066aa6c8e441bc49d481a989856795aa82ca8 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Wed, 18 Apr 2012 13:50:00 +0200 Subject: [PATCH] Remove mkinstalldirs patch (autocreated by debhelper autoreconf) --- debian/patches/03_mkinstalldirs.diff | 45 ------------------------------------ debian/patches/series | 1 - 2 files changed, 46 deletions(-) delete mode 100644 debian/patches/03_mkinstalldirs.diff diff --git a/debian/patches/03_mkinstalldirs.diff b/debian/patches/03_mkinstalldirs.diff deleted file mode 100644 index 0d5b71b..0000000 --- a/debian/patches/03_mkinstalldirs.diff +++ /dev/null @@ -1,45 +0,0 @@ -Index: suphp/config/mkinstalldirs -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ suphp/config/mkinstalldirs 2012-04-18 12:34:31.229383687 +0200 -@@ -0,0 +1,40 @@ -+#! /bin/sh -+# mkinstalldirs --- make directory hierarchy -+# Author: Noah Friedman -+# Created: 1993-05-16 -+# Public domain -+ -+# $Id: mkinstalldirs,v 1.13 1999/01/05 03:18:55 bje Exp $ -+ -+errstatus=0 -+ -+for file -+do -+ set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` -+ shift -+ -+ pathcomp= -+ for d -+ do -+ pathcomp="$pathcomp$d" -+ case "$pathcomp" in -+ -* ) pathcomp=./$pathcomp ;; -+ esac -+ -+ if test ! -d "$pathcomp"; then -+ echo "mkdir $pathcomp" -+ -+ mkdir "$pathcomp" || lasterr=$? -+ -+ if test ! -d "$pathcomp"; then -+ errstatus=$lasterr -+ fi -+ fi -+ -+ pathcomp="$pathcomp/" -+ done -+done -+ -+exit $errstatus -+ -+# mkinstalldirs ends here diff --git a/debian/patches/series b/debian/patches/series index 96e1900..fe129ac 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ 01_debian.diff -03_mkinstalldirs.diff -- 2.11.0