Your message dated Sun, 30 May 2010 15:35:35 +0000
with message-id <[email protected]>
and subject line Bug#581951: fixed in helpviewer.app 0.3-7
has caused the Debian Bug report #581951,
regarding helpviewer.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.)
--
581951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581951
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: helpviewer.app
Version: 0.3-6
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: helpviewer.app
Source-Version: 0.3-7
We believe that the bug you reported is fixed in the latest version of
helpviewer.app, which is due to be installed in the Debian FTP archive:
helpviewer.app_0.3-7.diff.gz
to main/h/helpviewer.app/helpviewer.app_0.3-7.diff.gz
helpviewer.app_0.3-7.dsc
to main/h/helpviewer.app/helpviewer.app_0.3-7.dsc
helpviewer.app_0.3-7_i386.deb
to main/h/helpviewer.app/helpviewer.app_0.3-7_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 helpviewer.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: Sun, 30 May 2010 10:54:31 +0300
Source: helpviewer.app
Binary: helpviewer.app
Architecture: source i386
Version: 0.3-7
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Description:
helpviewer.app - Online help viewer for GNUstep programs
Closes: 581951
Changes:
helpviewer.app (0.3-7) 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}.
(Description): Extend.
(Standards-Version): Claim compliance with 3.8.4 as of this release.
(Vcs-Arch): New field.
* debian/rules: Export GNUSTEP_MAKEFILES and avoid gs_make.
(OPTFLAG): No longer define; rework noopt handling to be compatible
with gnustep-make/2.4.x (Closes: #581951).
(install): Replace dh_clean -k with dh_prep.
(binary-arch): Conditionally move Resources to /usr/share.
* debian/preinst:
* debian/README.source:
* debian/source/format: New file.
* debian/lintian-overrides: Delete.
* debian/patches/05_compilation-fixes.patch: Add description.
* debian/HelpViewer.desktop: Make it valid.
* debian/watch: Make it work, just in case.
Checksums-Sha1:
47db030f5f3a07050051502abff005e8facb232f 1240 helpviewer.app_0.3-7.dsc
7c8d760683b631d0e8b181a5b059c245b800436c 6454 helpviewer.app_0.3-7.diff.gz
419f629000929fe5dc0a2eda9104702a4cac0597 198604 helpviewer.app_0.3-7_i386.deb
Checksums-Sha256:
2183ff367354e3a86b3cc5a83792f69683f3ebc960572e6fae098d83d94cec9d 1240
helpviewer.app_0.3-7.dsc
5327a624de64d607448de91081b7074b60fabef85fa476665fdfdd787821cdd4 6454
helpviewer.app_0.3-7.diff.gz
66fc4ae4d938f5b4059cf460896fe118141deb6d0f7a920daff4218eccdbf173 198604
helpviewer.app_0.3-7_i386.deb
Files:
0227fb92da62aadf91a31f4ede2e661e 1240 gnustep optional helpviewer.app_0.3-7.dsc
89c550a4a108dc65abe0c67aa17006f7 6454 gnustep optional
helpviewer.app_0.3-7.diff.gz
4d428f24ee215a5e66015ccc202934f6 198604 gnustep optional
helpviewer.app_0.3-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwCckYACgkQ5ItltUs5T34DlACfSfPxD+tu3cVAocPNfXGog9Zb
GKkAn2VusfY33imOQc/C/LtqWO24UAwo
=qI46
-----END PGP SIGNATURE-----
--- End Message ---