aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuilherme Salgado <salgado@canonical.com>2010-12-06 11:07:32 -0200
committerGuilherme Salgado <salgado@canonical.com>2010-12-06 11:07:32 -0200
commit373f0c91bc51c7fce61069e70a41fd948a02edf2 (patch)
tree152c23b793c34d3feacd3f13cf4762c5ef575441 /debian
parent8618a3739bb9148ef52debd0b701bbd16a2c1158 (diff)
A few tweaks
Diffstat (limited to 'debian')
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index c04d353..85e887b 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,9 @@ Package: python-linaro-media-create
Architecture: all
Section: python
Depends: ${python:Depends}, python-apt, ${misc:Depends}
-Description: TODO
- XXX
+Description: python library for the creation of Linaro bootable media
+ Linaro images are generated by combining generic tarballs with
+ hardware-specific packs (hwpacks).
.
- TODO
+ This package provides a python library to generate Linaro images and write
+ them to SD cards or image files that you can be boot in QEMU.
diff --git a/debian/rules b/debian/rules
index c9119e9..6d524f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,6 @@
dh --buildsystem=python_distutils --with-addon=python-support $*
override_dh_auto_test:
+ # XXX: The test-suite currently fails on Lucid. What can we do about
+ # it?
python -m testtools.run tests.test_suite