Your message dated Thu, 12 Apr 2012 12:50:33 +0000
with message-id <[email protected]>
and subject line Bug#668401: fixed in linaro-image-tools 2012.03-2
has caused the Debian Bug report #668401,
regarding linaro-hwpack-install: add FORCE_OPTIONS to apt update
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
668401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668401
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: linaro-image-tools
Version: 2012.03-1
Severity: wishlist
Tags: patch
Hello,
linaro-hwpack-install stops and asks for user interaction when trying to
update APT cache from unsigned repositories. Could you please allow
FORCE_OPTIONS to be present when APT tries to update its cache?
Find attached a proposed patch to fix the issue:
--- linaro-image-tools-2012.03.orig/linaro-hwpack-install
+++ linaro-image-tools-2012.03/linaro-hwpack-install
@@ -181,17 +181,17 @@ fi
echo "deb file:${HWPACK_DIR}/pkgs ./" > "$SOURCES_LIST_FILE"
cat /etc/apt/sources.list >> "$SOURCES_LIST_FILE"
-echo "Updating apt package lists ..."
-$sudo apt-get -o "$APT_GET_OPTIONS" update -q
-
-echo -n "Installing packages ..."
-
if [ "$FORCE_YES" == "yes" ]; then
FORCE_OPTIONS="--yes --force-yes"
else
FORCE_OPTIONS=""
fi
+echo "Updating apt package lists ..."
+$sudo apt-get $FORCE_OPTIONS -o "$APT_GET_OPTIONS" update -q
+
+echo -n "Installing packages ..."
+
# "newer" hwpacks contain a dependency package whose Depends is the
# same as the packages config setting from the file the hwpack was
# build from. But if we just installed that, a newer version of a
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages linaro-image-tools depends on:
ii apt-utils 0.8.15.10
ii dosfstools 3.0.12-1
ii parted 2.3-8
ii python 2.7.2-10
ii python-argparse 1.2.1-2
ii python-dbus 0.84.0-3
ii python-debian 0.1.21
ii python-linaro-image-tools 2012.03-1
ii python-parted 3.6-4
ii sudo 1.8.3p2-1
ii u-boot-tools 2011.12-2
Versions of packages linaro-image-tools recommends:
ii btrfs-tools <none>
ii command-not-found 0.2.38-1
ii qemu-user-static 1.0.1+dfsg-1
ii udisks 1.0.4-4
linaro-image-tools suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: linaro-image-tools
Source-Version: 2012.03-2
We believe that the bug you reported is fixed in the latest version of
linaro-image-tools, which is due to be installed in the Debian FTP archive:
linaro-image-tools_2012.03-2.debian.tar.gz
to main/l/linaro-image-tools/linaro-image-tools_2012.03-2.debian.tar.gz
linaro-image-tools_2012.03-2.dsc
to main/l/linaro-image-tools/linaro-image-tools_2012.03-2.dsc
linaro-image-tools_2012.03-2_amd64.deb
to main/l/linaro-image-tools/linaro-image-tools_2012.03-2_amd64.deb
python-linaro-image-tools_2012.03-2_all.deb
to main/l/linaro-image-tools/python-linaro-image-tools_2012.03-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Fathi Boudra <[email protected]> (supplier of updated linaro-image-tools package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 12 Apr 2012 15:17:10 +0300
Source: linaro-image-tools
Binary: linaro-image-tools python-linaro-image-tools
Architecture: source amd64 all
Version: 2012.03-2
Distribution: unstable
Urgency: low
Maintainer: Linaro Packagers <[email protected]>
Changed-By: Fathi Boudra <[email protected]>
Description:
linaro-image-tools - collection of tools to work with Linaro images
python-linaro-image-tools - Python library for the manipulation of Linaro
bootable media
Closes: 668401
Changes:
linaro-image-tools (2012.03-2) unstable; urgency=low
.
* Add FORCE_OPTIONS to apt update in linaro-hwpack-install.
Thanks to Hector Oron <[email protected]>. (Closes: #668401)
Checksums-Sha1:
45062365c99760d64438eb6daa484042f8688db4 1692 linaro-image-tools_2012.03-2.dsc
dfc853b8859fdadf92034ee618375e7e5c6e0f3d 3568
linaro-image-tools_2012.03-2.debian.tar.gz
cf8616688cbb9abe9634b13bcf71c7d0eee1a72f 76572
linaro-image-tools_2012.03-2_amd64.deb
bb238360daebf8027c519eead069aac3973be1fa 170750
python-linaro-image-tools_2012.03-2_all.deb
Checksums-Sha256:
50c021fb797962fb75da5102e942b0a5e6becc6279353d7d61f639a1311c2334 1692
linaro-image-tools_2012.03-2.dsc
66d856fb82208cb9a37fcac0c2b96e5e83ba5f59055e9010a7b5fa8023d49ede 3568
linaro-image-tools_2012.03-2.debian.tar.gz
075362faa559e142e4add4d3a9167a588d17307a7486e31c964398d75fa1f507 76572
linaro-image-tools_2012.03-2_amd64.deb
698e4dc3395d755b644921c1a50e086ace80093c9db4af8de6cb0af6dc494c22 170750
python-linaro-image-tools_2012.03-2_all.deb
Files:
a43dd53fb1c5c8217d98a9911cf4a488 1692 devel optional
linaro-image-tools_2012.03-2.dsc
ee37b739982b533dd9304f826bce8723 3568 devel optional
linaro-image-tools_2012.03-2.debian.tar.gz
57b4fca98995429951e1a97822313ba3 76572 devel optional
linaro-image-tools_2012.03-2_amd64.deb
4d69ff38dad589577b70b703196be482 170750 python optional
python-linaro-image-tools_2012.03-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iJwEAQECAAYFAk+GytMACgkQjPU19mqlcvfU2wQA3YNE5poMdxr0Kz9RkSZaK+Fg
R7yPI/GHcOW/UAXzeyHohIE67wrngZ1W3tD8D1hXLyIJjQr5ykyJQ1aGtQdvuhVW
FJV2KFWw8NnYPJkG9m+uJBmQTxEWd2rH7vzcqbg3HLNM5Yz7SY2coWT42jbfbM/O
1Dp3IcnfZp1eilODpqY=
=2Iab
-----END PGP SIGNATURE-----
--- End Message ---