Your message dated Tue, 28 Sep 2010 14:47:11 +0000
with message-id <e1p0bsz-0007i5...@franck.debian.org>
and subject line Bug#596408: fixed in python-apt 0.7.98
has caused the Debian Bug report #596408,
regarding Only segmentation faults when called...
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 ow...@bugs.debian.org
immediately.)
--
596408: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596408
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: unattended-upgrades
Version: 0.62
Severity: grave
Tags: squeeze
any ideas? calling apt-get upgrade on the cmdline just works fine
-- System Information:
Debian Release: squeeze/sid
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32.15-sonne (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages unattended-upgrades depends on:
ii apt 0.8.0 Advanced front-end for dpkg
ii apt-utils 0.8.0 APT utility programs
ii debconf [debconf-2.0] 1.5.35 Debian configuration management sy
ii lsb-release 3.2-23.1 Linux Standard Base version report
ii python 2.6.5-13 interactive high-level object-orie
ii python-apt 0.7.97.1 Python interface to libapt-pkg
ii ucf 3.0025 Update Configuration File: preserv
unattended-upgrades recommends no packages.
Versions of packages unattended-upgrades suggests:
ii bsd-mailx 8.1.2-0.20100314cvs-1 simple mail user agent
-- Configuration Files:
/etc/apt/apt.conf.d/50unattended-upgrades changed:
ttended-Upgrade::Allowed-Origins {
"${distro_id} testing";
"${distro_id} stable";
"${distro_id} ${distro_codename}-security";
// "${distro_id} ${distro_codename}-updates";
// "${distro_id} ${distro_codename}-proposed-updates";
};
// List of packages to not update
Unattended-Upgrade::Package-Blacklist {
// "vim";
// "libc6";
// "libc6-dev";
// "libc6-i686";
};
// Send email to this address for problems or packages upgrades
// If empty or unset then no email is sent, make sure that you
// have a working mail setup on your system. The package 'mailx'
// must be installed or anything that provides /usr/bin/mail.
//Unattended-Upgrade::Mail "r...@localhost";
// Do automatic removal of new unused dependencies after the upgrade
// (equivalent to apt-get autoremove)
//Unattended-Upgrade::Remove-Unused-Dependencies "false";
// Automatically reboot *WITHOUT CONFIRMATION* if a
// the file /var/run/reboot-required is found after the upgrade
//Unattended-Upgrade::Automatic-Reboot "false";
// Use apt bandwidth limit feature, this example limits the download
// speed to 70kb/sec
//Acquire::http::Dl-Limit "70";
-- debconf information:
unattended-upgrades/enable_auto_updates: true
--- End Message ---
--- Begin Message ---
Source: python-apt
Source-Version: 0.7.98
We believe that the bug you reported is fixed in the latest version of
python-apt, which is due to be installed in the Debian FTP archive:
python-apt-dbg_0.7.98_i386.deb
to main/p/python-apt/python-apt-dbg_0.7.98_i386.deb
python-apt-dev_0.7.98_all.deb
to main/p/python-apt/python-apt-dev_0.7.98_all.deb
python-apt-doc_0.7.98_all.deb
to main/p/python-apt/python-apt-doc_0.7.98_all.deb
python-apt_0.7.98.dsc
to main/p/python-apt/python-apt_0.7.98.dsc
python-apt_0.7.98.tar.gz
to main/p/python-apt/python-apt_0.7.98.tar.gz
python-apt_0.7.98_i386.deb
to main/p/python-apt/python-apt_0.7.98_i386.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 596...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Vogt <m...@debian.org> (supplier of updated python-apt 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 28 Sep 2010 15:47:51 +0200
Source: python-apt
Binary: python-apt python-apt-doc python-apt-dbg python-apt-dev
Architecture: source i386 all
Version: 0.7.98
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <de...@lists.debian.org>
Changed-By: Michael Vogt <m...@debian.org>
Description:
python-apt - Python interface to libapt-pkg
python-apt-dbg - Python interface to libapt-pkg (debug extension)
python-apt-dev - Python interface to libapt-pkg (development files)
python-apt-doc - Python interface to libapt-pkg (API documentation)
Closes: 596408
Changes:
python-apt (0.7.98) unstable; urgency=low
.
[ Michael Vogt ]
* python/acquire.cc:
- return long long when calling TotalNeeded(), FetchNeeded() and
PartialPresent() from pkgAcquire(). This follows the change
in libapt.
* apt/debfile.py:
- add missing init for _installed_conflicts (LP: #618597)
* add "provides" property to the apt.Version objects
* apt/debfile.py:
- fix error when reading binary content and add regresion test
* merged patch from Samuel Lidén Borell to fix crash if there utf8
in the control file (LP: #624290) and add test
* apt/cache.py:
- add "sources_list" parameter to cache.update() to force updating
a single sources.list entry only
* debian/control:
- add missing build-depends on python-debian (needed to run the
tests for apt.debfile.DebPackage()
* data/templates/Ubuntu.info.in:
- add extras.ubuntu.com and archvie.canonical.com to the
templates
* aptsources/distinfo.py, aptsources/distro.py:
- support non-official templates (like extras.ubuntu.com)
* fix return type of DebSize() and UsrSize(), thanks to
Sebastian Heinlein, LP: #642936
* merge fix from Steven Chamberlain <ste...@pyro.eu.org> for
crash in unattended-upgrades, many many thanks (closes: #596408)
* python/acquire-item.cc:
- fix two more int -> long long change to follow the changes
from libapt
- do use PyString_FromFormat(), in python versions below 2.7 it
does not support long long (%llu), use strprintf() from libapt
instead
.
[ Kiwinote ]
* apt/debfile:
- don't fail if we conflict with the pkgs we are reinstalling
Checksums-Sha1:
b24548b6e86e929ab7616edf211a0d1092097abb 1245 python-apt_0.7.98.dsc
0eea616044904f2e0da7ff796d1acc52bffe53c0 331039 python-apt_0.7.98.tar.gz
06b3034d4eaa8bcc8de2f909fe61e105e3b177a6 545402 python-apt_0.7.98_i386.deb
4ff27db0661d2ef9379e9c1b3a8127761daa7ad0 206968 python-apt-doc_0.7.98_all.deb
a0701631dc6db3d74d15a3ee453bff9f4130327a 3896550 python-apt-dbg_0.7.98_i386.deb
6b99c9bda5132d457718e41e6e266ce3152809b7 7298 python-apt-dev_0.7.98_all.deb
Checksums-Sha256:
ce7c0269d46b51c80f66b6999110610d2c57b306f3e211743614afbebdb9dca9 1245
python-apt_0.7.98.dsc
5274eebd614d9a0f98195b48651c5e9238bc6af663c11c0ce4afad9486745479 331039
python-apt_0.7.98.tar.gz
786e8891aa8d7cc0e55f01ef1b112516c8a60bac465321d288d61876cc1759fa 545402
python-apt_0.7.98_i386.deb
24fea3851dae69233d3de53a9c7b7a6d0254bace75c6a17e4053195eb696519c 206968
python-apt-doc_0.7.98_all.deb
39871e41b78045c4480ba654a0b2914b5a58026de386de427832fb2fe256ae3d 3896550
python-apt-dbg_0.7.98_i386.deb
0bfbd91796f723cf12a6ff9ac623888488070d6dc26f78524b22f738bbf9d664 7298
python-apt-dev_0.7.98_all.deb
Files:
7af6ddf2cbdfdb00b8157b95b12e8487 1245 python standard python-apt_0.7.98.dsc
28b9654636d3bb69ae6a9289f72b27d3 331039 python standard
python-apt_0.7.98.tar.gz
99d159b9e78341bfd537e082eb1e5de0 545402 python standard
python-apt_0.7.98_i386.deb
2812f85c9210682b9600f4a6f7f2505c 206968 doc optional
python-apt-doc_0.7.98_all.deb
07c460a66823065afdcc583ff5bb9276 3896550 debug extra
python-apt-dbg_0.7.98_i386.deb
0a76fe4b1cc858efa761d0d0af51f6c1 7298 python optional
python-apt-dev_0.7.98_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkyh+AQACgkQliSD4VZixzRtLgCdFT9sP/rjrrOPusmTPWpDpGcY
NB8AnAgHs4AdJuFVRwlxsjQwyxvNsJT+
=dR9P
-----END PGP SIGNATURE-----
--- End Message ---