blob: 110a72cb356022b99e4be6f4c7c6240972401c9b [file] [log] [blame]
Austin Schuh906616c2019-01-21 20:25:11 -08001Source: google-glog
2Priority: optional
3Maintainer: Google Inc. <opensource@google.com>
4Build-Depends: debhelper (>= 4.0.0), binutils
5Standards-Version: 3.6.1
6
7Package: libgoogle-glog-dev
8Section: libdevel
9Architecture: any
10Depends: libgoogle-glog0 (= ${Source-Version})
11Description: a library that implements application-level logging.
12 This library provides logging APIs based on C++-style streams and
13 various helper macros. The devel package contains static and debug
14 libraries and header files for developing applications that use the
15 google-glog package.
16
17Package: libgoogle-glog0
18Section: libs
19Architecture: any
20Depends: ${shlibs:Depends}
21Description: a library that implements application-level logging.
22 This library provides logging APIs based on C++-style streams and
23 various helper macros.