[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mathicgb



Hi Andreas,

On 04/06/2015 01:04 PM, Andreas Tille wrote:
I noticed that you added a new line to SoB page and thus I had a look on
the package wearing my mentors hat.  Unfortunately it does not build due to
two missing Build-Depends:


The following packages have unmet dependencies:
  pbuilder-satisfydepends-dummy : Depends: libmathic-dev which is a virtual package.
                                  Depends: libmemtailor-dev which is a virtual package.
Unable to resolve dependencies!  Giving up...


May be we need to start the chain of dependencies one step more back?

Yeah, I probably should have been a little more clear in my initial email to the list about mathicgb. It depends on mathic, which is also currently waiting for a sponsor, and memtailor, which I packaged not too long ago and is sitting in NEW.

Both packages are available in git:
ssh://anonscm.debian.org/git/debian-science/packages/mathic.git
ssh://anonscm.debian.org/git/debian-science/packages/memtailor.git

I've also attached a patch to for the Blends task list that adds these two (plus frobby, another Macaulay2 dependency I packaged earlier and is also in NEW).

Thanks!
Doug
>From 7f6d619890b0b014ee3d3da160c52f7b09efa23a Mon Sep 17 00:00:00 2001
From: Doug Torrance <dtorrance@monmouthcollege.edu>
Date: Mon, 6 Apr 2015 16:30:19 -0500
Subject: [PATCH] Add frobby, mathic, and memtailor.

---
 tasks/mathematics     | 2 ++
 tasks/mathematics-dev | 4 ++++
 tasks/tools           | 1 +
 3 files changed, 7 insertions(+)

diff --git a/tasks/mathematics b/tasks/mathematics
index 150f52d..883d8e7 100644
--- a/tasks/mathematics
+++ b/tasks/mathematics
@@ -147,6 +147,8 @@ Depends: qhull-bin
 
 Depends: mathicgb
 
+Depends: frobby
+
 X-Removed: Packages removed from Debian
 
 Depends: octaviz
diff --git a/tasks/mathematics-dev b/tasks/mathematics-dev
index 3e31003..6e384d2 100644
--- a/tasks/mathematics-dev
+++ b/tasks/mathematics-dev
@@ -210,3 +210,7 @@ Depends: python-pyoperators | python3-pyoperators
 Depends: libplb-dev
 
 Depends: libmathicgb-dev
+
+Depends: libfrobby-dev
+
+Depends: libmathic-dev
diff --git a/tasks/tools b/tasks/tools
index 8abb8b1..f96dc7f 100644
--- a/tasks/tools
+++ b/tasks/tools
@@ -15,3 +15,4 @@ Depends: openstereogram
 
 Depends: xoscope
 
+Depends: libmemtailor-dev
-- 
2.1.0


Reply to: