[SCM] gfan: Program for computing with Groebner fans branch, master, updated. debian/0.3dfsg-1-24-gc204dfb
Cédric Boutillier
boutil at debian.org
Sat Feb 16 16:13:02 UTC 2013
The following commit has been merged in the master branch:
commit 21dcb7ba878b4c04fe5b20c08a79557ea5a30998
Author: Cédric Boutillier <boutil at debian.org>
Date: Sun Feb 3 22:44:31 2013 +0100
[patch] fix some spelling errors in displayed messages of the program
diff --git a/debian/patches/fix_spelling_errors.patch b/debian/patches/fix_spelling_errors.patch
new file mode 100644
index 0000000..3802ead
--- /dev/null
+++ b/debian/patches/fix_spelling_errors.patch
@@ -0,0 +1,26 @@
+Descriptions: Fix some spelling errors in output text of the programs
+Author: Cédric Boutillier <boutil at debian.org>
+Last-Update: 2013-02-03
+
+--- a/app_scarfisgeneric.cpp
++++ b/app_scarfisgeneric.cpp
+@@ -24,7 +24,7 @@
+ }
+ const char *helpText()
+ {
+- return "This program takes a matrix as input and checks if it satisfies Scarf's generality conditions. The rows of the matrix are listed on the input. The A1 condition is that there exists a strictly poistive vector in the co-kernel of the matrix. The A2 condition is that te maximal minors of the matrix are non-zero. A3\n";
++ return "This program takes a matrix as input and checks if it satisfies Scarf's generality conditions. The rows of the matrix are listed on the input. The A1 condition is that there exists a strictly poistive vector in the co-kernel of the matrix. The A2 condition is that the maximal minors of the matrix are non-zero. A3\n";
+ }
+ ScarfIsGenericApplication()
+ {
+--- a/app_test.cpp
++++ b/app_test.cpp
+@@ -247,7 +247,7 @@
+ good++;
+ else
+ bad++;
+- cout<<"Number of succesful tests "<<good<<endl;
++ cout<<"Number of successful tests "<<good<<endl;
+ cout<<"Number of initialized tests "<<bad<<endl;
+
+ return 0;
diff --git a/debian/patches/series b/debian/patches/series
index 8ff37d3..7aa82b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ set_locale_test_0008.patch
fix_command_test_0056.patch
string_subst_test_50x.patch
dont_forget_flags_debian.patch
+fix_spelling_errors.patch
--
gfan: Program for computing with Groebner fans
More information about the debian-science-commits
mailing list