From 8c06c86701a56ec25ce63ab8b6b8ccfa87f729c7 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 30 Aug 2018 21:41:29 -0600 Subject: [PATCH] fix ftbfs caused by fox1ihu included in default build set --- debian/changelog | 6 +++++ ...altos-don-t-build-fox1ihu-by-default.patch | 24 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 31 insertions(+) create mode 100644 debian/patches/0001-altos-don-t-build-fox1ihu-by-default.patch diff --git a/debian/changelog b/debian/changelog index dc512956..9c926875 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +altos (1.8.6-2) unstable; urgency=medium + + * quick patch to not include fox1ihu in build by default, closes: #907480 + + -- Bdale Garbee Thu, 30 Aug 2018 21:41:00 -0600 + altos (1.8.6-1) unstable; urgency=medium [ Bdale Garbee ] diff --git a/debian/patches/0001-altos-don-t-build-fox1ihu-by-default.patch b/debian/patches/0001-altos-don-t-build-fox1ihu-by-default.patch new file mode 100644 index 00000000..f9889d41 --- /dev/null +++ b/debian/patches/0001-altos-don-t-build-fox1ihu-by-default.patch @@ -0,0 +1,24 @@ +From ac8a9bc2ef301f1f18772af7d871c257a56ae70c Mon Sep 17 00:00:00 2001 +From: Bdale Garbee +Date: Thu, 30 Aug 2018 21:36:18 -0600 +Subject: [PATCH] altos: don't build fox1ihu by default + +--- + src/Makefile | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/Makefile b/src/Makefile +index 0dafb5ec..a1ff84c2 100644 +--- a/src/Makefile ++++ b/src/Makefile +@@ -25,7 +25,6 @@ SDCCDIRS=\ + telerepeat-v1.0 + + ARMM3DIRS=\ +- fox1ihu fox1ihu/flash-loader \ + easymega-v1.0 easymega-v1.0/flash-loader \ + telemega-v0.1 telemega-v0.1/flash-loader \ + telemega-v1.0 telemega-v1.0/flash-loader \ +-- +2.19.0.rc1 + diff --git a/debian/patches/series b/debian/patches/series index e69de29b..1c01958d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-altos-don-t-build-fox1ihu-by-default.patch -- 2.30.2