r576 - in /packages/flasm/trunk/debian: changelog rules

pabs at users.alioth.debian.org pabs at users.alioth.debian.org
Wed Nov 22 07:01:16 UTC 2017


Author: pabs
Date: Wed Nov 22 07:01:15 2017
New Revision: 576

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=576
Log:
Fix FTCBFS: Let dh_auto_build pass cross compilers to make. (Closes: #882364)

Patch-by: Helmut Grohne <helmut at subdivi.de>

Modified:
    packages/flasm/trunk/debian/changelog
    packages/flasm/trunk/debian/rules

Modified: packages/flasm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/changelog?rev=576&op=diff
==============================================================================
--- packages/flasm/trunk/debian/changelog	(original)
+++ packages/flasm/trunk/debian/changelog	Wed Nov 22 07:01:15 2017
@@ -1,3 +1,9 @@
+flasm (1.62-9) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dh_auto_build pass cross compilers to make. (Closes: #882364)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Tue, 21 Nov 2017 21:09:38 +0100
+
 flasm (1.62-8) unstable; urgency=medium
 
   * Fix FTBFS with new gperf by updating copy of function prototype

Modified: packages/flasm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/rules?rev=576&op=diff
==============================================================================
--- packages/flasm/trunk/debian/rules	(original)
+++ packages/flasm/trunk/debian/rules	Wed Nov 22 07:01:15 2017
@@ -7,7 +7,7 @@
 	dh $@ --parallel
 
 override_dh_auto_build:
-	$(MAKE) LIBS="$(LDFLAGS) -lz" CFLAGS="$(CPPFLAGS) $(CFLAGS) -Wall -DCONFIG_PATH=\\\"/etc/flasm.ini\\\""
+	dh_auto_build -- LIBS="$(LDFLAGS) -lz" CFLAGS="$(CPPFLAGS) $(CFLAGS) -Wall -DCONFIG_PATH=\\\"/etc/flasm.ini\\\""
 	mkdir -p build
 	for f in flasm.ini classic.css flasm.html ; do sed 's/\r//' $$f > build/$$f ; done
 	iconv -f ISO_8859-1 -t UTF-8 < CHANGES.TXT > build/NEWS




More information about the pkg-flash-devel mailing list