Control: tags 650483 + pending Dear maintainer,
I've prepared an NMU for alevt (versioned as 1:1.6.2-5.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. diff -u alevt-1.6.2/debian/changelog alevt-1.6.2/debian/changelog --- alevt-1.6.2/debian/changelog +++ alevt-1.6.2/debian/changelog @@ -1,3 +1,10 @@ +alevt (1:1.6.2-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with libpn16 (Closes: #650483) + + -- Tobias Frost <t...@debian.org> Thu, 07 Jan 2016 21:45:34 +0100 + alevt (1:1.6.2-5) unstable; urgency=low * Make udev|makedev dependency Linux-only (closes: #666508). Thanks to diff -u alevt-1.6.2/debian/patches/series alevt-1.6.2/debian/patches/series --- alevt-1.6.2/debian/patches/series +++ alevt-1.6.2/debian/patches/series @@ -8,0 +9 @@ +libpng16.patch only in patch2: unchanged: --- alevt-1.6.2.orig/debian/patches/libpng16.patch +++ alevt-1.6.2/debian/patches/libpng16.patch @@ -0,0 +1,16 @@ +Description: Adapt for libpng16 API (needs zlib.h included manually) +Author: Tobias Frost <t...@debian.org> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650483 +Last-Update: 2016-01-07 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/exp-gfx.c ++++ b/exp-gfx.c +@@ -157,6 +157,7 @@ + + #ifdef WITH_PNG + ++#include <zlib.h> + #include <png.h> + static int png_open(struct export *e); + static int png_option(struct export *e, int opt, char *arg);