From 8aa3827b86626b64751c0b977a0c6062fdb03e54 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 24 Jun 2012 13:16:56 -0500 Subject: [PATCH] - use flock when running apt-check or apt-get + ideally we'd use run-one here, but not yet in main or other distros - depend on util-linux, which provides flock - drop run-one usage, use flock directly instead --- debian/changelog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1bc64944..009a1a2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,9 +4,10 @@ byobu (5.20) unreleased; urgency=low - fix upgrades to the new width handling, where some things were undefined * usr/lib/byobu/updates_available: LP: #976928, #1010505, #999151 - - use run-one when running apt-check or apt-get - - if run-one isn't installed on Debian/Ubuntu, - update package checking won't work; sorry + - use flock when running apt-check or apt-get + + ideally we'd use run-one here, but not yet in main or other distros + - depend on util-linux, which provides flock + - drop run-one usage, use flock directly instead -- Dustin Kirkland Fri, 08 Jun 2012 17:25:23 -0500