Source: sawzall
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
 dh-autoreconf,
 autotools-dev,
 protobuf-compiler,
 libpcre3-dev,
 libssl-dev,
 libicu-dev,
 libprotoc-dev,
Standards-Version: 3.9.6
Homepage: http://code.google.com/p/szl/
Vcs-Git: git://anonscm.debian.org/collab-maint/sawzall.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sawzall.git

Package: szl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: compiler and runtime for the Sawzall language
 Szl is a compiler and runtime for the Sawzall language. It includes
 support for statistical aggregation of values read or computed from
 the input. Google uses Sawzall to process log data generated by
 Google's servers.
 .
 Since a Sawzall program processes one record of input at a time and
 does not preserve any state (values of variables) between records,
 it is well suited for execution as the map phase of a map-reduce.

Package: libszl0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: sawzall language C++ library
 Szl is a compiler and runtime for the Sawzall language. It includes
 support for statistical aggregation of values read or computed from
 the input. Google uses Sawzall to process log data generated by
 Google's servers.
 .
 Since a Sawzall program processes one record of input at a time and
 does not preserve any state (values of variables) between records,
 it is well suited for execution as the map phase of a map-reduce.
 .
 This package contains the runtime libraries needed for C++ applications.

Package: libszl0-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libszl0 (= ${binary:Version})
Description: sawzall language C++ library (development headers)
 Szl is a compiler and runtime for the Sawzall language. It includes
 support for statistical aggregation of values read or computed from
 the input. Google uses Sawzall to process log data generated by
 Google's servers.
 .
 Since a Sawzall program processes one record of input at a time and
 does not preserve any state (values of variables) between records,
 it is well suited for execution as the map phase of a map-reduce.
 .
 This package contains the development libraries needed for writing C++
 applications.

Package: libszl0-dbg
Architecture: any
Multi-Arch: same
Priority: extra
Section: debug
Depends: libszl0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: sawzall language C++ library (debugging symbols)
 Szl is a compiler and runtime for the Sawzall language. It includes
 support for statistical aggregation of values read or computed from
 the input. Google uses Sawzall to process log data generated by
 Google's servers.
 .
 Since a Sawzall program processes one record of input at a time and
 does not preserve any state (values of variables) between records,
 it is well suited for execution as the map phase of a map-reduce.
 .
 This package contains the runtime libraries debugging symbols.

