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

Bug#905941: apt-move: diff for NMU version 4.2.27-5.1



Package: apt-move
Version: 4.2.27-5
Severity: normal
Tags: patch  pending

[Replace XX with correct value]

Dear maintainer,

I've prepared an NMU for apt-move (versioned as 4.2.27-5.1) and
the attached small fix fixes a long reported issue with running
apt-move.

Regards.

diff -Nru apt-move-4.2.27/debian/changelog apt-move-4.2.27/debian/changelog
--- apt-move-4.2.27/debian/changelog	2016-11-01 23:11:28.000000000 -0600
+++ apt-move-4.2.27/debian/changelog	2018-08-11 19:06:52.000000000 -0600
@@ -1,3 +1,10 @@
+apt-move (4.2.27-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use a modern shell to fix waitall odd /bin/sh issue
+
+ -- Luis Chamberlain <mcgrof@mantis>  Sat, 11 Aug 2018 19:06:52 -0600
+
 apt-move (4.2.27-5) unstable; urgency=medium
 
   * QA upload.
diff -Nru apt-move-4.2.27/debian/patches/fix-waitall.patch apt-move-4.2.27/debian/patches/fix-waitall.patch
--- apt-move-4.2.27/debian/patches/fix-waitall.patch	1969-12-31 18:00:00.000000000 -0600
+++ apt-move-4.2.27/debian/patches/fix-waitall.patch	2018-08-11 19:06:52.000000000 -0600
@@ -0,0 +1,10 @@
+/bin/sh cannot find waitall(). Use a much more modern shell.
+
+--- a/apt-move
++++ b/apt-move
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ #  Copyright (c) 1999 Michael Merten <mikemerten@yahoo.com>
+ #  Copyright (c) 1999-2000 Gregory T. Norris <adric@debian.org>

Reply to: