Your message dated Thu, 03 Jun 2010 03:32:51 +0000
with message-id <[email protected]>
and subject line Bug#581983: fixed in systempreferences.app 1.1.0-2
has caused the Debian Bug report #581983,
regarding systempreferences.app: 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.)


-- 
581983: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581983
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: systempreferences.app
Version: 1.1.0-1
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: systempreferences.app
Source-Version: 1.1.0-2

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

systempreferences.app_1.1.0-2.diff.gz
  to main/s/systempreferences.app/systempreferences.app_1.1.0-2.diff.gz
systempreferences.app_1.1.0-2.dsc
  to main/s/systempreferences.app/systempreferences.app_1.1.0-2.dsc
systempreferences.app_1.1.0-2_i386.deb
  to main/s/systempreferences.app/systempreferences.app_1.1.0-2_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 systempreferences.app 
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: Wed, 02 Jun 2010 21:30:32 +0300
Source: systempreferences.app
Binary: systempreferences.app
Architecture: source i386
Version: 1.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Description: 
 systempreferences.app - GNUstep preferences application
Closes: 581983
Changes: 
 systempreferences.app (1.1.0-2) unstable; urgency=low
 .
   * debian/rules (OPTFLAG): No longer define; rework noopt handling to be
     compatible with gnustep-make/2.4.x (Closes: #581983).
   * debian/source/format: New file.
   * debian/control (Standards-Version): Compliant with 3.8.4 (no changes
     needed).
Checksums-Sha1: 
 5cef19b015dcb569b27b75ae7e6d88f37bc4e55c 1334 systempreferences.app_1.1.0-2.dsc
 5fc4bca7f30151913dc81bb0d98fc095b44fa514 3785 
systempreferences.app_1.1.0-2.diff.gz
 b40174e5defc7fe49b1e336309854e2a2fbe0d00 301880 
systempreferences.app_1.1.0-2_i386.deb
Checksums-Sha256: 
 f761c897a60cfd03c75e4c0b63c053ad221a7d60363fc0539fc5452587e6423e 1334 
systempreferences.app_1.1.0-2.dsc
 16ce3b91f32dfd5b0d9fdc808041b4855de9ade947db3bdc9c9c1cf4222e2ae3 3785 
systempreferences.app_1.1.0-2.diff.gz
 2cfafe7273b6e5c446776502a1b68f63c40d3087523fabc21431d6568efaf41b 301880 
systempreferences.app_1.1.0-2_i386.deb
Files: 
 2e0cbc7e00aaf9e27e963bdaafaef09e 1334 gnustep optional 
systempreferences.app_1.1.0-2.dsc
 cdc0a0d20c78b09c957642788bdd1130 3785 gnustep optional 
systempreferences.app_1.1.0-2.diff.gz
 312fafc1f2d5086077a9ad3825496cac 301880 gnustep optional 
systempreferences.app_1.1.0-2_i386.deb

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

iEYEARECAAYFAkwHE+4ACgkQ5ItltUs5T37xwACgqLciC51kDzY3fzceDECqyzgb
LR4AoKjIEqEEDiIpxO1MbYxBv63xKz/0
=Fz1h
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to