Control: tags 777831 + pending Dear maintainer,
I've prepared an NMU for deborphan (versioned as 1.7.28.8-0.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Ry Cooder: Do Re Mi
diff -Nru deborphan-1.7.28.8/debian/changelog deborphan-1.7.28.8/debian/changelog --- deborphan-1.7.28.8/debian/changelog 2014-09-08 13:41:20.000000000 +0200 +++ deborphan-1.7.28.8/debian/changelog 2015-07-18 18:18:59.000000000 +0200 @@ -1,3 +1,12 @@ +deborphan (1.7.28.8-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "ftbfs with GCC-5": apply patch from Jakub Wilk: + changed semantics of inline keyword. + (Closes: #777831) + + -- gregor herrmann <gre...@debian.org> Sat, 18 Jul 2015 18:18:27 +0200 + deborphan (1.7.28.8-0.1) unstable; urgency=low * Non-maintainer upload with permission. diff -Nru deborphan-1.7.28.8/include/deborphan.h deborphan-1.7.28.8/include/deborphan.h --- deborphan-1.7.28.8/include/deborphan.h 2012-06-30 20:47:50.000000000 +0200 +++ deborphan-1.7.28.8/include/deborphan.h 2015-07-18 18:18:22.000000000 +0200 @@ -172,8 +172,8 @@ int string_to_priority(const char *priority); const char *priority_to_string(int priority); char *sstrsep(char **str, int c); -inline void strstripchr(char *s, int c); -inline unsigned int strhash(const char *line); +extern inline void strstripchr(char *s, int c); +extern inline unsigned int strhash(const char *line); /* keep.c */ dep *readkeep(const char *kfile); diff -Nru deborphan-1.7.28.8/include/xalloc.h deborphan-1.7.28.8/include/xalloc.h --- deborphan-1.7.28.8/include/xalloc.h 2012-06-30 20:47:50.000000000 +0200 +++ deborphan-1.7.28.8/include/xalloc.h 2015-07-18 18:18:22.000000000 +0200 @@ -7,7 +7,7 @@ Distributed under the terms of the Artistic License. */ -inline void *xcalloc(size_t nmemb, size_t size); -inline void *xmalloc(size_t size); -inline void *xrealloc(void *ptr, size_t size); -inline char *xstrdup(const char *s); +extern inline void *xcalloc(size_t nmemb, size_t size); +extern inline void *xmalloc(size_t size); +extern inline void *xrealloc(void *ptr, size_t size); +extern inline char *xstrdup(const char *s);
signature.asc
Description: Digital Signature