diff options
author | Bdale Garbee <bdale@gag.com> | 2018-08-30 21:41:29 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-08-30 21:41:29 -0600 |
commit | 8c06c86701a56ec25ce63ab8b6b8ccfa87f729c7 (patch) | |
tree | 23ee8e83299daa9aefb0bc7137b075a5c828655a /debian | |
parent | 73fa30239f9182197b5deb43fc4db05a97467bb6 (diff) |
fix ftbfs caused by fox1ihu included in default build set
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/patches/0001-altos-don-t-build-fox1ihu-by-default.patch | 24 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 31 insertions, 0 deletions
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 <bdale@gag.com> 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 <bdale@gag.com> +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 |