Your message dated Thu, 03 Jun 2010 17:48:38 +0000
with message-id <[email protected]>
and subject line Bug#581976: fixed in projectcenter.app 0.5.3~20100601-1
has caused the Debian Bug report #581976,
regarding projectcenter.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.)
--
581976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581976
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: projectcenter.app
Version: 0.5.0~20080704-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: projectcenter.app
Source-Version: 0.5.3~20100601-1
We believe that the bug you reported is fixed in the latest version of
projectcenter.app, which is due to be installed in the Debian FTP archive:
projectcenter.app_0.5.3~20100601-1.diff.gz
to main/p/projectcenter.app/projectcenter.app_0.5.3~20100601-1.diff.gz
projectcenter.app_0.5.3~20100601-1.dsc
to main/p/projectcenter.app/projectcenter.app_0.5.3~20100601-1.dsc
projectcenter.app_0.5.3~20100601-1_i386.deb
to main/p/projectcenter.app/projectcenter.app_0.5.3~20100601-1_i386.deb
projectcenter.app_0.5.3~20100601.orig.tar.gz
to main/p/projectcenter.app/projectcenter.app_0.5.3~20100601.orig.tar.gz
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 projectcenter.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: Thu, 03 Jun 2010 16:04:52 +0300
Source: projectcenter.app
Binary: projectcenter.app
Architecture: source i386
Version: 0.5.3~20100601-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Description:
projectcenter.app - IDE for GNUstep Development
Closes: 581976
Changes:
projectcenter.app (0.5.3~20100601-1) unstable; urgency=low
.
* New upstream release.
* debian/compat: Set to 7.
* debian/control (Section): Change to `gnustep'.
(Build-Depends): Require debhelper >= 7, remove version constraints
for libgnustep-gui-dev (obsolete).
(Depends): Add ${gnustep:Depends}.
(Standards-Version): Compliant with 3.8.4 as of this release.
(Vcs-Arch): New field.
(Description): Do not praise NextStep.
* debian/rules: 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: #581976).
(build-stamp): Pass GDB=/usr/bin/gdb for the PCDefaultDebugger
define.
(install): Replace dh_clean -k with dh_prep.
(binary-arch): Adjust dh_installchangelogs' argument. Rework the
FHS_ME_HARDER snippet; PC's supporting executables are no longer
installed as Bundles.
* debian/patches/05_link-libs.dpatch: Update; the fix was merged
upstream, but now -lm is required as well.
* debian/patches/10_bundles-install-dir.dpatch: Remove; obsolete with
the new way of FHS-compliance handling.
* debian/links: Delete; no longer needed.
* debian/menu: Adjust command.
* debian/source/format:
* debian/README.source:
* debian/preinst: New file.
* debian/copyright: Bump copyright years, add more upstream authors.
Checksums-Sha1:
d69eed4669b806267074c264a3a85f6e090c837d 1358
projectcenter.app_0.5.3~20100601-1.dsc
56baac524b208942ebe79d79e778dbf4e8073308 468822
projectcenter.app_0.5.3~20100601.orig.tar.gz
e114915d96318134ca35d0101af09e089f719ee1 6697
projectcenter.app_0.5.3~20100601-1.diff.gz
a4c26e3f819adedf18a8a666e5426633f7daab0d 686808
projectcenter.app_0.5.3~20100601-1_i386.deb
Checksums-Sha256:
d9baf9a7d53a282c944a03be4f824924284831c411c09aa9231471d44c6d2868 1358
projectcenter.app_0.5.3~20100601-1.dsc
4a8a8537b733a61f82e19c95b9cf159d81b2068040a04534b8c694e096cf96fb 468822
projectcenter.app_0.5.3~20100601.orig.tar.gz
acb93805237067ef29ec99320eb1a86c801513eaa4e6567f9ee2bac129d89d71 6697
projectcenter.app_0.5.3~20100601-1.diff.gz
93f830583d4e684f59bec6f0b9f9e5ed6677cbc5a7b4d27877cb5f2252a5ba10 686808
projectcenter.app_0.5.3~20100601-1_i386.deb
Files:
4b8fc22e7a8668a5188a18fc0b7ba27b 1358 gnustep optional
projectcenter.app_0.5.3~20100601-1.dsc
554fca2c2723b7e734f29d109f4e74cf 468822 gnustep optional
projectcenter.app_0.5.3~20100601.orig.tar.gz
4179efad61452e376e8eb43513fa7f92 6697 gnustep optional
projectcenter.app_0.5.3~20100601-1.diff.gz
065eec0a4e658510cfc0b9b752b2e4ba 686808 gnustep optional
projectcenter.app_0.5.3~20100601-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwH6TsACgkQ5ItltUs5T37zPwCfTotU7muVg/NpiBDg6KheST22
DVYAn2D1Ak3sP1N9O1mYvMBe3xWICyg9
=RB0+
-----END PGP SIGNATURE-----
--- End Message ---