File: control

package info (click to toggle)
apt-listbugs 0.1.35
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,304 kB
  • sloc: ruby: 2,502; sh: 245; makefile: 53
file content (33 lines) | stat: -rw-r--r-- 1,670 bytes parent folder | download
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
32
33
Source: apt-listbugs
Section: admin
Priority: optional
Maintainer: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Build-Depends: debhelper-compat (= 13), debhelper (>= 12.8~), gem2deb (>= 0.12)
Build-Depends-Indep: ruby, rdtool, gettext, ruby-debian (>= 0.3.3), ruby-gettext (>= 3.0.2), ruby-test-unit, ruby-soap4r, ruby-unicode
Standards-Version: 4.5.1
Rules-Requires-Root: no
XS-Ruby-Versions: all
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
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-debian (>= 0.3.3), apt (>= 0.9.11), ruby-gettext (>= 3.0.2), ruby-xmlparser, ruby-soap4r, ruby-unicode
Recommends: ruby-httpclient (>= 2.1.5.2-1)
Suggests: reportbug, w3m | www-browser, sensible-utils, xdg-utils
Breaks: libapt-pkg4.12 (<< 0.9.11)
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.