Your message dated Sat, 23 Jan 2016 13:57:15 +0000
with message-id <[email protected]>
and subject line 8.3 point release cleanup
has caused the Debian Bug report #801580,
regarding jessie-pu: package apt-offline/1.5
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.)
--
801580: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801580
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: [email protected]
Usertags: pu
The python-apt module is not really a drop-in replacement for apt.
Unfortunately, for Jessie, apt-offline has python-apt as the default
backend.
This update for Jessie will change that to standard apt, something that
is the default in newer releases too.
Please see attached debdiff for the exact change. Please respond to this
bug report with an ACK and then I'll upload it to the archive.
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.3+ (SMP w/4 CPU cores)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru apt-offline-1.5/apt_offline_core/AptOfflineCoreLib.py apt-offline-1.5.1/apt_offline_core/AptOfflineCoreLib.py
--- apt-offline-1.5/apt_offline_core/AptOfflineCoreLib.py 2014-09-15 23:58:05.000000000 +0530
+++ apt-offline-1.5.1/apt_offline_core/AptOfflineCoreLib.py 2015-10-12 14:19:10.000000000 +0530
@@ -1798,7 +1798,7 @@
#Instantiate Apt based on what we have. For now, fall to apt only
- AptInst = AptManip(Str_SetArg, Simulate=Bool_TestWindows, AptType="python-apt")
+ AptInst = AptManip(Str_SetArg, Simulate=Bool_TestWindows, AptType="apt")
if Bool_SetUpdate:
if platform.system() in supported_platforms:
diff -Nru apt-offline-1.5/debian/changelog apt-offline-1.5.1/debian/changelog
--- apt-offline-1.5/debian/changelog 2014-09-16 00:12:42.000000000 +0530
+++ apt-offline-1.5.1/debian/changelog 2015-10-12 14:20:25.000000000 +0530
@@ -1,3 +1,10 @@
+apt-offline (1.5.1) jessie; urgency=medium
+
+ * [3726fa8] Use apt backend. python-apt doesn't really work
+ (Closes: #801502)
+
+ -- Ritesh Raj Sarraf <[email protected]> Mon, 12 Oct 2015 14:19:48 +0530
+
apt-offline (1.5) unstable; urgency=medium
* New Major Release
--- End Message ---
--- Begin Message ---
Version: 8.3
Hi,
The updates referred to in these bugs were included in today's 8.3
Jessie point release.
Regards,
Adam
--- End Message ---