[SCM] CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences branch, master, updated. upstream/2006.dfsg.2-37-g4677385

Lifeng Sun lifongsun at gmail.com
Thu Aug 4 13:12:08 UTC 2011


The following commit has been merged in the master branch:
commit 65e99072f10ccaaa9c98207e1ef73a22a6a0bca8
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Thu Aug 4 18:20:02 2011 +0800

    Add patch 138.

diff --git a/debian/patches/00list b/debian/patches/00list
index 3edc9c2..8301baa 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -30,6 +30,7 @@
 135-fix-typo-dont-don_t.dpatch
 136-fix-typo-automaticly-automatically.dpatch
 137-fix-typo-lenght-length.dpatch
+138-remove-declaration-repeat.dpatch
 201-update-kuip-helper-apps.dpatch
 202-fix-includes-in-minuit-example.dpatch
 205-max-path-length-to-256.dpatch
diff --git a/debian/patches/138-remove-declaration-repeat.dpatch b/debian/patches/138-remove-declaration-repeat.dpatch
new file mode 100755
index 0000000..6a35e82
--- /dev/null
+++ b/debian/patches/138-remove-declaration-repeat.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 138-remove-declaration-repeat.dpatch by Lifeng Sun <lifongsun at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove invalid declaration of REPEAT function.
+
+ at DPATCH@
+diff --git a/src/mathlib/gen/tests/vecdraw.F b/src/mathlib/gen/tests/vecdraw.F
+index 2ae9de7..33b3ff5 100644
+--- a/src/mathlib/gen/tests/vecdraw.F
++++ b/src/mathlib/gen/tests/vecdraw.F
+@@ -15,7 +15,7 @@ C
+ C-    Simple vector drawing routine
+ C
+       DIMENSION V(*)
+-      CHARACTER*78 LINE,REPEAT
++      CHARACTER*78 LINE
+ C
+       VMAX=0.
+       VMIN=0.

-- 
CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences



More information about the debian-science-commits mailing list