File: control

package info (click to toggle)
ruby-rack-piwik 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 124 kB
  • ctags: 22
  • sloc: ruby: 121; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,272 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
Source: ruby-rack-piwik
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               gem2deb (>= 0.3.0~),
               ruby-minitest,
               ruby-rack-test,
               ruby-shoulda,
               ruby-test-unit
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-piwik.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rack-piwik.git
Homepage: https://github.com/maxwell/rack-piwik
XS-Ruby-Versions: all

Package: ruby-rack-piwik
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ruby-rack, ${misc:Depends}, ${shlibs:Depends}
Description: piwik Analytics racking in your Ruby-Rack based project
 Rack middleware to inject the Piwik tracking code into outgoing responses.
 .
 In a digital world, Piwik gives you insights on your website's visitors,
 your marketing campaigns and much more, so you can optimize your strategy and
 online experience of your visitors. Piwik is an open source alternative to
 Google Analytics available in 48 languages!
 .
 Adapted from rack-google-analytics.