~ubuntu-branches/ubuntu/utopic/grok/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-05-13 17:24:56 UTC
  • Revision ID: package-import@ubuntu.com-20120513172456-3afy26dkz6opkoa9
Tags: 1.20110708.1-1
Initial Release (Closes: #672777)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: grok
 
2
Section: misc
 
3
Priority: extra
 
4
Maintainer: Stig Sandbeck Mathisen <ssm@debian.org>
 
5
Build-Depends:
 
6
 bison,
 
7
 ctags,
 
8
 debhelper (>= 9),
 
9
 dpkg-dev (>= 1.16.1~),
 
10
 flex,
 
11
 gperf,
 
12
 libevent-dev,
 
13
 libpcre3-dev,
 
14
 libtokyocabinet-dev,
 
15
Standards-Version: 3.9.3
 
16
Homepage: http://code.google.com/p/semicomplete/wiki/Grok
 
17
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/grok.git
 
18
Vcs-Git: git://anonscm.debian.org/collab-maint/grok.git
 
19
 
 
20
Package: grok
 
21
Architecture: any
 
22
Depends:
 
23
 ${misc:Depends},
 
24
 ${shlibs:Depends},
 
25
Description: powerful pattern-matching and reacting tool
 
26
 The grok program can parse log data and program output. You can match
 
27
 any number of complex patterns on any number of inputs (processes and
 
28
 files) and have custom reactions.
 
29
 .
 
30
 Grok is simple software that allows you to easily parse logs and
 
31
 other files. With grok, you can turn unstructured log and event data
 
32
 into structured data.
 
33
 
 
34
Package: libgrok1
 
35
Section: libs
 
36
Architecture: any
 
37
Pre-Depends: ${misc:Pre-Depends}
 
38
Depends:
 
39
 ${misc:Depends},
 
40
 ${shlibs:Depends},
 
41
Description: shared libraries for grok
 
42
 The grok library provides the pattern matching features of grok in
 
43
 your own tools. There are currently C and Ruby APIs.
 
44
 .
 
45
 Grok is simple software that allows you to easily parse logs and
 
46
 other files. With grok, you can turn unstructured log and event data
 
47
 into structured data.
 
48
 
 
49
Package: libgrok-dev
 
50
Section: libdevel
 
51
Architecture: any
 
52
Depends:
 
53
 ${misc:Depends},
 
54
 ${shlibs:Depends},
 
55
Provides: libgrok-dev
 
56
Conflicts: libgrok-dev
 
57
Description: development files for grok
 
58
 Development files for the grok pattern matcher
 
59
 .
 
60
 Grok is simple software that allows you to easily parse logs and
 
61
 other files. With grok, you can turn unstructured log and event data
 
62
 into structured data.
 
63
 
 
64
Package: grok-dbg
 
65
Section: debug
 
66
Architecture: any
 
67
Depends:
 
68
 ${misc:Depends},
 
69
 libgrok1 (= ${binary:Version}),
 
70
Description: debugging symbols for grok
 
71
 This package contains the detached debugging symbols for grok.
 
72
 .
 
73
 Grok is simple software that allows you to easily parse logs and
 
74
 other files. With grok, you can turn unstructured log and event data
 
75
 into structured data.