r573 - in /packages/flasm/trunk/debian: changelog patches/fix-FTBFS-with-new-gperf.patch patches/series

pabs at users.alioth.debian.org pabs at users.alioth.debian.org
Sun Jul 30 03:18:30 UTC 2017


Author: pabs
Date: Sun Jul 30 03:18:29 2017
New Revision: 573

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=573
Log:
Fix FTBFS with new gperf by updating copy of function prototype (Closes: #869595)

Added:
    packages/flasm/trunk/debian/patches/fix-FTBFS-with-new-gperf.patch
Modified:
    packages/flasm/trunk/debian/changelog
    packages/flasm/trunk/debian/patches/series

Modified: packages/flasm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/changelog?rev=573&op=diff
==============================================================================
--- packages/flasm/trunk/debian/changelog	(original)
+++ packages/flasm/trunk/debian/changelog	Sun Jul 30 03:18:29 2017
@@ -1,3 +1,10 @@
+flasm (1.62-8) UNRELEASED; urgency=medium
+
+  * Fix FTBFS with new gperf by updating copy of function prototype
+    (Closes: #869595)
+
+ -- Paul Wise <pabs at debian.org>  Sat, 29 Jul 2017 23:16:53 -0400
+
 flasm (1.62-7) unstable; urgency=low
 
   * Use canonical and fixed Vcs-* URLs

Added: packages/flasm/trunk/debian/patches/fix-FTBFS-with-new-gperf.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/patches/fix-FTBFS-with-new-gperf.patch?rev=573&op=file
==============================================================================
--- packages/flasm/trunk/debian/patches/fix-FTBFS-with-new-gperf.patch	(added)
+++ packages/flasm/trunk/debian/patches/fix-FTBFS-with-new-gperf.patch	Sun Jul 30 03:18:29 2017
@@ -0,0 +1,26 @@
+Description: update copy of in_word_set function prototype for gperf changes
+Author: Paul Wise <pabs at debian.org>
+Bug-Debian: https://bugs.debian.org/869595
+Last-Update: 2017-07-29
+--- a/keywords.gperf
++++ b/keywords.gperf
+@@ -11,7 +11,7 @@
+ #ifdef MEMWATCH
+ #include "memwatch.h"
+ #endif
+-struct keyword *in_word_set(register const char *str, register unsigned int len);
++struct keyword *in_word_set(register const char *str, register size_t len);
+ %}
+ struct keyword {}
+ %%
+--- a/util.h
++++ b/util.h
+@@ -47,7 +47,7 @@
+     int token;
+ };
+ 
+-extern struct keyword *in_word_set(register const char *str, register unsigned int len);
++extern struct keyword *in_word_set(register const char *str, register size_t len);
+ 
+ void checkByteOrder(void);
+ int longintCompare(const void *ap, const void *bp);

Modified: packages/flasm/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/patches/series?rev=573&op=diff
==============================================================================
--- packages/flasm/trunk/debian/patches/series	(original)
+++ packages/flasm/trunk/debian/patches/series	Sun Jul 30 03:18:29 2017
@@ -1,3 +1,4 @@
 01-config-file.patch
 fix-FTBFS-with-new-bison.patch
 tempfiles-fix.patch
+fix-FTBFS-with-new-gperf.patch




More information about the pkg-flash-devel mailing list