diff options
author | Bdale Garbee <bdale@gag.com> | 2013-04-29 17:11:48 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2013-04-29 17:11:48 -0600 |
commit | 75f8229d4a8d7c9a28ea3d88fda72af0d1f1ccc2 (patch) | |
tree | 62bc6a176b44c70b1658deceb4d49c40c14d7c5b | |
parent | f2a8ac537d254cc08c0be9c16bf2d5cc03fd04fc (diff) |
add libssl-dev as a build dep since it's used in FAT filesystem test code
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |