#! /bin/sh -e ## XX_PATCHNAME.dpatch by YOUR NAME ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Don't depend on GNUstep-make [ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts patch_opts="${patch_opts:--f --no-backup-if-mismatch}" if [ $# -ne 1 ]; then echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1 fi case "$1" in -patch) patch $patch_opts -p1 < $0;; -unpatch) patch $patch_opts -p1 -R < $0;; *) echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1;; esac exit 0 @DPATCH@ --- epoz/GNUmakefile.old 2004-11-29 14:52:34.000000000 +0100 +++ epoz/GNUmakefile 2004-11-29 14:53:11.000000000 +0100 @@ -1,6 +1,5 @@ # $Id$ -include $(GNUSTEP_MAKEFILES)/common.make SCRIPTS = \ epoz_script_detect.js \