diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 16:50:52 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 16:50:52 +0200 |
commit | 65bf851838611139239805bee63a7cea4cb0a309 (patch) | |
tree | 89865869c0b4ca26bc0f0a2774c43d3b122aa3a1 /debian/changelog | |
parent | 5c1715d8f847a5a3d8b8128d2dcc8a7622a9df1b (diff) |
* buildlib/inttypes.h.in:
- remove inttypes.h compatibility as providing such a c99 types
compatibility conflicts with the usage of c99 type long long
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index aeda80024..b23232c7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ apt (0.9.5) UNRELEASED; urgency=low * buildlib/podomain.mak: - ensure that all sources end up in the srclist so that we don't forget to extract half of the translation strings + * buildlib/inttypes.h.in: + - remove inttypes.h compatibility as providing such a c99 types + compatibility conflicts with the usage of c99 type long long -- David Kalnischkies <kalnischkies@gmail.com> Mon, 21 May 2012 15:10:49 +0200 |