Your message dated Mon, 31 May 2010 19:51:08 +0000
with message-id <[email protected]>
and subject line Bug#581964: fixed in mpdcon.app 1.1.99-5
has caused the Debian Bug report #581964,
regarding mpdcon.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.)
--
581964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581964
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mpdcon.app
Version: 1.1.99-4
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: mpdcon.app
Source-Version: 1.1.99-5
We believe that the bug you reported is fixed in the latest version of
mpdcon.app, which is due to be installed in the Debian FTP archive:
mpdcon.app_1.1.99-5.diff.gz
to main/m/mpdcon.app/mpdcon.app_1.1.99-5.diff.gz
mpdcon.app_1.1.99-5.dsc
to main/m/mpdcon.app/mpdcon.app_1.1.99-5.dsc
mpdcon.app_1.1.99-5_i386.deb
to main/m/mpdcon.app/mpdcon.app_1.1.99-5_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 mpdcon.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: Mon, 31 May 2010 22:09:31 +0300
Source: mpdcon.app
Binary: mpdcon.app
Architecture: source i386
Version: 1.1.99-5
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Description:
mpdcon.app - MPD controller for GNUstep
Closes: 581964
Changes:
mpdcon.app (1.1.99-5) 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): Compliant with 3.8.4 as of this release.
(Homepage, Vcs-Arch): New fields.
* debian/rules: Include /usr/share/GNUstep/debian/config.mk, export
GNUSTEP_MAKEFILES and get rid of gs_make.
(OPTFLAG): No longer define; rework noopt handling to be compatible
with gnustep-make/2.4.x (Closes: #581964).
(clean): Simplify rule.
(install): Replace dh_clean -k with dh_prep. Don't install the
lintian override.
(binary-arch): Do not invoke dh_desktop. Conditionally move Resources
to /usr/share/GNUstep.
* debian/lintian-override: Delete.
* debian/preinst:
* debian/source/format:
* debian/watch: New file.
* debian/MPDCon.desktop: Make it valid.
Checksums-Sha1:
7e66e427cd478a49550333fa2341d8288674a920 1209 mpdcon.app_1.1.99-5.dsc
95334aa32a81ada05f70875b96dfda872de5936a 5155 mpdcon.app_1.1.99-5.diff.gz
eecbc232fe6912da00e4a6478c06c9f14fa72b1a 85378 mpdcon.app_1.1.99-5_i386.deb
Checksums-Sha256:
41f577aacaa1a873937e62dd8e93b027ad37bbdf48d613db603da0911899f0a3 1209
mpdcon.app_1.1.99-5.dsc
b193282535213ed13084c1501e0776a0abb61b34a273f92856574f8bdaf755d4 5155
mpdcon.app_1.1.99-5.diff.gz
ed7eabb282b04db7e3c6ce02731dc99291006275f72a8ae3682a8215f50abc30 85378
mpdcon.app_1.1.99-5_i386.deb
Files:
9220ac03ce2c849e67cfcb75813437b0 1209 gnustep optional mpdcon.app_1.1.99-5.dsc
8cffd7bb3516e3b7c518db9bdb80297c 5155 gnustep optional
mpdcon.app_1.1.99-5.diff.gz
d9d690339320a7db87cebd1390fe5ef3 85378 gnustep optional
mpdcon.app_1.1.99-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwEEYMACgkQ5ItltUs5T34MBACg2kk/XUadSN30e+hyjf7dmiU1
Ql8AoIx7N0qkVk1Miv46F9F5TsFxiqyt
=roIS
-----END PGP SIGNATURE-----
--- End Message ---