Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#704668: RFS: woff-tools/0:2009.10.04-1 [ITP]

1 view
Skip to first unread message

Dmitry Shachnev

unread,
Apr 4, 2013, 6:50:02 AM4/4/13
to
Package: sponsorship-requests
Severity: wishlist
Control: block 703996 -1

Dear mentors,

I am looking for a sponsor for my package "woff-tools"

* Package name : woff-tools
Version : 0:2009.10.04-1
Upstream Author : Jonathan Kew <jfkt...@gmail.com>
* URL : https://people.mozilla.com/~jkew/woff/
* License : MPL-1.1 / GPL-2 / LGPL-2.1
Section : fonts

We need to have it in Debian to make MathJax fonts properly built, not blindly
copied from upstream tarball.

It builds those binary packages:

woff-tools - tools to convert between OpenType and WOFF formats

To access further information about this package, please visit the following URL:

http://mentors.debian.net/package/woff-tools

Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/w/woff-tools/woff-tools_2009.10.04-1.dsc

More information about woff-tools can be obtained from https://people.mozilla.com/~jkew/woff/.

--
Dmitry Shachnev

-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (700, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Jakub Wilk

unread,
Apr 5, 2013, 10:30:02 AM4/5/13
to
* Dmitry Shachnev <mit...@gmail.com>, 2013-04-04, 14:36:
>http://mentors.debian.net/debian/pool/main/w/woff-tools/woff-tools_2009.10.04-1.dsc

FTBFS:
woff.c:43:18: fatal error: zlib.h: No such file or directory

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/2013040514...@jwilk.net

Dmitry Shachnev

unread,
Apr 7, 2013, 7:40:02 AM4/7/13
to
Hi Jakub,

On Fri, 5 Apr 2013 16:26:01 +0200, Jakub Wilk wrote:
> * Dmitry Shachnev <mit...@gmail.com>, 2013-04-04, 14:36:
> >http://mentors.debian.net/debian/pool/main/w/woff-tools/woff-tools_2009.10.04-1.dsc
>
> FTBFS:
> woff.c:43:18: fatal error: zlib.h: No such file or directory

Fixed in SVN, thanks!

--
Dmitry Shachnev


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/CAKimPHWio69PkMirPy79Cy54...@mail.gmail.com

Dmitry Shachnev

unread,
Apr 7, 2013, 9:00:02 AM4/7/13
to
On Sun, Apr 7, 2013 at 4:31 PM, Jakub Wilk <jw...@debian.org> wrote:
> FTR, the repository is here:
> svn://anonscm.debian.org/pkg-fonts/packages/woff-tools/trunk
>
> Please fix the Vcs-Svn field. :)

Done, thanks! I should probably have mentioned it when I was filing the bug…

--
Dmitry Shachnev


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/CAKimPHVBkz02kpbv9snP9EPh...@mail.gmail.com

Dmitry Shachnev

unread,
Apr 8, 2013, 6:40:02 AM4/8/13
to
On Sun, Apr 7, 2013 at 10:44 PM, Jakub Wilk <jw...@debian.org> wrote:
> (I don't intend to sponsor this. Sorry!)

Thanks for the review anyway!

> * Dmitry Shachnev <mit...@gmail.com>, 2013-04-07, 16:48:
>
>>> FTR, the repository is here:
>>> svn://anonscm.debian.org/pkg-fonts/packages/woff-tools/trunk
>>>
>>> Please fix the Vcs-Svn field. :)
>>
>>
>> Done, thanks! I should probably have mentioned it when I was filing the
>> bug…
>
>
> Who was .orig.tar created? You can answer in README.source or by writing
> get-orig-source target. :)

Added get-orig-source.

> cppcheck says:
> [woff.c:281]: (error) Common realloc mistake: 'woffData' nulled but not
> freed upon failure
> [woff.c:301]: (error) Common realloc mistake: 'woffData' nulled but not
> freed upon failure

I’ll report a bug to Mozilla, but I don't think it’s worth a downstream patch.

> lintian should have emitted hyphen-used-as-minus-sign, but for some reason
> didn't...

Fixed, thank you!

> According to man-pages(7), the DESCRIPTION sections should be between
> SYNOPSIS and OPTIONS. It also advices against the AUTHOR(S) section.

Fixed.

> The package description and manual pages mention only OpenType fonts, but
> upstream homepage says TrueType fonts are supported too.

The manpages are based on output of upstream “-h” option, which only
says about OpenType. The code also doesn’t mention TrueType, so I
would prefer to keep my current descriptions.

--
Dmitry Shachnev


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/CAKimPHU8QtJOV17rHCbVHZNU8+mTP¬9waFysA0Y...@mail.gmail.com

Dmitry Shachnev

unread,
Apr 11, 2013, 6:50:01 AM4/11/13
to
On Mon, Apr 8, 2013 at 2:35 PM, Dmitry Shachnev <mit...@gmail.com> wrote:
>> cppcheck says:
>> [woff.c:281]: (error) Common realloc mistake: 'woffData' nulled but not
>> freed upon failure
>> [woff.c:301]: (error) Common realloc mistake: 'woffData' nulled but not
>> freed upon failure
>
> I’ll report a bug to Mozilla, but I don't think it’s worth a downstream patch.

Nevermind, the latest version in SVN (and mentors) has that fixed, as
well as some security patches backported from mozilla-central.

Andrew, any chance you can look at this package?

--
Dmitry Shachnev


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/CAKimPHXJO3rSF330-ZmgO093...@mail.gmail.com

Andrew Starr-Bochicchio

unread,
Apr 12, 2013, 2:30:02 PM4/12/13
to
On Thu, Apr 11, 2013 at 6:38 AM, Dmitry Shachnev <mit...@gmail.com> wrote:
> On Mon, Apr 8, 2013 at 2:35 PM, Dmitry Shachnev <mit...@gmail.com> wrote:
>>> cppcheck says:
>>> [woff.c:281]: (error) Common realloc mistake: 'woffData' nulled but not
>>> freed upon failure
>>> [woff.c:301]: (error) Common realloc mistake: 'woffData' nulled but not
>>> freed upon failure
>>
>> I’ll report a bug to Mozilla, but I don't think it’s worth a downstream patch.
>
> Nevermind, the latest version in SVN (and mentors) has that fixed, as
> well as some security patches backported from mozilla-central.
>
> Andrew, any chance you can look at this package?

Unfortunately, not anytime soon. If no one else gets to it by next
week, I'll try to take a look.

Sorry,

-- Andrew Starr-Bochicchio

Ubuntu Developer <https://launchpad.net/~andrewsomething>
Debian Developer <http://qa.debian.org/developer.php?login=asb>
PGP/GPG Key ID: D53FDCB1


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/CAL6k_AzL_oYMFWkQZxUP5yeF...@mail.gmail.com

Dmitry Shachnev

unread,
May 3, 2013, 2:00:01 PM5/3/13
to
Hi again Andrew,

On Fri, Apr 12, 2013 at 10:24 PM, Andrew Starr-Bochicchio
<a...@debian.org> wrote:
> Unfortunately, not anytime soon. If no one else gets to it by next
> week, I'll try to take a look.

Any chance you will take a look?

You don't have to actually sponsor anything, you can just add that to
the list of packages I can upload :)

--
Dmitry Shachnev


--
To UNSUBSCRIBE, email to debian-ment...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/CAKimPHXzS1Bbski5tk-mRKQtsVs7dOnbyaj=E2i9PAv...@mail.gmail.com

Debian Bug Tracking System

unread,
May 17, 2013, 1:00:02 AM5/17/13
to
Your message dated Fri, 17 May 2013 04:22:51 +0000
with message-id <E1UdCBv-...@quantz.debian.org>
and subject line closing RFS: woff-tools/0:2009.10.04-1 [ITP]
has caused the Debian Bug report #704668,
regarding RFS: woff-tools/0:2009.10.04-1 [ITP]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


--
704668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704668
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
0 new messages