[Apt-listbugs-commits] [apt-listbugs] 02/04: clarify one debug message in aptcleanup

Francesco Poli frx-guest at moszumanska.debian.org
Mon Jun 30 20:08:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

frx-guest pushed a commit to branch master
in repository apt-listbugs.

commit 8b846777f7b7da810110e108db5d952276208f37
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Thu Jun 26 23:10:40 2014 +0200

    clarify one debug message in aptcleanup
---
 aptcleanup       | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/aptcleanup b/aptcleanup
index 4aae7e4..41cf2f8 100755
--- a/aptcleanup
+++ b/aptcleanup
@@ -94,7 +94,7 @@ p.pins.each do |pin|
       buggy_pkg_keys << pinned_package if array.size != 0
     }
     if $?.exitstatus != 0
-      $stderr.puts "Error... exiting!" if $DEBUG
+      $stderr.puts sprintf("Error while invoking %s: exiting!", LISTBUGS) if $DEBUG
       exit 1
     end
   end
diff --git a/debian/changelog b/debian/changelog
index 9b93372..4fec9d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ apt-listbugs (0.1.14) UNRELEASED; urgency=medium
   * enhanced aptcleanup:
      - added file access error handling for cases where /etc/apt/preferences
        does not exist or is not readable
+     - clarified one debug message
 
  -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sun, 11 May 2014 16:45:18 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git



More information about the Apt-listbugs-commits mailing list