Your message dated Wed, 09 Jun 2010 13:22:01 +0000
with message-id <[email protected]>
and subject line Bug#581989: fixed in wrapperfactory.app 0.1.0-4
has caused the Debian Bug report #581989,
regarding wrapperfactory.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.)


-- 
581989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581989
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: wrapperfactory.app
Version: 0.1.0-3
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: wrapperfactory.app
Source-Version: 0.1.0-4

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

wrapperfactory.app_0.1.0-4.diff.gz
  to main/w/wrapperfactory.app/wrapperfactory.app_0.1.0-4.diff.gz
wrapperfactory.app_0.1.0-4.dsc
  to main/w/wrapperfactory.app/wrapperfactory.app_0.1.0-4.dsc
wrapperfactory.app_0.1.0-4_i386.deb
  to main/w/wrapperfactory.app/wrapperfactory.app_0.1.0-4_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 wrapperfactory.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: Tue, 08 Jun 2010 20:59:40 +0300
Source: wrapperfactory.app
Binary: wrapperfactory.app
Architecture: source i386
Version: 0.1.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Description: 
 wrapperfactory.app - Application wrappers configuration tool for GNUstep
Closes: 581989
Changes: 
 wrapperfactory.app (0.1.0-4) unstable; urgency=low
 .
   * debian/compat: Set to 7.
   * debian/control (Section): Change to `gnustep'.
     (Build-Depends): Require debhelper >= 7, unversion libgnustep-gui-dev.
     (Depends): Add ${misc:Depends} and ${gnustep:Depends}.
     (Vcs-Arch): New field.
     (Standards-Version): Claim compliance with 3.8.4 as of this release.
   * debian/rules: Include /usr/share/GNUstep/debian/config.mk, export
     GNUSTEP_MAKEFILES and avoid gs_make usage.
     (LDFLAGS): Add -Wl,-rpath,/usr/lib/wrapperfactory.app.
     (d_app): Define and use (for convenience).
     (OPTFLAG): No longer define; rework noopt handling to be compatible
     with gnustep-make/2.4.x (Closes: #581989).
     (install): Replace dh_clean -k with dh_prep.  Don't install the
     lintian override file.  Install libGSWrapper as a private library
     under /usr/lib/wrappefactory.app.  Delete usr/bin/GSWrapper_Launcher;
     should not be there as it's not supposed to be started manually.
     (binary-arch): Conditionally move arch-independent image files to
     /usr/share/GNUstep.  Explicitly install the app's manpage.
   * debian/README.source:
   * debian/source/format:
   * debian/watch: New file.
   * debian/lintian-override:
   * debian/manpages:
   * debian/GSWrapper_Launcher.1: Delete.
   * debian/WrapperFactory.desktop: Make it valid.
Checksums-Sha1: 
 3cbd31a0ee197b917c018b927105b02e8311048b 1242 wrapperfactory.app_0.1.0-4.dsc
 dea5a78aa9e9b90aab38ccb5a11d382b79a20c90 4958 
wrapperfactory.app_0.1.0-4.diff.gz
 e735f2aadcc9b30debebfbf0c159808c695d4b43 84288 
wrapperfactory.app_0.1.0-4_i386.deb
Checksums-Sha256: 
 5a41f3290d63b09e9b558507e4f3598726594c8e952b943fadea826ace4c9e7c 1242 
wrapperfactory.app_0.1.0-4.dsc
 0121594243bbf15a6bd9aeeafaae6fd008834304e188a2fb8531d28f9bb4be69 4958 
wrapperfactory.app_0.1.0-4.diff.gz
 086ec6302f425528d538de47c95268aa55223dbf411a366e5aed852747eeca55 84288 
wrapperfactory.app_0.1.0-4_i386.deb
Files: 
 91db091a2b98a59a17a973a80ab0ebfb 1242 gnustep optional 
wrapperfactory.app_0.1.0-4.dsc
 9ed6c759c47d4050fcc4abc5b228efc3 4958 gnustep optional 
wrapperfactory.app_0.1.0-4.diff.gz
 c2c8a65dcf1de99493b83a228eaa3c9e 84288 gnustep optional 
wrapperfactory.app_0.1.0-4_i386.deb

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

iEYEARECAAYFAkwPgPUACgkQ5ItltUs5T36GhACeJbr9etBbDCexjfHDLSpZ7sjw
/vEAoN11NSxWp7PZBXco6EiSQdtOGDfS
=gR4b
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to