~ubuntu-branches/ubuntu/trusty/tomahawk/trusty-proposed

« back to all changes in this revision

Viewing changes to thirdparty/breakpad/third_party/glog/packages/deb/control

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-03-07 23:40:27 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130307234027-1jc3yomfdliyapta
Tags: 0.6.0+dfsg1-0ubuntu1
Reduce dfsg stripping to fix build (source remains still DFSG compliant)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
7
Package: libgoogle-glog-dev
 
8
Section: libdevel
 
9
Architecture: any
 
10
Depends: libgoogle-glog0 (= ${Source-Version})
 
11
Description:  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
 
 
17
Package: libgoogle-glog0
 
18
Section: libs
 
19
Architecture: any
 
20
Depends: ${shlibs:Depends}
 
21
Description:  a library that implements application-level logging.
 
22
 This library provides logging APIs based on C++-style streams and
 
23
 various helper macros.