Your message dated Sat, 14 May 2016 00:00:01 +0000
with message-id <[email protected]>
and subject line Bug#822318: Removed package(s) from unstable
has caused the Debian Bug report #350669,
regarding libpng12-dev: wrong type for tyepdefs
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.)


-- 
350669: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350669
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpng12-dev
Version: 1.2.8rel-1
Severity: wishlist

Hi,

/usr/include/pngconf.h defines among others:

typedef unsigned long png_uint_32;

Please consider using C99 by replacing those defines with

#include <stdint.h>
typedef uint32_t png_uint_32;

or at least use an int for 32bit values as that is 32bit across
basically all archs in use while long is 32bit or 64bit.

MfG
        Goswin

PS: this is wishlist as the comment says "at least XX bits long" but
it also mentions using int on 64bit platforms.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libpng12-dev depends on:
ii  libpng12-0             1.2.8rel-1        PNG library - runtime
ii  zlib1g-dev             1:1.2.2-4.sarge.2 compression library - development

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 1.2.54-6+rm

Dear submitter,

as the package libpng has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/822318

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to