[Pkg-electronics-commits] [pcb-rnd] 04/09: fix from upstream for spaces in passed-in *FLAGS
Bdale Garbee
bdale at moszumanska.debian.org
Wed Dec 27 04:54:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
bdale pushed a commit to branch master
in repository pcb-rnd.
commit 4fe8ca0cbebe2469a03cfa3bd61b9ad2c8037ba5
Author: Bdale Garbee <bdale at gag.com>
Date: Tue Dec 26 10:37:06 2017 -0700
fix from upstream for spaces in passed-in *FLAGS
---
debian/changelog | 1 +
debian/patches/handle-spaces-in-flags.diff | 13 +++++++++++++
debian/patches/series | 1 +
3 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7ac6c80..d4f29c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pcb-rnd (1.2.7-1) UNRELEASED; urgency=medium
* new upstream version
+ * patch from upstream to fix handling of spaces in passed-in *FLAGS
* updated description text provided by upstream author
-- Bdale Garbee <bdale at gag.com> Tue, 26 Dec 2017 10:09:14 -0700
diff --git a/debian/patches/handle-spaces-in-flags.diff b/debian/patches/handle-spaces-in-flags.diff
new file mode 100644
index 0000000..5386ab0
--- /dev/null
+++ b/debian/patches/handle-spaces-in-flags.diff
@@ -0,0 +1,13 @@
+Index: trunk/src/Makefile.in
+===================================================================
+--- trunk/src/Makefile.in (revision 13658)
++++ trunk/src/Makefile.in (revision 13659)
+@@ -349,7 +349,7 @@
+ cd ../src_3rd/puplug && make
+
+ ../src_3rd/libminuid/libminuid.a: ../src_3rd/libminuid/libminuid.c ../src_3rd/libminuid/libminuid.h
+- cd ../src_3rd/libminuid && make libminuid.a LIBMINUID_CFLAGS=$(LIBMINUID_CFLAGS) LIBMINUID_LDFLAGS=$(LIBMINUID_LDFLAGS)
++ cd ../src_3rd/libminuid && make libminuid.a LIBMINUID_CFLAGS="$(LIBMINUID_CFLAGS)" LIBMINUID_LDFLAGS="$(LIBMINUID_LDFLAGS)"
+
+ @]
+
diff --git a/debian/patches/series b/debian/patches/series
index 48024af..adf90d1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
elide-cloudflare-links.diff
+handle-spaces-in-flags.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/pcb-rnd.git
More information about the Pkg-electronics-commits
mailing list