~ubuntu-branches/ubuntu/saucy/google-glog/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki
  • Date: 2010-07-24 23:04:29 UTC
  • Revision ID: james.westby@ubuntu.com-20100724230429-tnnpz4utjxxb3mby
Tags: 0.3.0-1
Initial release. (Closes: #555329: ITP: google-glog -- application-
level logging APIs based on C++-style)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: google-glog
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Daigo Moriwaki <daigo@debian.org>
 
5
Build-Depends: debhelper (>= 7), autoconf, automake, libtool, cdbs, quilt, binutils, libunwind7-dev [amd64]
 
6
Standards-Version: 3.8.4
 
7
Homepage: http://code.google.com/p/google-glog/
 
8
Vcs-Browser: http://git.debian.org/?p=collab-maint/google-glog.git;a=summary
 
9
Vcs-Git: git://git.debian.org/collab-maint/google-glog.git
 
10
 
 
11
Package: libgoogle-glog0
 
12
Section: libs
 
13
Architecture: any
 
14
Depends: ${shlibs:Depends}, ${misc:Depends}
 
15
Description: a library that implements application-level logging.
 
16
 This library provides logging APIs based on C++-style streams and
 
17
 various helper macros.
 
18
 
 
19
Package: libgoogle-glog0-dbg
 
20
Section: debug
 
21
Priority: extra
 
22
Architecture: any
 
23
Depends: libgoogle-glog0 (= ${binary:Version}), ${misc:Depends}
 
24
Description: a library that implements application-level logging.
 
25
 This library provides logging APIs based on C++-style streams and
 
26
 various helper macros.
 
27
 .
 
28
 This package is provided primarily to provide a backtrace with names
 
29
 in a debugger, this makes it somewhat easier to interpret core
 
30
 dumps.  Most people will not need this package.
 
31
 
 
32
Package: libgoogle-glog-dev
 
33
Section: libdevel
 
34
Architecture: any
 
35
Depends: libgoogle-glog0 (= ${binary:Version}), ${misc:Depends}
 
36
Description: a library that implements application-level logging.
 
37
 This library provides logging APIs based on C++-style streams and
 
38
 various helper macros.  The devel package contains static and debug
 
39
 libraries and header files for developing applications that use the
 
40
 google-glog package.
 
41
 .
 
42
 This package contains the header files for developers using google-glog.
 
43