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

Re: memtailor



On 06/10/2015 12:09 PM, Doug Torrance wrote:

A package I had worked on several months ago, memtailor, finally
cleared the NEW queue a few days ago.  After reading the build logs, I
noticed that it was failing to build on 32-bit architectures due to
the symbols file.

I've fixed this and also added a basic CI test.  Would anyone be
willing to sponsor?  I've added it to the bottom of the SoB page.

It turns out my CI test didn't work -- I'd forgotten to add pkg-config to Depends.  I've
fixed the problem and commited the changes to git.  Would anyone be able to sponsor?

Also, another package I've worked on, mathic, is still waiting for a sponsor.  Both memtailor
and mathic are on the SoB page.

Thanks!
Doug

diff --git a/debian/changelog b/debian/changelog
index fcd59b6..6966f6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+memtailor (1.0~git20130809-3) unstable; urgency=medium
+
+  * debian/tests/control
+    - Add pkg-config to Depends; fixes failing CI test.
+
+ -- Doug Torrance <dtorrance@monmouthcollege.edu>  Fri, 19 Jun 2015 00:49:26 -0500
+
 memtailor (1.0~git20130809-2) unstable; urgency=medium
* debian/libmemtailor0.symbols
diff --git a/debian/tests/control b/debian/tests/control
index 871c4db..e1d5e0e 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
 Tests: build
-Depends: libmemtailor-dev, build-essential
+Depends: libmemtailor-dev, build-essential, pkg-config



Reply to: