[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#702733: attached debdiff for 702733



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

diff -Nru arduino-mk-0.8/debian/changelog arduino-mk-0.8/debian/changelog
- --- arduino-mk-0.8/debian/changelog    2012-06-03 13:07:06.000000000 -0400
+++ arduino-mk-0.8/debian/changelog    2013-03-10 16:22:17.000000000 -0400
@@ -1,3 +1,9 @@
+arduino-mk (0.8-5) unstable; urgency=low
+
+  * Fixed typo to allow user libraries to be found by make (Closes:
#699717)
+
+ -- Scott Howard <showard@debian.org>  Sun, 10 Mar 2013 16:20:53 -0400
+
 arduino-mk (0.8-4) unstable; urgency=low
 
   * Added dependency on perl-doc. (Closes: #675393)
diff -Nru arduino-mk-0.8/debian/patches/user-libraries.diff
arduino-mk-0.8/debian/patches/user-libraries.diff
- --- arduino-mk-0.8/debian/patches/user-libraries.diff    2012-06-03
13:04:55.000000000 -0400
+++ arduino-mk-0.8/debian/patches/user-libraries.diff    2013-03-10
16:19:08.000000000 -0400
@@ -29,8 +29,8 @@
 +SYS_INCLUDES  = $(patsubst %,-I%,$(SYS_LIBS)) $(patsubst
%,-I%,$(USER_LIBS))
  LIB_C_SRCS    = $(wildcard $(patsubst %,%/*.c,$(SYS_LIBS)))
  LIB_CPP_SRCS  = $(wildcard $(patsubst %,%/*.cpp,$(SYS_LIBS)))
- -+USER_LIB_CPP_SRC   = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS)))
- -+USER_LIB_C_SRC     = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS)))
++USER_LIB_CPP_SRCS   = $(wildcard $(patsubst %,%/*.cpp,$(USER_LIBS)))
++USER_LIB_C_SRCS     = $(wildcard $(patsubst %,%/*.c,$(USER_LIBS)))
  LIB_OBJS      = $(patsubst
$(ARDUINO_LIB_PATH)/%.c,$(OBJDIR)/libs/%.o,$(LIB_C_SRCS)) \
 -        $(patsubst
$(ARDUINO_LIB_PATH)/%.cpp,$(OBJDIR)/libs/%.o,$(LIB_CPP_SRCS))
 +        $(patsubst
$(ARDUINO_LIB_PATH)/%.cpp,$(OBJDIR)/libs/%.o,$(LIB_CPP_SRCS)) \
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlE89EQACgkQuqVp0MvxKmpjNQCeJYYboAn2EV46nkY8P34eKVQ+
INgAoMUCnEjCzUDuQ7PHlJ+7VtbIB1wU
=Mq/g
-----END PGP SIGNATURE-----


Reply to: