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
|
Source: how-can-i-help
Section: devel
Priority: optional
Maintainer: Tomasz Nitecki <tnnn@tnnn.pl>
Uploaders:
Lucas Nussbaum <lucas@debian.org>,
Build-Depends:
debhelper-compat (= 12),
gem2deb (>= 0.3.0~),
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/how-can-i-help.git
Vcs-Browser: https://salsa.debian.org/debian/how-can-i-help
XS-Ruby-Versions: all
Rules-Requires-Root: no
Homepage: https://wiki.debian.org/how-can-i-help
Package: how-can-i-help
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends:
ruby (>= 1:1.9.3),
ruby-debian (>= 0.3.8~),
ruby-json (>= 1.7.3-3),
${misc:Depends},
Description: show opportunities for contributing to Debian
how-can-i-help hooks into APT to list opportunities for contributions to
Debian (orphaned packages, bugs tagged 'newcomer') for packages installed
locally, after each APT invocation. It can also be invoked directly, and
then lists all opportunities for contribution (not just the new ones).
|