aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2011-01-08 12:22:52 +0100
committerLoïc Minier <lool@dooz.org>2011-01-08 12:22:52 +0100
commitba79b4e5adbaa8dd6b96d90e6a3794e6db0b646f (patch)
tree0cb0a384771d87aecfad7730778bb807b332bd59 /debian
parent961abdddcf65cd8c35741706e78e427ec934de31 (diff)
u-boot -> u-boot-tools (natty).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b2c3ff7..1ea4e34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,7 +19,8 @@ linaro-image-tools (0.4) UNRELEASED; urgency=low
- Update dependencies; new deps on python-testtools, python-parted,
python-dbus and more, drop obsolete deps.
* Fix support of space in pathnames (Paul Larson).
- * Update Depends to cope with mkimage moving from uboot-mkimage to u-boot.
+ * Update Depends to cope with mkimage moving from uboot-mkimage to
+ u-boot-tools.
* Fix empty Vcs-Bzr.
* Strict >= ${source:Version} dependency on python-hwpack.
* Use python2 dh sequence instead of python-support; add a python >=
diff --git a/debian/control b/debian/control
index d4de2b8..3102b89 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Architecture: all
Depends: ${misc:Depends},
parted,
uuid-runtime,
- u-boot | uboot-mkimage,
+ u-boot-tools | uboot-mkimage,
python,
python-hwpack (>= ${source:Version}),
python-argparse,