[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. 0.1.0-20-g2b90030

Ryan Niebur ryanryan52 at gmail.com
Sun Oct 18 18:13:51 UTC 2009


The following commit has been merged in the master branch:
commit 202a8cb2bdf65a02d3ed9bb232e0e012355cf5a6
Author: Francesco Poli (t1000) <frx at firenze.linux.it>
Date:   Sun Oct 4 21:25:12 2009 +0200

    removed references to aptitude in doc
    
    There are more package managers than just 'apt' and 'aptitude':
    'apt-listbugs' could be used with other tools similar to 'apt'.
    Hence, documentation should be less specific on this point.

diff --git a/apt-listbugs b/apt-listbugs
index b80083f..0bb50d5 100755
--- a/apt-listbugs
+++ b/apt-listbugs
@@ -37,8 +37,8 @@ apt-listbugs [options] <command> [arguments]
 
 apt-listbugs is a tool which retrieves bug reports from the Debian
 Bug Tracking System and lists them. Especially, it is intended to
-be invoked before each upgrade by apt or aptitude in order to check whether
-the upgrade/installation is safe. 
+be invoked before each upgrade by apt, or other similar package managers,
+in order to check whether the upgrade/installation is safe. 
 
 == USAGE
 
diff --git a/debian/README.Debian b/debian/README.Debian
index a8f70b3..349ab72 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -8,15 +8,15 @@ Introduction
 
 'apt-listbugs' is a tool which retrieves bug reports from the Debian
 Bug Tracking System and lists them. Especially, it is intended to
-be invoked before each upgrade by apt or aptitude in order to check whether
-the upgrade is safe.
+be invoked before each upgrade by 'apt', or other similar package managers,
+in order to check whether the upgrade/installation is safe.
 
 Most Debian developers use the unstable version of Debian,
 and some users also use it, because this version is the latest
 snapshot which includes many features and new packages.
 
-'apt' and 'aptitude' are great and convenient tools to let your system
-easily track the latest package versions from unstable.
+'apt' is a great and convenient tool to let your system easily track the
+latest package versions from unstable.
 On the other hand, this possibility also makes your system
 break easily. If a broken package is uploaded to Debian unstable,
 the package will soon get installed on many Debian systems.
@@ -28,7 +28,7 @@ though to a smaller extent.
 which are about to be installed/upgraded and by giving the opportunity
 to avoid or defer an unsafe installation/upgrade.
 
-You can install it easily by using apt or aptitude. Usually, no customization
+You can easily install it by using 'apt'. Usually, no customization
 is required. However, the use of a proxy server is recommended, in order
 to reduce the number of accesses to the BTS.
 
@@ -47,7 +47,7 @@ querybts program as a back-end. To enable this feature, you need to
 install the 'reportbug' package. In addition, you can select broken
 packages for pinning, to avoid automatically upgrading them. However,
 pinning is not effective immediately, and requires restarting your apt
-or aptitude session.
+session.
 
 The pinning will be removed by a cron.daily job, when the bugs no longer
 affect the package candidate version.
diff --git a/debian/changelog b/debian/changelog
index 5669514..9c69a94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,7 @@ apt-listbugs (0.1.1) UNRELEASED; urgency=low
   * LC_ALL=C when running apt-cache, we parse the English output (Closes:
     #547128)
 
- -- Francesco Poli (t1000) <frx at firenze.linux.it>  Sun, 20 Sep 2009 19:01:04 +0200
+ -- Francesco Poli (t1000) <frx at firenze.linux.it>  Sun, 04 Oct 2009 19:37:57 +0200
 
 apt-listbugs (0.1.0) unstable; urgency=low
 

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list