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 39 40
|
Source: libee
Priority: optional
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 9),
autotools-dev,
dh-autoreconf,
pkg-config,
libxml2-dev,
libestr-dev
Standards-Version: 4.2.1
Section: libs
Homepage: http://libee.sourceforge.net/
#Vcs-Git: git://git.debian.org/collab-maint/libee.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/libee.git;a=summary
Package: libee-dev
Section: libdevel
Architecture: any
Depends: libee0t64 (= ${binary:Version}), ${misc:Depends}
Description: Event expression library inspired by CEE
Libee is an event expression library which is inspired by the upcoming
CEE standard. It provides capabilities to generate and emit messages in
a set of standard format and read a set of different input formats.
.
This package contains the development files.
Package: libee0t64
Provides: ${t64:Provides}
Replaces: libee0
Breaks: libee0 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Event expression library inspired by CEE
Libee is an event expression library which is inspired by the upcoming
CEE standard. It provides capabilities to generate and emit messages in
a set of standard format and read a set of different input formats.
.
This package contains the shared library.
|