Your message dated Sun, 30 May 2010 15:38:55 +0000
with message-id <[email protected]>
and subject line Bug#581962: fixed in mknfonts.tool 0.5-11
has caused the Debian Bug report #581962,
regarding mknfonts.tool: Broken nostrip handling with gnustep-make/2.4.x
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 [email protected]
immediately.)


-- 
581962: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581962
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mknfonts.tool
Version: 0.5-10
Severity: important
User: [email protected]
Usertags: gnustep-make2.4-transition gnustep-transition

[ This report was generated semi-automatically. ]

Your package implements `noopt' support by conditionally defining the
OPTFLAG variable.  As of gnustep-make/2.4.0, this also swallows the -g
flag passed to GCC so the produced binaries are useless for debugging
even if the package is built with `nostrip'.

See
/usr/share/GNUstep/Documentation/Developer/Make/ReleaseNotes/RELEASENOTES
for more information.

In almost all cases this is easy to fix; if you were doing something
like:

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
OPTFLAG := -O0
else
OPTFLAG := -O2
endif

build-stamp:
        ...
        $(MAKE) OPTFLAG=$(OPTFLAG) ...


, then replacing it with


ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
optim := debug=yes
endif

build-stamp:
        ...
        $(MAKE) $(optim) ...

should be sufficient.



--- End Message ---
--- Begin Message ---
Source: mknfonts.tool
Source-Version: 0.5-11

We believe that the bug you reported is fixed in the latest version of
mknfonts.tool, which is due to be installed in the Debian FTP archive:

mknfonts.tool_0.5-11.diff.gz
  to main/m/mknfonts.tool/mknfonts.tool_0.5-11.diff.gz
mknfonts.tool_0.5-11.dsc
  to main/m/mknfonts.tool/mknfonts.tool_0.5-11.dsc
mknfonts.tool_0.5-11_i386.deb
  to main/m/mknfonts.tool/mknfonts.tool_0.5-11_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yavor Doganov <[email protected]> (supplier of updated mknfonts.tool package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 30 May 2010 17:52:13 +0300
Source: mknfonts.tool
Binary: mknfonts.tool
Architecture: source i386
Version: 0.5-11
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Description: 
 mknfonts.tool - Create nfont packages for GNUstep
Closes: 581962
Changes: 
 mknfonts.tool (0.5-11) unstable; urgency=low
 .
   * debian/control (Standards-Version): Compliant with 3.8.4 (no changes
     needed).
   * debian/rules (OPTFLAG): No longer define; rework noopt handling to be
     compatible with gnustep-make/2.4.x (Closes: #581962).
   * debian/source/format: New file.
   * debian/watch: Found it on ftp.gnustep.org; use that just in case.
Checksums-Sha1: 
 69c39fa292e2713afaff227f5d6d7d168bd6ca5e 1182 mknfonts.tool_0.5-11.dsc
 b7d90fa66f267a41d81850ff01916fd477d5d658 7991 mknfonts.tool_0.5-11.diff.gz
 4dccc1fccdf291e3f992219d3f17e012aff8e062 15506 mknfonts.tool_0.5-11_i386.deb
Checksums-Sha256: 
 97e72a770ab2ce0c7950dc0533797ddc4553e984a22b613843eff2e470cb74c4 1182 
mknfonts.tool_0.5-11.dsc
 e9889624daade0d92b89e3c5f8341d770ed81291027de9df2e66a4c013ef5f07 7991 
mknfonts.tool_0.5-11.diff.gz
 11f430415e5fa048952dbe87e6df9273f00dc6f709b328b73f38cae006141186 15506 
mknfonts.tool_0.5-11_i386.deb
Files: 
 2845555ed4b2f7b9e72b0fee693c2aaa 1182 gnustep optional mknfonts.tool_0.5-11.dsc
 7ea2938e0a3c784db2a18878482790b0 7991 gnustep optional 
mknfonts.tool_0.5-11.diff.gz
 bbaaf0ed61c06d7fee1f8d0392308953 15506 gnustep optional 
mknfonts.tool_0.5-11_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwCgE8ACgkQ5ItltUs5T34RFwCgqjsuqVooofEFqijlxQzs+Xam
dBIAniG7oAf5KxyunO2V/agJvv8PwSQV
=cmHc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to