[Apt-listbugs-commits] [apt-listbugs] 02/04: document how to temporarily disable apt-listbugs

Francesco Poli frx-guest at moszumanska.debian.org
Wed Feb 5 22:18: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 38d6393c5efaf6a7cb4c1c399a7caacd01773c3c
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Feb 1 18:33:24 2014 +0100

    document how to temporarily disable apt-listbugs
---
 debian/README.Debian | 27 +++++++++++++++++++++++++++
 debian/changelog     |  2 ++
 2 files changed, 29 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
index b850c30..29130e6 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -33,6 +33,33 @@ is required. However, the use of a proxy server is recommended, in order
 to reduce the number of accesses to the BTS.
 
 
+How to (temporarily) disable apt-listbugs
+=========================================
+
+Sometimes you may need to disable the invocation of apt-listbugs, so
+that you can run apt, or another similar package manager, without
+also running apt-listbugs. Hopefully, this will happen very infrequently
+and you will immediately want to re-enable apt-listbugs...  ;-)
+
+In order to temporarily disable the invocation of apt-listbugs by apt,
+there's no need to remove the package: it is enough to edit
+/etc/apt/apt.conf.d/10apt-listbugs and turn the following line
+
+    DPkg::Pre-Install-Pkgs {"/usr/sbin/apt-listbugs apt";};
+
+into a comment (by prepending the "//" comment symbol).
+
+Or alternatively, you may just move the file out of the way:
+
+  # mv /etc/apt/apt.conf.d/10apt-listbugs /root/
+
+When you want to re-enable the invocation of apt-listbugs, drop the
+comment symbol from the line, or move the file back to its original
+location:
+
+  # mv /root/10apt-listbugs /etc/apt/apt.conf.d/
+
+
 Notes
 =====
 
diff --git a/debian/changelog b/debian/changelog
index f876532..b22ed81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 apt-listbugs (0.1.13) UNRELEASED; urgency=medium
 
   * improved README.Debian formatting
+  * documented how to temporarily disable the invocation of apt-listbugs
+    in README.Debian
 
  -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 01 Feb 2014 15:43:19 +0100
 

-- 
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