summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-23 11:11:06 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-23 11:11:06 +0100
commit2dc3ab0af3e63f612c1ad16f8b7f51fd5ffad15e (patch)
tree0da87051a4e788cced5f1464e1930436ae8490d0
parent4a7483a074c4fc02fb01b24deb008b08e2673e9a (diff)
debian: Follow the project renaming
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-rw-r--r--debian/changelog4
-rw-r--r--debian/control24
-rw-r--r--debian/copyright4
-rw-r--r--debian/libumberlog-dev.install (renamed from debian/libcee-syslog-dev.install)1
-rw-r--r--debian/libumberlog0.docs (renamed from debian/libcee-syslog0.docs)0
-rw-r--r--debian/libumberlog0.install (renamed from debian/libcee-syslog0.install)0
-rw-r--r--debian/libumberlog0.symbols (renamed from debian/libcee-syslog0.symbols)4
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/watch2
9 files changed, 20 insertions, 21 deletions
diff --git a/debian/changelog b/debian/changelog
index 90dd70d..898a63d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libcee-syslog (0.1.0-1) unstable; urgency=low
+libumberlog (0.1.0-1) unstable; urgency=low
* Initial release (Closes: #XXXX)
- -- Gergely Nagy <algernon@madhouse-project.org> Thu, 22 Mar 2012 12:54:43 +0100
+ -- Gergely Nagy <algernon@madhouse-project.org> Fri, 23 Mar 2012 11:06:36 +0100
diff --git a/debian/control b/debian/control
index 7b02daa..9a69946 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
-Source: libcee-syslog
+Source: libumberlog
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
+Homepage: https://github.com/algernon/libumberlog
+Vcs-Git: git://github.com/algernon/libumberlog.git
+Vcs-Browser: http://github.com/algernon/libumberlog/tree/debian
-Package: libcee-syslog0
+Package: libumberlog0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -20,13 +20,13 @@ Description: CEE-enhanced syslog library
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.
+ syslog()-like API, with the ability to add arbitrary key-value pairs
+ to the resulting JSON payload.
-Package: libcee-syslog-dev
+Package: libumberlog-dev
Section: libdevel
Architecture: any
-Depends: libcee-syslog0 (= ${binary:Version}), pkg-config, ${misc:Depends}
+Depends: libumberlog0 (= ${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
@@ -34,9 +34,9 @@ Description: Development files for the CEE-enhanced syslog library
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.
+ 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 package is needed to compile programs against libumberlog0, as
this contains the headers and pkg-config file. It is not needed when
one only wants to use the library with LD_PRELOAD.
diff --git a/debian/copyright b/debian/copyright
index 2969c7f..8a65ba4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: libcee-syslog
+Upstream-Name: libumberlog
Upstream-Contact: Gergely Nagy <algernon@balabit.hu>
-Source: git://github.com/algernon/libcee-syslog.git
+Source: git://github.com/algernon/libumberlog.git
Copyright: Copyright (C) 2012 BalaBit IT Security Ltd.
License: BSDL-2
diff --git a/debian/libcee-syslog-dev.install b/debian/libumberlog-dev.install
index 3450a6a..7df81cd 100644
--- a/debian/libcee-syslog-dev.install
+++ b/debian/libumberlog-dev.install
@@ -1,4 +1,3 @@
usr/include/*
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*
-usr/share/man/man*/*
diff --git a/debian/libcee-syslog0.docs b/debian/libumberlog0.docs
index a1320b1..a1320b1 100644
--- a/debian/libcee-syslog0.docs
+++ b/debian/libumberlog0.docs
diff --git a/debian/libcee-syslog0.install b/debian/libumberlog0.install
index 3ddde58..3ddde58 100644
--- a/debian/libcee-syslog0.install
+++ b/debian/libumberlog0.install
diff --git a/debian/libcee-syslog0.symbols b/debian/libumberlog0.symbols
index c909b90..15d26b0 100644
--- a/debian/libcee-syslog0.symbols
+++ b/debian/libumberlog0.symbols
@@ -1,5 +1,5 @@
-libcee-syslog.so.0 #PACKAGE# #MINVER#
- (symver)LIBCEE_SYSLOG_0.1.0 0.1.0
+libumberlog.so.0 #PACKAGE# #MINVER#
+ (symver)LIBUMBERLOG_0.1.0 0.1.0
(optional)__syslog_chk@Base 0.1.0
(optional)__vsyslog_chk@Base 0.1.0
openlog@Base 0.1.0
diff --git a/debian/rules b/debian/rules
index 00559f2..512bf39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ override_dh_autoreconf:
dh_autoreconf ./autogen.sh
override_dh_installdocs:
- dh_installdocs --link-doc=libcee-syslog0
+ dh_installdocs --link-doc=libumberlog0
%:
dh $@ --with autoreconf
diff --git a/debian/watch b/debian/watch
index ea69fed..808c80d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-https://github.com/algernon/libcee-syslog/tags .*/tarball/(\d[\d\.]+)
+https://github.com/algernon/libumberlog/tags .*/tarball/(\d[\d\.]+)