~ubuntu-branches/ubuntu/breezy/vanessa-logger/breezy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Simon Horman
  • Date: 2004-08-29 18:48:47 UTC
  • mfrom: (0.1.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040829184847-cxmqtjoqlv3kpe8j
Tags: 0.0.7-1
Fixed gcc-3.4 build problem. (closes: Bug#262743)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: vanessa-logger
2
 
Build-Depends: debhelper
 
2
Build-Depends: debhelper (>=2.0.0), automake, libtool
3
3
Section: libs
4
4
Priority: optional
5
 
Maintainer: Simon Horman <horms@vergenet.net>
6
 
Standards-Version: 3.5.2
 
5
Maintainer: Simon Horman <horms@debian.org>
 
6
Standards-Version: 3.6.1
7
7
 
8
8
Package: libvanessa-logger0
9
9
Architecture: any
10
10
Section: libs
11
11
Depends: ${shlibs:Depends}
12
12
Description: Generic Logging Library
13
 
 Generic loging layer that may be used to log to one or more of syslog, an
 
13
 Generic logging layer that may be used to log to one or more of syslog, an
14
14
 open file handle or a file name. Though due to to limitations in the
15
 
 implementation of syslog opening mutiple syslog loggers doesn't makes
 
15
 implementation of syslog opening multiple syslog loggers doesn't makes
16
16
 sense. Includes the ability to limit which messages will be logged based on
17
17
 priorities.
18
18
 
19
19
Package: libvanessa-logger-dev
20
20
Architecture: any
21
 
Section: devel
 
21
Section: libdevel
22
22
Depends: libvanessa-logger0 (= ${Source-Version}), libc6-dev
23
 
Description: Headers and static libraries required to develop against vanessa-logger.
 
23
Description: Headers and static libraries for libvanessa-logger
24
24
 Headers and static libraries required to develop against vanessa-logger.
 
25
 Vanessa logger is a generic logging layer that may be used to log to
 
26
 one or more of syslog, an open file handle or filename.
25
27
 
26
28
Package: libvanessa-logger-sample
27
29
Architecture: any
28
30
Section: devel
29
31
Depends: libvanessa-logger0 (= ${Source-Version}), libvanessa-logger-dev (= ${Source-Version}), libc6-dev
30
 
Description: Sample programme.
 
32
Description: Sample programme using libvanessa-logger
31
33
 Sample programme with source that demonstrates various features of
32
34
 vanessa-logger.