Source: grpc
Priority: optional
Maintainer: gRPC Package Maintainers <grpc-packages@google.com>
Uploaders: Andrew Pollock <apollock@debian.org>, Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
 debhelper (>= 9)
 , zlib1g-dev
 , libssl-dev
 , libprotobuf-dev (>= 3.0.0)
 , protobuf-compiler (>= 3.0.0)
 , libgflags-dev
 , libgtest-dev
 , libgoogle-perftools-dev
 , python
 , libprotoc-dev (>= 3.0.0)
 , cmake
Standards-Version: 3.9.6
Section: libs
Homepage: http://www.grpc.io/
Vcs-Git: https://github.com/grpc/grpc.git
Vcs-Browser: https://github.com/grpc/grpc

Package: libgrpc-dev
Section: libdevel
Architecture: any
Depends:
 libgrpc1 (= ${binary:Version})
 , ${misc:Depends}
Description: high performance general RPC framework (development)
 A modern, open source remote procedure call (RPC) framework that can
 run anywhere. It enables client and server applications to communicate
 transparently, and makes it easier to build connected systems.
 .
 This package contains the headers and the static library for libgrpc1.

Package: libgrpc1
Architecture: any
Depends:
 ${shlibs:Depends}
 , ${misc:Depends}
Description: high performance general RPC framework
 A modern, open source remote procedure call (RPC) framework that can
 run anywhere. It enables client and server applications to communicate
 transparently, and makes it easier to build connected systems.
 .
 This package provides the gRPC C bindings.

Package: libgrpc1-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
    libgrpc1 (= ${binary:Version}),
    ${misc:Depends}
Description: debugging symbols for libgrpc1
 A modern, open source remote procedure call (RPC) framework that can
 run anywhere. It enables client and server applications to communicate
 transparently, and makes it easier to build connected systems.
 .
 This package contains the debugging symbols for libgrpc1.
