Hi everyone, 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. Thanks! Doug diff --git a/debian/changelog b/debian/changelog index 8040f62..fcd59b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +memtailor (1.0~git20130809-2) unstable; urgency=medium + + * debian/libmemtailor0.symbols + - Add arch-bits tags to certain symbols to enable builds on 32-bit + architectures. + * debian/tests/* + - Add test. + + -- Doug Torrance <[email protected]> Tue, 09 Jun 2015 10:18:24 -0500 + memtailor (1.0~git20130809-1) unstable; urgency=low * Initial release (Closes: #780766). -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/calrgpkpuk7aj6b1khmdyv81gdy18qcy6jpcun58pr+gq3mc...@mail.gmail.com

