[pkg-java] r5684 - trunk/gjdoc/debian/patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Wed Feb 13 10:17:46 UTC 2008


Author: mkoch
Date: 2008-02-13 10:17:45 +0000 (Wed, 13 Feb 2008)
New Revision: 5684

Removed:
   trunk/gjdoc/debian/patches/template
Log:
- removed too. We dont need that anymore.


Deleted: trunk/gjdoc/debian/patches/template
===================================================================
--- trunk/gjdoc/debian/patches/template	2008-02-13 08:57:51 UTC (rev 5683)
+++ trunk/gjdoc/debian/patches/template	2008-02-13 10:17:45 UTC (rev 5684)
@@ -1,20 +0,0 @@
-#! /bin/sh -e
-## DP: DUMMY
-
-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 -p0 < $0
-	;;
-	-unpatch)
-		patch -f --no-backup-if-mismatch -R -p0 < $0
-	;;
-	*)
-		echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-		exit 1
-	;;
-esac
-
-exit 0
-




More information about the pkg-java-commits mailing list