[Pkg-scicomp-devel] qhull/trunk/debian/patches

Rafael Laboissiere rafael at debian.org
Sun Apr 1 16:17:32 UTC 2007


SVN commit 1474 by rafael:

Converted patches from dpatch into CDBS/simple-patchsys


 M  +0 -24     qhull/trunk/debian/patches/QHpointer.patch  
 M  +0 -24     qhull/trunk/debian/patches/make-new-msg.patch  


--- qhull/trunk/debian/patches/QHpointer.patch #1473:1474
@@ -1,27 +1,3 @@
-#! /bin/sh -e
-## QHpointer.dpatch by Rafael Laboissiere <rafael at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Access Qhull globals via a pointer to allocated memory
-
-[ -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
 --- qhull-orig/src/user.h	2002-04-29 11:01:46.000000000 +0200
 +++ qhull/src/user.h	2004-02-02 11:04:47.000000000 +0100
 @@ -509,7 +509,7 @@
--- qhull/trunk/debian/patches/make-new-msg.patch #1473:1474
@@ -1,27 +1,3 @@
-#! /bin/sh -e
-## QHpointer.dpatch by Rafael Laboissiere <rafael at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Access Qhull globals via a pointer to allocated memory
-
-[ -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
 --- qhull-orig/src/io.c	2004-01-31 12:00:15.000000000 +0100
 +++ qhull/src/io.c	2004-02-06 09:54:18.000000000 +0100
 @@ -4017,11 +4017,8 @@



More information about the Pkg-scicomp-devel mailing list