1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: liblognorm
Priority: extra
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 9),
autotools-dev,
pkg-config,
libxml2-dev,
libestr-dev,
libee-dev (>= 0.3.2)
Standards-Version: 3.9.3
Section: libs
Homepage: http://www.liblognorm.com/
#Vcs-Git: git://git.debian.org/collab-maint/liblognorm.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/liblognorm.git;a=summary
Package: liblognorm-dev
Section: libdevel
Architecture: any
Depends: liblognorm0 (= ${binary:Version}), ${misc:Depends},
libee-dev, libestr-dev
Description: Log normalizing library
Liblognorm is a event and log normalization library that is capable of
real-time processing. It provides the capability to normalize events to
a set of standard formats.
.
This package contains the development files.
Package: liblognorm0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: multiarch-support
Description: Log normalizing library
Liblognorm is a event and log normalization library that is capable of
real-time processing. It provides the capability to normalize events to
a set of standard formats.
.
This package contains the shared library.
|