diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-03-22 13:46:47 +0100 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-03-22 18:48:29 +0100 |
| commit | 8c6fc4e55d0705d4f4cdae72d4c14ebf5a6931b3 (patch) | |
| tree | 82a6e5ce49cc74086ae7c3a00cef797829389e13 /debian/control | |
| parent | 63866194f6fcc9adc0c5c4d873f04f8cf2217963 (diff) | |
debian: Initial Debian packaging
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7b02daa --- /dev/null +++ b/debian/control @@ -0,0 +1,42 @@ +Source: libcee-syslog +Priority: extra +Maintainer: Gergely Nagy <algernon@madhouse-project.org> +Build-Depends: debhelper (>= 9~), dh-autoreconf, libjson0-dev (>= 0.7~) +Standards-Version: 3.9.3 +Section: libs +Homepage: https://github.com/algernon/libcee-syslog +Vcs-Git: git://github.com/algernon/libcee-syslog.git +Vcs-Browser: http://github.com/algernon/libcee-syslog/tree/debian + +Package: libcee-syslog0 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: CEE-enhanced syslog library + This library serves two purposes: it's either a drop-in replacement + for the syslog() system call, in which case it turns the default + syslog messages into CEE-enhanced messages, with a CEE-JSON payload, + and some automatically discovered fields. + . + Or, it can be used as a stand-alone library, that provides a + ``syslog()``-like API, with the ability to add arbitrary key-value + pairs to the resulting JSON payload. + +Package: libcee-syslog-dev +Section: libdevel +Architecture: any +Depends: libcee-syslog0 (= ${binary:Version}), pkg-config, ${misc:Depends} +Description: Development files for the CEE-enhanced syslog library + This library serves two purposes: it's either a drop-in replacement + for the syslog() system call, in which case it turns the default + syslog messages into CEE-enhanced messages, with a CEE-JSON payload, + and some automatically discovered fields. + . + Or, it can be used as a stand-alone library, that provides a + ``syslog()``-like API, with the ability to add arbitrary key-value + pairs to the resulting JSON payload. + . + This package is needed to compile programs against libcee-syslog0, as + this contains the headers and pkg-config file. It is not needed when + one only wants to use the library with LD_PRELOAD. |
