debian/0000755000000000000000000000000012203327437007171 5ustar debian/changelog.in0000644000000000000000000000026712203111202011432 0ustar @PACKAGE@ (@VERSION@) @RELEASE_TAG@; urgency=low * New upstream version. -- BalaBit Development Team @CURRDATE@ Local variables: mode: debian-changelog End: debian/patches/0000755000000000000000000000000012203267612010616 5ustar debian/patches/series0000644000000000000000000000004712203267612012034 0ustar 0001-Upgrade-to-current-automake.patch debian/patches/0001-Upgrade-to-current-automake.patch0000644000000000000000000000101312203267612017503 0ustar From: SZALAY Attila Date: Fri, 16 Aug 2013 02:16:35 +0200 Subject: Upgrade to current automake Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622007#10 Forwarded: no --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8a595af..72d76e0 100644 --- a/configure.in +++ b/configure.in @@ -30,7 +30,7 @@ fi AC_CONFIG_MACRO_DIR([m4]) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AC_ARG_ENABLE(dlsym-wrapper, debian/libevtlog0.symbols0000644000000000000000000000172112203302023012633 0ustar libevtlog.so.0 libevtlog0 #MINVER# evt_closelog@Base 0.2.3 evt_ctx_free@Base 0.2.3 evt_ctx_init@Base 0.2.3 evt_ctx_ref@Base 0.2.3 evt_ctx_tag_hook_add@Base 0.2.3 evt_format@Base 0.2.3 evt_log@Base 0.2.3 evt_openlog@Base 0.2.3 evt_rec_add_tag@Base 0.2.3 evt_rec_add_tags@Base 0.2.3 evt_rec_add_tagsv@Base 0.2.3 evt_rec_free@Base 0.2.3 evt_rec_get_syslog_pri@Base 0.2.3 evt_rec_init@Base 0.2.3 evt_rec_ref@Base 0.2.3 evt_str_append@Base 0.2.3 evt_str_append_escape_bs@Base 0.2.3 evt_str_append_escape_xml_attr@Base 0.2.3 evt_str_append_escape_xml_pcdata@Base 0.2.3 evt_str_append_len@Base 0.2.3 evt_str_free@Base 0.2.3 evt_str_get_str@Base 0.2.3 evt_str_init@Base 0.2.3 evt_syslog@Base 0.2.3 evt_syslog_wrapper_init@Base 0.2.3 evt_tag_errno@Base 0.2.3 evt_tag_free@Base 0.2.3 evt_tag_int@Base 0.2.3 evt_tag_long@Base 0.2.12 evt_tag_printf@Base 0.2.3 evt_tag_str@Base 0.2.3 evt_vsyslog@Base 0.2.3 syslog_context@Base 0.2.3 syslog_opts@Base 0.2.3 debian/control0000644000000000000000000000413112203325764010574 0ustar Source: eventlog Section: libs Priority: extra Maintainer: SZALAY Attila Build-depends: debhelper (>=9), automake, autoconf, libtool, dh-autoreconf Standards-Version: 3.9.4 Vcs-Git: https://github.com/mochrul/eventlog.git Vcs-Browser: https://github.com/mochrul/eventlog.git Package: libevtlog0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: Syslog event logger library The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package is the runtime part of the library. Package: libevtlog0-dbg Architecture: any Section: debug Depends: libevtlog0 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Syslog event logger library debug symbols The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the debug symbols. Package: libevtlog-dev Architecture: any Section: libdevel Depends: libevtlog0 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Syslog event logger library development files The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the development files. debian/libevtlog0.install0000644000000000000000000000003112203225703012613 0ustar usr/lib/*/libevtlog.so.* debian/source/0000755000000000000000000000000012203266451010467 5ustar debian/source/format0000644000000000000000000000001412203266451011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014512203117541010213 0ustar version=3 http://www.balabit.com/hu/downloads/files?path=/eventlog/0.2/ .*/eventlog_([\d\.]+).tar.gz debian/rules0000755000000000000000000000026112203211770010240 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 %: dh $@ --with autoreconf --fail-missing --dbg-package=libevtlog0-dbg override_dh_install: ls -lR debian dh_install --fail-missing debian/libevtlog0.shlibs0000644000000000000000000000004312203117541012434 0ustar libevtlog 0 libevtlog0 (>= 0.2.12) debian/changelog0000644000000000000000000000556512203326265011054 0ustar eventlog (0.2.12-6) unstable; urgency=low * Removed somewhat accidentally included files * Changed the rules file to use dh * Changed debhelper compat level to 9 * Added MultiArch information * Turn to format 3 (quilt) * Added Vcs-* fields * Updated to Standard Version 3.9.4 * Added symbol file -- SZALAY Attila Fri, 16 Aug 2013 06:37:09 +0200 eventlog (0.2.12-5) unstable; urgency=low * Set the dependency to 0.2.12 in shlib. Closes: #644475 -- SZALAY Attila Thu, 06 Oct 2011 20:36:34 +0200 eventlog (0.2.12-4) unstable; urgency=low * Added debian/watch file. -- SZALAY Attila Mon, 26 Sep 2011 11:32:46 +0200 eventlog (0.2.12-3) unstable; urgency=low * Update policy level to 3.9.2. * Added the two missing recommended target. * Removel config.log in the clean target. -- SZALAY Attila Thu, 01 Sep 2011 00:31:39 +0200 eventlog (0.2.12-2) unstable; urgency=low * Upgrade to current automake. Closes: #622007 - the patch came from Colin Watson . -- SZALAY Attila Sun, 28 Aug 2011 16:44:58 +0200 eventlog (0.2.12-1) unstable; urgency=low * New upstream version.(Closes: #618913) * Fixed lintian warnings and errors. * Fixed a typo in libevtlog-dev description. (Closes: #604704) -- SZALAY Attila Sat, 19 Mar 2011 18:47:19 +0100 eventlog (0.2.8~1-2) unstable; urgency=low * Added libtool dependency. -- SZALAY Attila Tue, 5 Feb 2008 22:18:16 +0100 eventlog (0.2.8~1-1) unstable; urgency=low * New upstream version. - With upstream helpthe eventlog be able to compile. -- SZALAY Attila Tue, 5 Feb 2008 21:26:13 +0100 eventlog (0.2.7~1-1) unstable; urgency=low * New upstream version. - This version fixes a /etc/eventlog.conf file parsing problem. * Bumped Standard-Version to 3.7.3. -- SZALAY Attila Mon, 4 Feb 2008 23:44:18 +0100 eventlog (0.2.5-1) unstable; urgency=low * New upstream version. * Added debian version. * Changed compat level to 5. Closes: #371068 -- SZALAY Attila Wed, 19 Jul 2006 00:11:51 +0200 eventlog (0.2.4) unstable; urgency=low * New upstream version * This version is ready for the unstable (I hope) -- SZALAY Attila Sat, 21 Jan 2006 14:18:43 +0100 eventlog (0.2.3+20051105) experimental; urgency=low * New upstream version. Closes: #337654, #333202 -- SZALAY Attila Sun, 6 Nov 2005 23:08:18 +0000 eventlog (0.2.3+20051031) experimental; urgency=low * New upstream version. -- SZALAY Attila Mon, 31 Oct 2005 19:06:44 +0000 eventlog (0.2.3+20050116+1856) experimental; urgency=low * Initial Release -- SZALAY Attila Tue, 24 May 2005 20:21:06 +0200 Local variables: mode: debian-changelog End: debian/libevtlog-dev.install0000644000000000000000000000015512203241435013316 0ustar usr/include/eventlog usr/lib/*/pkgconfig usr/lib/*/libevtlog.a usr/lib/*/libevtlog.la usr/lib/*/libevtlog.so debian/compat0000644000000000000000000000000212203215310010351 0ustar 9 debian/copyright0000644000000000000000000000336412203117541011123 0ustar This package was debianized by SZALAY Attila on Tue May 24 20:33:23 CEST 2005 The original source can always be found at: http://www.balabit.hu/downloads/syslog-ng/1.9/src/ Upstream Author: Scheidler Balazs Copyright: * Copyright (c) 2003 BalaBit IT Ltd. * All rights reserved. * Author: Balazs Scheidler Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of BalaBit nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY BALABIT AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.