File: control

package info (click to toggle)
ruby-rack-google-analytics 1.2.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 164 kB
  • sloc: ruby: 287; makefile: 9
file content (33 lines) | stat: -rw-r--r-- 1,335 bytes parent folder | download | duplicates (2)
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: ruby-rack-google-analytics
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Raju D. Vindane <rajuvindane@gmail.com>
Build-Depends: debhelper (>= 11),
               gem2deb,
               ruby-actionpack,
               ruby-activesupport,
               ruby-rack (>= 1.2),
               ruby-rack-test (>= 0.5),
               ruby-shoulda (>= 2.11),
               ruby-test-unit (>= 2.5)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rack-google-analytics.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rack-google-analytics
Homepage: https://github.com/leehambley/rack-google-analytics
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-rack-google-analytics
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-actionpack,
         ruby-activesupport,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Simple Rack middleware to inject the Google Analytics tracking code
 This middleware injects either the synchronous or asynchronous Google
 Analytics tracking code into the correct place of any request only when the
 response's `Content-Type` header contains `html`  (therefore `text/html`
 and similar).