control 807 B

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