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: ruby-spamcheck
Section: contrib/ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 2.1~),
ruby-grpc (>= 1.0~),
ruby-grpc-tools,
ruby-bundler,
libprotobuf-dev
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-spamcheck.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-spamcheck
Homepage: https://gitlab.com/gitlab-org/gl-security/security-engineering/security-automation/spam/spamcheck
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-spamcheck
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: Auto-generated gRPC client for SpamCheck
This library allows connecting to spamcheck service using google rpc service.
.
Since regenerating these generated ruby files require updating some core
golang modules, this package is uploaded to contrib with upstream provided
*_pb.rb files.
|