From 4563a90a0f993bd8b5335d012ef8b76941d935c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 19 Jan 2011 19:30:16 +0100 Subject: Disable pkgbinarymangler when running the testsuite as it might cause some stderr output which confuses it. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index ab9d151..6de0895 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ 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 + NO_PKG_MANGLE=1 python -m testtools.run tests.test_suite -- cgit v1.2.3 From 5607677c1075d698ea51ac7cb442a8b1a8ec845f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 19 Jan 2011 19:31:16 +0100 Subject: Uppercase Python in python-linaro-media-create long description. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 89e5587..17bef2f 100644 --- a/debian/control +++ b/debian/control @@ -61,5 +61,5 @@ Description: Python library for the creation of Linaro bootable media Linaro images are generated by combining generic tarballs with hardware-specific packs (hwpacks). . - This package provides a python library to generate Linaro images and write + 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. -- cgit v1.2.3 From 1d09f338dc34be559a09ebae9d5ce92034058f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 19 Jan 2011 19:31:47 +0100 Subject: Drop util-linux from Depends as it's Essential. --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 17bef2f..400a23a 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ XS-Python-Version: >= 2.5 Package: linaro-image-tools Architecture: all Depends: ${misc:Depends}, - util-linux, parted, uuid-runtime, dosfstools, -- cgit v1.2.3 From 10f90820511555cb6fbd2e1ce9870b765fa4eaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 19 Jan 2011 19:53:01 +0100 Subject: Build-dep on qemu-kvm for qemu-img. Build-dep and Recommend on command-not-found for CommandNotFound. Build-dep on u-boot-tools | uboot-mkimage for mkimage. --- debian/control | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 400a23a..27a8a4a 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,10 @@ Build-Depends: debhelper (>= 7.0.50~), python-apt, python-parted, python-testtools (>> 0.9.5), - python-argparse + python-argparse, + qemu-kvm, + command-not-found, + u-boot-tools | uboot-mkimage Standards-Version: 3.9.1 Maintainer: Linaro Developers Vcs-Bzr: http://bazaar.launchpad.net/~linaro-maintainers/linaro-image-tools/linaro-image-tools @@ -31,7 +34,8 @@ Depends: ${misc:Depends}, python-parted Recommends: qemu-kvm-extras-static, qemu-kvm, - btrfs-tools + btrfs-tools, + command-not-found Description: collection of tools to work with Linaro images This package offers a set of tools for use with Linaro images. . -- cgit v1.2.3 From eceece5bcbe9904e7e4cf58d39dff15b4f24d1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 19 Jan 2011 20:00:48 +0100 Subject: 0.4.1 changelog --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 01c55a7..8e6a544 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +linaro-image-tools (0.4.1) natty; urgency=low + + * Brown paperbag release. + * Sort files in commands ran by linaro_media_create.rootfs.move_contents() + as this breaks the testsuite on some filesystems. + * Disable pkgbinarymangler when running the testsuite as it might cause some + stderr output which confuses it. + * Uppercase Python in python-linaro-media-create long description. + * Drop util-linux from Depends as it's Essential. + * Update Build-Deps for testsuite requirements (qemu-kvm for qemu-img, + u-boot | uboot-mkimage for mkimage and command-not-found for + CommandNotFound) and recommend command-not-found to locate the package of + missing commands. + + -- Loïc Minier Wed, 19 Jan 2011 19:32:38 +0100 + linaro-image-tools (0.4) natty; urgency=low IMPORTANT: this version of linaro-image-tools breaks support for 10.05 -- cgit v1.2.3