I sponsored memtailor. Please pay attention that build fails on kfreebsd*-archs due to wrong symbols. Not critical though. I think this symbol-system is a very good idea, but its maintainance is just a pain. I dropped it from all of my packages.
I will have a look at mathic. Cheers Anton 2015-06-19 8:17 GMT+02:00 Doug Torrance <[email protected]>: > 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 <[email protected]> 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 > > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: https://lists.debian.org/[email protected] > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/CALF6qJmCHorP2CLuhhOn0UKwG8B=B=lnsztfzbgcpdxknkw...@mail.gmail.com

