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

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



On Mon, 2015-10-12 at 19:15 +0800, Paul Wise wrote:
> On Mon, Oct 12, 2015 at 4:56 PM, Ritesh Raj Sarraf wrote:
> 
> > 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.
> 
> The comment in the changelog is incorrect, I've tested apt-offline
> with python-apt and it works fine. Personally I would suggest you
> either depend on python-apt or pull in the patch from stretch that I
> suggested in #801502.

Okay!! Looks like 1.5 was a real mess.

At first, during the imports, python-apt was explicitly disabled.

And then, as you pointed out, python-apt was asked to be used
unconditionally.


I guess the best bet for Jessie is to just add python-apt to Depends.
I'll send a revised patch. I agree we shouldn't change anything else
for the Jessie build.


@Release Managers: Please find attached the revised debdiff. Please
ACK.

@Paul Wise: You too, please review/test the attached patch and ACK.

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System
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 18:08:38.000000000 +0530
@@ -1,3 +1,10 @@
+apt-offline (1.5.1) jessie; urgency=medium
+
+  * [67c2ba5] Add python-apt to Depends.
+    Thanks to Paul Wise (Closes: 801502)
+
+ -- Ritesh Raj Sarraf <rrs@debian.org>  Mon, 12 Oct 2015 18:08:22 +0530
+
 apt-offline (1.5) unstable; urgency=medium
 
   * New Major Release
diff -Nru apt-offline-1.5/debian/control apt-offline-1.5.1/debian/control
--- apt-offline-1.5/debian/control	2014-09-15 23:57:59.000000000 +0530
+++ apt-offline-1.5.1/debian/control	2015-10-12 18:07:17.000000000 +0530
@@ -11,7 +11,7 @@
 
 Package: apt-offline
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-argparse, python, apt, less
+Depends: ${misc:Depends}, ${python:Depends}, python-argparse, python, apt, less, python-apt
 Recommends: python-magic, python-soappy
 Description: offline APT package manager
  apt-offline is an Offline APT Package Manager.

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: