[cohomcalg] 06/12: Refresh patches

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Jan 16 06:03:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository cohomcalg.

commit 74b4e3e40a9d72e89add533a1d881b27bd79b012
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Jan 16 00:22:09 2017 -0500

    Refresh patches
---
 debian/patches/reproducible_build.patch |  2 +-
 debian/patches/spelling.patch           | 34 ++++++++++++++++-----------------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch
index f93478e..5825224 100644
--- a/debian/patches/reproducible_build.patch
+++ b/debian/patches/reproducible_build.patch
@@ -6,7 +6,7 @@ Last-Update: 2017-01-08
 +++ b/source/main.cpp
 @@ -34,7 +34,6 @@
  #define APP_NAME      "cohomCalg"
- #define APP_VERSION   "0.31b"
+ #define APP_VERSION   "0.31c"
  #define APP_AUTHOR    "author: Benjamin Jurke (mail at benjaminjurke.net)" << std::endl << "    Based on the algorithm presented in arXiv:1003.5217"
 -#define APP_UPDATE    __DATE__ << " @ " << __TIME__
  #define APP_PLATFORM  APP_TARGET_OS << " " << APP_ARCH
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 1261cc4..9640402 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -2,26 +2,26 @@ Description: Fix spelling errors.
 Author: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2017-01-07
 
---- a/sourcerationals.cpp
+--- a/source/rationals.cpp
 +++ b/source/rationals.cpp
 @@ -523,7 +523,7 @@
- 	}
- 	else
- 	{
--		WARN_OUT("Counting of the rationoms errorneous - is your input geometry valid?");
-+		WARN_OUT("Counting of the rationoms erroneous - is your input geometry valid?");
- 
- 		// During a normal program run, we have the warning output, but in integration mode we treat this as a serious error
- 		if (CCmdLineArguments::GetVerboseLevel() < -5)
+ 	}
+ 	else
+ 	{
+-		WARN_OUT("Counting of the rationoms errorneous - is your input geometry valid?");
++		WARN_OUT("Counting of the rationals erroneous - is your input geometry valid?");
+ 
+ 		// During a normal program run, we have the warning output, but in integration mode we treat this as a serious error
+ 		if (CCmdLineArguments::GetVerboseLevel() < -5)
 @@ -853,7 +853,7 @@
-     {
-         MSG_OUT("Verbose level 2: Serre dualization information:");
-         MSG_OUT("-----------------------------------------------");
--        MSG_OUT("    Due to the ambiguous contributions to the requested cohomologies the following braching occured:");
-+        MSG_OUT("    Due to the ambiguous contributions to the requested cohomologies the following braching occurred:");
-         MSG_OUT("    - \"normal\" configurations:   " << numcohoms << " (" << BytesToReadableSize(numcohoms * sizeof(ui32vec64)) << " memory)");
-         MSG_OUT("    - Serre-dual configurations: " << numdualcohoms << " (" << BytesToReadableSize(numdualcohoms * sizeof(ui32vec64)) << " memory)");
-         MSG_OUT("");
+     {
+         MSG_OUT("Verbose level 2: Serre dualization information:");
+         MSG_OUT("-----------------------------------------------");
+-        MSG_OUT("    Due to the ambiguous contributions to the requested cohomologies the following braching occured:");
++        MSG_OUT("    Due to the ambiguous contributions to the requested cohomologies the following branching occurred:");
+         MSG_OUT("    - \"normal\" configurations:   " << numcohoms << " (" << BytesToReadableSize(numcohoms * sizeof(ui32vec64)) << " memory)");
+         MSG_OUT("    - Serre-dual configurations: " << numdualcohoms << " (" << BytesToReadableSize(numdualcohoms * sizeof(ui32vec64)) << " memory)");
+         MSG_OUT("");
 --- a/source/main.cpp
 +++ b/source/main.cpp
 @@ -218,10 +218,10 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cohomcalg.git



More information about the debian-science-commits mailing list