1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: apt-listbugs
Section: admin
Priority: optional
Maintainer: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Build-Depends: debhelper-compat (= 13), debhelper (>= 12.8~), gem2deb
Build-Depends-Indep: ruby, pandoc, gettext, ruby-debian, ruby-gettext, ruby-test-unit, ruby-soap4r, ruby-unicode
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/frx-guest/apt-listbugs.git
Vcs-Browser: https://salsa.debian.org/frx-guest/apt-listbugs
Homepage: https://salsa.debian.org/frx-guest/apt-listbugs
Package: apt-listbugs
Architecture: all
Depends: ${misc:Depends}, ruby:any, ruby-debian, apt, ruby-gettext, ruby-xmlparser, ruby-soap4r, ruby-unicode, distro-info
Recommends: ruby-httpclient, ruby-sys-proctable
Suggests: reportbug, w3m | www-browser, sensible-utils, xdg-utils
Breaks: libapt-pkg4.12 (<< 0.9.11), libruby (<< 1:3.1)
Description: tool which lists critical bugs before each APT installation
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 installation/upgrade by APT in order to check whether the
installation/upgrade is safe.
.
Many developers and users prefer the unstable version of Debian for its new
features and packages. APT, the usual upgrade tool, can break your system by
installing a buggy package.
.
apt-listbugs lists critical bug reports from the Debian Bug Tracking System.
Run it from within the APT session, in order to see whether an installation
or upgrade is known to be unsafe.
|