Your message dated Fri, 28 May 2010 04:02:11 +0000
with message-id <[email protected]>
and subject line Bug#581955: fixed in pantomime1.2 
1.2.0~pre3+snap20071004+dfsg-3
has caused the Debian Bug report #581955,
regarding pantomime1.2: 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.)


-- 
581955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581955
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pantomime1.2
Version: 1.2.0~pre3+snap20071004+dfsg-2
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: pantomime1.2
Source-Version: 1.2.0~pre3+snap20071004+dfsg-3

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

libpantomime1.2-dev_1.2.0~pre3+snap20071004+dfsg-3_i386.deb
  to 
main/p/pantomime1.2/libpantomime1.2-dev_1.2.0~pre3+snap20071004+dfsg-3_i386.deb
libpantomime1.2_1.2.0~pre3+snap20071004+dfsg-3_i386.deb
  to main/p/pantomime1.2/libpantomime1.2_1.2.0~pre3+snap20071004+dfsg-3_i386.deb
pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.diff.gz
  to main/p/pantomime1.2/pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.diff.gz
pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.dsc
  to main/p/pantomime1.2/pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.dsc



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 pantomime1.2 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, 27 May 2010 15:10:39 +0300
Source: pantomime1.2
Binary: libpantomime1.2 libpantomime1.2-dev
Architecture: source i386
Version: 1.2.0~pre3+snap20071004+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Description: 
 libpantomime1.2 - GNUstep framework for mail handling (runtime library)
 libpantomime1.2-dev - GNUstep framework for mail handling (development files)
Closes: 581955
Changes: 
 pantomime1.2 (1.2.0~pre3+snap20071004+dfsg-3) unstable; urgency=low
 .
   * debian/rules (OPTFLAG): No longer define; rework noopt handling to be
     compatible with gnustep-make/2.4.x (Closes: #581955).
     (DEB_INSTALL_DOCS_ALL): Remove README; only interesting for MuckOS X
     users.
Checksums-Sha1: 
 5669c71752ca594c1495944a11071c728c725e08 1432 
pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.dsc
 7bc47d5dd62cd5863a102067ea14d27179312648 5373 
pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.diff.gz
 a16fbe766b0567efc07b0ce6905dfe6add782963 274166 
libpantomime1.2_1.2.0~pre3+snap20071004+dfsg-3_i386.deb
 aaa53b349e58e9f806041a99a311f78afc375e98 106876 
libpantomime1.2-dev_1.2.0~pre3+snap20071004+dfsg-3_i386.deb
Checksums-Sha256: 
 3b6527658902f415932f45fb5c169512e8483495bf49e9ccde8d9c4c1642a565 1432 
pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.dsc
 b04c59583cc07f8eee58a872d2eb66b995e809dd7872df3b703fbda9dea16e42 5373 
pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.diff.gz
 6106a78bc04f779ceb94d6d6f5ecffb8afe72808570a2ae28323a3b6f4f59c6d 274166 
libpantomime1.2_1.2.0~pre3+snap20071004+dfsg-3_i386.deb
 69f869bd0b74db8c7974aace757c9511c4293f65b206cf31fdeeacee40e0e095 106876 
libpantomime1.2-dev_1.2.0~pre3+snap20071004+dfsg-3_i386.deb
Files: 
 25754e936a36437729df56364655daab 1432 gnustep optional 
pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.dsc
 54f0f3367926423785b5df11e01c37c4 5373 gnustep optional 
pantomime1.2_1.2.0~pre3+snap20071004+dfsg-3.diff.gz
 07c8efa919e09059103b994e08d83009 274166 libs optional 
libpantomime1.2_1.2.0~pre3+snap20071004+dfsg-3_i386.deb
 f8e2f23adfb97c9f0a6e1c2a6faacb23 106876 libdevel optional 
libpantomime1.2-dev_1.2.0~pre3+snap20071004+dfsg-3_i386.deb

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

iEYEARECAAYFAkv/PbMACgkQ5ItltUs5T36TAACaA+fEbVFrroXy20yo5DnFNWQ6
XXUAoLIhtgX90abNf+QKWzTU1DWxLGiz
=6Ycd
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to