[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#801580: jessie-pu: package apt-offline/1.5



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
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 <rrs@debian.org>  Mon, 12 Oct 2015 14:19:48 +0530
+
 apt-offline (1.5) unstable; urgency=medium
 
   * New Major Release

Reply to: