diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/README.build | 7 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/docs | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/debian/README.build b/debian/README.build new file mode 100644 index 00000000..1162d579 --- /dev/null +++ b/debian/README.build @@ -0,0 +1,7 @@ +The firmware for the various target microcontrollers will only be built if +suitable compilers are present. All of these are specified in the build +dependencies *except* for the ARM Cortex targets which currently require a +bare-metal toolchain which is not yet packaged for Debian. + +See http://altusmetrum.org/AltOS/building for details on how to build and +install a suitable toolchaing for ARM Cortex M0 and M3 hardware targets. diff --git a/debian/control b/debian/control index dec8481f..7607d386 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: electronics Priority: optional Maintainer: Bdale Garbee <bdale@gag.com> Uploaders: Keith Packard <keithp@keithp.com> -Build-Depends: debhelper (>= 7), autoconf, automake, gawk, libreadline-dev, libusb-1.0-0-dev, nickle, cc1111, xsltproc, fop, docbook-xml, docbook-xsl, swig, default-jdk, freetts, libtool, libjfreechart-java, libbluetooth-dev, pkg-config, libelf-dev, libbluetooth-dev +Build-Depends: debhelper (>= 7), autoconf, automake, gawk, libreadline-dev, libusb-1.0-0-dev, nickle, cc1111, xsltproc, fop, docbook-xml, docbook-xsl, swig, default-jdk, freetts, libtool, libjfreechart-java, libbluetooth-dev, pkg-config, libelf-dev, libbluetooth-dev, libssl-dev Standards-Version: 3.9.3 Homepage: http://altusmetrum.org/AltOS Vcs-Git: git://git.gag.com/fw/altos diff --git a/debian/docs b/debian/docs index 3ac75ad4..dcdb7763 100644 --- a/debian/docs +++ b/debian/docs @@ -7,4 +7,4 @@ doc/telemetry.pdf doc/altos.html doc/altos.pdf doc/telemetrum-outline.pdf -doc/megametrum-outline.pdf +doc/telemega-outline.pdf diff --git a/debian/rules b/debian/rules index a4cbe2c1..4e927977 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ build-indep: build-stamp build-stamp: configure-stamp dh_testdir - $(MAKE) VERSION=$(PKG_VERSION) + $(MAKE) (cd doc ; $(MAKE)) touch $@ |
