[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:54:34 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit c29e5db64b131b611de55e56e266687a43419062
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date: Fri Mar 30 16:00:55 2012 +0200
remove kernel/testgh
diff --git a/kernel/testgh b/kernel/testgh
deleted file mode 100755
index 6828725..0000000
--- a/kernel/testgh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-if [ -f grammar.hh ]
-then
- mv grammar.hh grammar.cc.h
-fi
-if [ -f grammar.h ]
-then
- if diff grammar.cc.h grammar.h >/dev/null
- then
- echo grammar.h was okay
- /bin/rm grammar.cc.h
- else
- echo generating new grammar.h
- mv grammar.cc.h grammar.h
- fi
-else
- echo generating grammar.h
- mv grammar.cc.h grammar.h
-fi
--
an open source computer algebra system
More information about the debian-science-commits
mailing list