[debian-edu-commits] debian-edu/lambdacan.git (#15) - master (branch) updated: upstream/2.0-14-g9a08446
anthony gasperin
nyothan-guest at alioth.debian.org
Sun Sep 1 10:23:58 UTC 2013
The branch, master has been updated
via 9a08446b4325e5455b92a903d8a075f66603073d (commit)
from 9dfd4c5a449b014e0fd47d9d069d93c2f24174a1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9a08446b4325e5455b92a903d8a075f66603073d
Author: Anthony Gasperin <anthony.gasperin at gmail.com>
Date: Fri Aug 30 20:22:04 2013 +0200
FLags makefile arduino
-----------------------------------------------------------------------
Summary of changes:
debian/patches/fix_flags_arduino.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 19 insertions(+)
create mode 100644 debian/patches/fix_flags_arduino.patch
The diff of changes is:
diff --git a/debian/patches/fix_flags_arduino.patch b/debian/patches/fix_flags_arduino.patch
new file mode 100644
index 0000000..e098be9
--- /dev/null
+++ b/debian/patches/fix_flags_arduino.patch
@@ -0,0 +1,18 @@
+--- a/Makefile-arduino
++++ b/Makefile-arduino
+@@ -86,12 +86,12 @@
+
+ MYEXTRA=-DARDUINO
+
+-CFLAGS = $(CDEBUG) $(CDEFS) $(CINCS) -O$(OPT) $(CWARN) $(CSTANDARD) $(CEXTRA)
++CFLAGS += $(CDEBUG) $(CDEFS) $(CINCS) -O$(OPT) $(CWARN) $(CSTANDARD) $(CEXTRA)
+ CFLAGS += $(MYEXTRA)
+-CXXFLAGS = $(CDEFS) $(CINCS) -O$(OPT)
++CXXFLAGS += $(CDEFS) $(CINCS) -O$(OPT)
+ CXXFLAGS += $(MYEXTRA)
+ #ASFLAGS = -Wa,-adhlns=$(<:.S=.lst),-gstabs
+-LDFLAGS =
++#LDFLAGS +=
+
+
+ # Programming support using avrdude. Settings and variables.
diff --git a/debian/patches/series b/debian/patches/series
index 7fd7f37..fc50c10 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix_flags_arduino.patch
fix_cflags.patch
hooks/post-receive
--
lambdacan.git (Debian package lambdacan)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lambdacan.git" (Debian package lambdacan).
More information about the debian-edu-commits
mailing list