#! /bin/sh -e
## 01_kill_pstcol.dpatch by Masayuki Hatta <mhatta@debian.org>
##
## All lines beginning with \`## DP:' are a description of the patch.
## DP: Makes prosper.cls not require pstcol, it has been causing much problem.
if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch) patch -f --no-backup-if-mismatch --dry-run -p1 < $0 && patch -f --no-backup-if-mismatch -p1 < $0
;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1;;
esac
exit 0
diff -urN prosper-1.00.4+cvs.2004.03.29.orig/prosper.cls prosper-1.00.4+cvs.2004.03.29/prosper.cls
--- prosper-1.00.4+cvs.2004.03.29.orig/prosper.cls 2004-03-29 00:03:48.000000000 +0900
+++ prosper-1.00.4+cvs.2004.03.29/prosper.cls 2004-03-29 00:04:35.000000000 +0900
@@ -85,7 +85,7 @@
\ProcessOptions\relax
-\RequirePackage{pstcol}
+%\RequirePackage{pstcol}
\RequirePackage{graphicx} % MUST be loaded *before* seminar
% Trying to detect VTeX automatically.