File: live

package info (click to toggle)
apt-listbugs 0.1.40
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 956 kB
  • sloc: ruby: 2,491; sh: 157; makefile: 63
file content (13 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -eu

# list bugs of package 'apt'
apt-listbugs list apt

# simulate an upgrade of one package
/usr/share/doc/apt-listbugs/examples/send-hook-info.rb \
  ./debian/tests/v3-hookinfo_upgrade_hdfview.txt 'apt-listbugs -y -N apt'

# list bugs (of all severities) filed against apt-listbugs itself
/usr/share/doc/apt-listbugs/examples/deblistbugs