[mathicgb] 199/393: Removed -1.0 from the dependencies on mathic and memtailor. Not a single person who has seen this scheme appears to have understood what it's about (header versioning), even after extensive explanation in some cases, so the effort necessary to explain this scheme far overshadows the technical advantages.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:58:59 UTC 2015


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

dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.

commit 06a06d518a53ddc0f766789d48407255c4f1cb2a
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Thu Mar 21 19:56:29 2013 +0100

    Removed -1.0 from the dependencies on mathic and memtailor. Not a single person who has seen this scheme appears to have understood what it's about (header versioning), even after extensive explanation in some cases, so the effort necessary to explain this scheme far overshadows the technical advantages.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2979d70..c4c3fb5 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ dnl AC_INIT sets up autoconf and must be first macro.
 AC_INIT([mathicgb], [1.0]) # package, version, bug-report-email
 
 # Check availability and location of dependencies
-PKG_CHECK_MODULES([MEMTAILOR], [memtailor-1.0])
-PKG_CHECK_MODULES([MATHIC], [mathic-1.0])
+PKG_CHECK_MODULES([MEMTAILOR], [memtailor])
+PKG_CHECK_MODULES([MATHIC], [mathic])
 
 dnl ----- The gtest dependency
 

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



More information about the debian-science-commits mailing list