File: control

package info (click to toggle)
ruby-nfqueue 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 156 kB
  • sloc: ruby: 257; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 963 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
Source: ruby-nfqueue
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sebastien Badia <sbadia@debian.org>
Build-Depends: debhelper-compat (= 12), gem2deb, ruby-ffi, ruby-nfnetlink
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-nfqueue.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-nfqueue
Homepage: https://github.com/gdelugre/ruby-nfqueue
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-nfqueue
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libnetfilter-queue1,
         ruby-ffi,
         ruby-nfnetlink,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Wrapper around libnetfilter_queue using FFI
 This package contains a tiny wrapper around libnetfilter_queue. It allows you
 to very simply intercept and modify network traffic in a Ruby environment.