diff options
author | Bdale Garbee <bdale@gag.com> | 2009-11-26 10:40:07 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-11-26 10:40:07 -0700 |
commit | d34dcc5f3616e59ee90ed172770fe2a3eb1e0cac (patch) | |
tree | 1483070218263f14cd6d483fc32bf6da306dbcb4 | |
parent | ea40561b36519a5dcabedabe18672b79ea5e9993 (diff) |
fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/dirs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3029e7d4..6700af37 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Homepage: http://altusmetrum.org/ Package: altos Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, nickle, plplot9-driver-cairo +Suggests: slim-altusmetrum Description: Altus Metrum firmware and utilities Firmware and utilities needed to support the TeleMetrum dual-deploy recording altimeter for high power model rocketry. diff --git a/debian/dirs b/debian/dirs index 3783a46c..3a4a3418 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,4 +1,4 @@ etc/apt/sources.list.d usr/bin usr/share/altos -/usr/share/pixmaps +usr/share/pixmaps |