debian/0000755000000000000000000000000012162667706007203 5ustar debian/libzorpll3.9-1.templates0000644000000000000000000000114612162370501013506 0ustar # These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-english@lists.debian.org for advice. # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: zorplib/admin-email Type: string Default: NONE _Description: Email address for Zorp notifications: Some Zorp applications are able to send a notification email in case of an unexpected process termination. Leave this empty (or specify "NONE") if no such notifications should be sent. debian/patches/0000755000000000000000000000000012162370501010612 5ustar debian/patches/0001-compile_problems2.patch0000644000000000000000000000404712162370501015633 0ustar From: SZALAY Attila Date: Fri, 20 Jan 2012 13:29:40 +0100 Subject: [PATCH] compile_problems2 =================================================================== --- src/io.c | 2 +- src/memtrace.c | 2 +- src/socket.c | 2 +- tests/test_blob.c | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/io.c b/src/io.c index dc461e7..9ec673f 100644 --- a/src/io.c +++ b/src/io.c @@ -201,7 +201,7 @@ void z_fd_set_our_tos(gint fd, guint8 tos) { socklen_t len; - cap_t saved_caps; + G_GNUC_UNUSED cap_t saved_caps; saved_caps = cap_save(); len = sizeof(tos); diff --git a/src/memtrace.c b/src/memtrace.c index 811dcf7..2206b96 100644 --- a/src/memtrace.c +++ b/src/memtrace.c @@ -693,7 +693,7 @@ z_malloc(size_t size, gpointer backt[]) { backtrace_info = temp_brk; temp_brk = 0; - assert(0); + assert(backtrace_info == 0); } } else diff --git a/src/socket.c b/src/socket.c index 8f0bd4b..8613f59 100644 --- a/src/socket.c +++ b/src/socket.c @@ -37,7 +37,7 @@ GIOStatus z_bind(gint fd, ZSockAddr *addr, guint32 sock_flags) { - cap_t saved_caps; + G_GNUC_UNUSED cap_t saved_caps; GIOStatus rc; z_enter(); diff --git a/tests/test_blob.c b/tests/test_blob.c index 1141b4d..2891969 100644 --- a/tests/test_blob.c +++ b/tests/test_blob.c @@ -232,9 +232,9 @@ main(void) { ZBlobSystem *blobsys; ZBlob *blob; - /*gchar *blobptr;*/ - gsize blobptr_size; - const gchar *blobfile; + /*gchar *blobptr; + gsize blobptr_size; */ + G_GNUC_UNUSED const gchar *blobfile; z_thread_init(); /*verbose_level=9;*/ @@ -262,8 +262,8 @@ main(void) } else { - blobptr_size = 10; - /*blobptr = z_blob_get_ptr(blob, 0, &blobptr_size, -1);*/ + /*blobptr_size = 10; + blobptr = z_blob_get_ptr(blob, 0, &blobptr_size, -1);*/ blobfile = z_blob_get_file(blob, NULL, NULL, 0644, -1); /* Leave it allocated and locked, let's see what happens when the blobsys is destroyed */ } -- debian/patches/series0000644000000000000000000000007212162370501012026 0ustar 0001-compile_problems2.patch 0002-compile_problems3.patch debian/patches/0002-compile_problems3.patch0000644000000000000000000000115312162370501015630 0ustar From: SZALAY Attila Date: Fri, 20 Jan 2012 13:29:40 +0100 Subject: [PATCH] compile_problems3 --- src/zorp/io.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zorp/io.h b/src/zorp/io.h index 3fdf4b2..536c145 100644 --- a/src/zorp/io.h +++ b/src/zorp/io.h @@ -34,9 +34,9 @@ void z_fd_set_our_tos(gint fd, guint8 tos); #else -#define z_fd_get_peer_tos(fd, tos) -#define z_fd_get_our_tos(fd, tos) -#define z_fd_set_our_tos(fd, tos) +#define z_fd_get_peer_tos(fd, tos) {} +#define z_fd_get_our_tos(fd, tos) {} +#define z_fd_set_our_tos(fd, tos) {} #endif -- debian/libzorpll3.9-1.config0000644000000000000000000000035012162517556012766 0ustar #!/bin/sh # set -e . /usr/share/debconf/confmodule get_admin_email() { db_input high zorplib/admin-email || true db_go || true } case "$1" in configure|reconfigure) get_admin_email ;; *) ;; esac debian/libzorpll3.9-1-memtrace.lintian-overrides0000644000000000000000000000027612162370501016744 0ustar debug-package-should-be-named-dbg #The above warning is not apply here because this package is not #contains the detached debug symbols, but a recompiled so, with #a special compile options.debian/control0000644000000000000000000000472312162403770010601 0ustar Source: libzorpll Section: libs Priority: optional Maintainer: SZALAY Attila Standards-Version: 3.9.2 Build-Depends: libssl-dev, libglib2.0-dev, debhelper (>= 7), libcap-dev [linux-any], zlib1g-dev, binutils (>= 2.14.90.0.7), po-debconf, autoconf, automake, libtool, dpkg-dev (>= 1.16.1~) Package: libzorpll3.9-1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Zorp low-level functions Zorp is an application-layer firewall using a modular architecture of strict protocol-analyzing transparent proxies, giving fine-grained control over the mediated traffic. Configuration decisions are scriptable in the Python-based configuration language. . This package contains low-level library functions needed by Zorp and associated programs. Package: libzorpll-dev Section: libdevel Architecture: any Depends: libzorpll3.9-1 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev, libcap-dev [linux-any], libssl-dev Description: Zorp low-level functions - development files Zorp is an application-layer firewall using a modular architecture of strict protocol-analyzing transparent proxies, giving fine-grained control over the mediated traffic. Configuration decisions are scriptable in the Python-based configuration language. . This package contains the development files necessary to create programs based on libzorpll. Package: libzorpll3.9-1-dbg Section: debug Architecture: any Priority: extra Depends: libzorpll3.9-1 (= ${binary:Version}), ${misc:Depends} Description: Zorp low-level functions - debugging version Zorp is an application-layer firewall using a modular architecture of strict protocol-analyzing transparent proxies, giving fine-grained control over the mediated traffic. Configuration decisions are scriptable in the Python-based configuration language. . This package contains the debugging symbols for libzorpll3.9-0. Package: libzorpll3.9-1-memtrace Section: debug Architecture: any Priority: extra Depends: libzorpll3.9-1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Zorp low-level functions - memory debugging version Zorp is an application-layer firewall using a modular architecture of strict protocol-analyzing transparent proxies, giving fine-grained control over the mediated traffic. Configuration decisions are scriptable in the Python-based configuration language. . This package contains the same library as libzorpll but with memtrace memory debugging code enabled. debian/libzorpll3.9-1.lintian-overrides0000644000000000000000000000004212162370501015140 0ustar package-name-doesnt-match-sonames debian/libzorpll3.9-1.install0000644000000000000000000000005412162370501013153 0ustar usr/lib/libzorpll-*.so* usr/lib/libzorpll/* debian/source/0000755000000000000000000000000012162370501010463 5ustar debian/source/format0000644000000000000000000000001412162370501011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000552612162402673010261 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk DDEBUG=`if (echo $(DEB_BUILD_OPTIONS) | grep -q debug) then \ echo "--enable-debug --enable-trace"; \ else \ echo ""; \ fi` ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir [ ! -f configure ] && ./autogen.sh ./configure --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --sysconfdir=/etc \ --libexecdir=\$${libdir}/libzorpll \ $(DDEBUG) \ --localstatedir=/var \ --disable-werror $(MAKE) $(MAKEFLAGS) $(MAKE) check touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp rm -f modules/config-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean -rm -f config.log debian/config.log scripts/config.log config.status -rm -f tests/sock -rm scripts/failure_notify3.9-1 -rm config.log config.status dh_clean debconf-updatepo install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/tmp. $(MAKE) install DESTDIR=`pwd`/debian/tmp/ rm debian/tmp/usr/lib/libzorpll.la dh_install --sourcedir=debian/tmp --fail-missing #make -memtrace package [ ! -f Makefile ] || $(MAKE) clean ./configure --enable-debug --enable-trace \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --sysconfdir=/etc \ --libexecdir=\$${libdir}/libzorpll \ --enable-mem-trace \ --disable-werror $(MAKE) $(MAKEFLAGS) $(MAKE) install DESTDIR=`pwd`/debian/tmp/ mkdir -p debian/libzorpll3.9-1-memtrace/usr/lib/debug for l in `find debian/tmp/usr/lib -name '*.so*'`; do \ cp -vdf $$l debian/libzorpll3.9-1-memtrace/usr/lib/debug/; \ done rm debian/libzorpll3.9-1-memtrace/usr/lib/debug/libzorpll.so # Build architecture-independent files here. binary-indep: build install # Build architecture-dependent files here. binary-arch: build install dh_testdir -a dh_testroot -a dh_installdocs -a dh_installchangelogs -a dh_link -a dh_strip -a --dbg-package=libzorpll3.9-1-dbg dh_compress -a dh_fixperms -a dh_makeshlibs -a --no-package=libzorpll3.9-1-memtrace dh_installdebconf -a dh_installdeb -a dh_lintian -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/libzorpll-dev.install0000644000000000000000000000013512162370501013337 0ustar usr/lib/pkgconfig/zorplibll.pc usr/lib/libzorpll.a usr/lib/libzorpll*.so usr/include/zorp/*h debian/libzorpll3.9-1.postinst0000644000000000000000000000106112162517616013401 0ustar #!/bin/sh set -e . /usr/share/debconf/confmodule CONFFILE=/etc/libzorpll.conf case "$1" in configure|reconfigure) EMAIL="" if db_get zorplib/admin-email && [ -n "$RET" ] && [ "x$RET" != "xNONE" ]; then EMAIL=$RET fi cat > "$CONFFILE" < Thu, 27 Jun 2013 00:35:29 +0200 libzorpll (3.9.1.3-1) unstable; urgency=low * New upstream version. * New configure.in option --enable-werror. Closes: #661371 -- SZALAY Attila Fri, 09 Mar 2012 23:07:22 +0100 libzorpll (3.9.1.1-1) unstable; urgency=low * New upstream version. -- SZALAY Attila Wed, 01 Feb 2012 22:48:39 +0100 libzorpll (3.9.1.0-6) unstable; urgency=low * Renamed debian-patches to it's real name. Closes: #643203 -- SZALAY Attila Tue, 04 Oct 2011 23:28:59 +0200 libzorpll (3.9.1.0-5) unstable; urgency=low * Fixed compilation problem with dpkg. Closes: #643203 -- SZALAY Attila Thu, 29 Sep 2011 21:45:57 +0200 libzorpll (3.9.1.0-4) unstable; urgency=low * Fixed a compilation error in some architectures. -- SZALAY Attila Fri, 02 Sep 2011 08:44:34 +0200 libzorpll (3.9.1.0-3) unstable; urgency=low * Updated policy to version 3.9.2. * Added build-arch and build-indep targets. -- SZALAY Attila Thu, 01 Sep 2011 21:19:33 +0200 libzorpll (3.9.1.0-2) unstable; urgency=low * Fixed more compilation error. Closes: #639198 -- SZALAY Attila Thu, 25 Aug 2011 18:38:51 +0200 libzorpll (3.9.1.0-1) unstable; urgency=low * New upstream version. * Moved to a new build infrastructure. * Fixed compilation warnings. Closes: #634429 * Changed libcap debendency do linux-only. Closes: #634320 -- SZALAY Attila Wed, 24 Aug 2011 19:38:41 +0200 libzorpll (3.9.0.1-11) unstable; urgency=low * Fixed bugs appear because of libssl version 1.0 -- SZALAY Attila Tue, 10 May 2011 21:04:41 +0200 libzorpll (3.9.0.1-10) unstable; urgency=low [ Christian Perrier ] * Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. Closes: #620468 * [Debconf translation updates] * Danish (Joe Hansen). Closes: #621127 * German (Chris Leick). Closes: #622285 * French (Steve Petruzzello). Closes: #622738 * Czech (Michal Simunek). Closes: #622789 * Spanish; (Francisco Javier Cuadrado). Closes: #623025 * Russian (Yuri Kozlov). Closes: #623362 * Swedish (Martin Bagge / brother). Closes: #623406 * Portuguese (Américo Monteiro). Closes: #623538 * Dutch; (Jeroen Schot). Closes: #623589 [ SZALAY Attila ] * Integrated localization changes. * Removed libzorpll.la file Closes: #622441 -- SZALAY Attila Thu, 05 May 2011 00:35:38 +0200 libzorpll (3.9.0.1-9) unstable; urgency=low * Bump the version because the previous upload was lost somewhere. -- SZALAY Attila Tue, 22 Mar 2011 20:47:05 +0100 libzorpll (3.9.0.1-8) unstable; urgency=low * Removed libzorpll.so from libzorpll3.9-0-memtrace package to prevent file conflict. (Closes: #618998) -- SZALAY Attila Mon, 21 Mar 2011 20:56:15 +0100 libzorpll (3.9.0.1-7) unstable; urgency=low * Removing /etc/libzorpll.conf when purging. -- SZALAY Attila Sun, 20 Mar 2011 19:06:47 +0100 libzorpll (3.9.0.1-6) unstable; urgency=low * Circumveit the problem that the new debian.tar.gz does not contains the Makefile. (Closes: #617661) -- SZALAY Attila Sat, 19 Mar 2011 00:31:49 +0100 libzorpll (3.9.0.1-5) unstable; urgency=low * Moved from experimental to unstable. -- SZALAY Attila Fri, 11 Mar 2011 21:41:16 +0100 libzorpll (3.9.0.1-4) experimental; urgency=low * Added gettextization because of the admin email question. -- SZALAY Attila Thu, 10 Mar 2011 21:54:13 +0100 libzorpll (3.9.0.1-3) experimental; urgency=low * Removed useless Conflict to libzorpll3.3-0 * Switched to dpkg-source 3.0 (quilt) format * Enabled the feature to send email if the zorp is abnormally terminate. -- SZALAY Attila Wed, 09 Mar 2011 21:38:36 +0100 libzorpll (3.9.0.1-2) experimental; urgency=low * Added make check to check the compilation. * Removed unknown option disable-dmalloc. * Fixed the compilation problem in kfreeBSD (Closes: #616554) -- SZALAY Attila Sun, 06 Mar 2011 12:08:33 +0100 libzorpll (3.9.0.1-1) experimental; urgency=low * New upstream version. -- SZALAY Attila Mon, 28 Feb 2011 23:19:37 +0100 libzorpll (3.3.0.12-4) unstable; urgency=low * Fixed process.c compilation error when libcap is not available (Closes: #586467) -- SZALAY Attila Sun, 20 Jun 2010 21:38:47 +0200 libzorpll (3.3.0.12-3) unstable; urgency=low * Do distclean instead of clean. (Sorry to be this noisy but it building from source here at me.) -- SZALAY Attila Sat, 19 Jun 2010 00:32:49 +0200 libzorpll (3.3.0.12-2) unstable; urgency=low * Fixed FTBFS. (Closes: #586287) -- SZALAY Attila Fri, 18 Jun 2010 22:33:25 +0200 libzorpll (3.3.0.12-1) unstable; urgency=low * New upstream version. * Re-create the package to be able to compile in unstable. -- SZALAY Attila Tue, 15 Jun 2010 23:49:23 +0200 libzorpll (3.0.6.4.2+nmu2) unstable; urgency=low * Non-maintainer upload. * Fix "postinst-must-call-ldconfig /usr/lib/libzorpll-3.0.so.6.4.0" by creating post{rm,inst} stubs and adding dh_makeshlibs in debian/rules. (closes: #553009). * Fix "FTBFS on GNU/kFreeBSD" by adjusting build and runtime dependencies; patch from Petr Salinger (closes: #375025). -- gregor herrmann Sun, 20 Dec 2009 19:22:33 +0100 libzorpll (3.0.6.4.2+nmu1) unstable; urgency=medium * Non-maintainer upload. * Fix bashism in debian/rules (Closes: #478609) * Bump Standards-Version to 3.8.0. -- Chris Lamb Sat, 07 Jun 2008 22:35:01 +0100 libzorpll (3.0.6.4.2) unstable; urgency=low * New upstream version. * Use dh_install instead of dh_movefile. -- SZALAY Attila Sun, 22 Jan 2006 20:36:57 +0000 libzorpll (3.0.6.4) unstable; urgency=low * New upstream version. * Changed binary package name to contains soversion. Closes: #337090, #337705, #337652 -- SZALAY Attila Sun, 6 Nov 2005 20:47:40 +0000 libzorpll (3.0.6.2) unstable; urgency=low * New upstream version -- SZALAY Attila Tue, 14 Jun 2005 19:34:56 +0000 libzorpll (2.0.26.24-5) unstable; urgency=low * libtool build-dependency added -- SZALAY Attila Wed, 25 May 2005 22:27:27 +0200 libzorpll (2.0.26.24-4) unstable; urgency=low * dependency to automake was missing -- Magosányi Árpád (mag) Sun, 25 Jul 2004 08:16:37 +0200 libzorpll (2.0.26.24-3) unstable; urgency=low * trying to fix upload related problems with new version -- Magosányi Árpád (mag) Mon, 14 Jun 2004 10:37:16 +0200 libzorpll (2.0.26.24-2) unstable; urgency=low * the package name is libzorpll actually -- Magosányi Árpád (mag) Mon, 14 Jun 2004 01:37:08 +0200 zorplibll (2.0.26.24-1) unstable; urgency=low * Merged upstream to unoff. -- Magosányi Árpád (mag) Fri, 16 Apr 2004 20:12:03 +0000 zorplibll (2.0.26.23-1) testing; urgency=low * squished some lintian warnings (suidregister, copyright boilerplate) * the source package name is zorplibll now -- Magosányi Árpád (mag) Mon, 10 Nov 2003 20:27:59 +0000 libzorpll (2.0.1.1-1) unstable; urgency=low * New upstream version. * Recreate shlib debendency -- Szalay Attila Thu, 21 Nov 2002 19:36:47 +0100 libzorpll (1.5.58-1) unstable; urgency=low * New upstream version. -- Szalay Attila Wed, 20 Nov 2002 15:25:39 +0100 libzorpll (1.5.57-1) unstable; urgency=low * New upstream version. -- Szalay Attila Mon, 18 Nov 2002 08:10:23 +0100 libzorpll (1.5.54-1) unstable; urgency=low * New upstream version. -- Szalay Attila Wed, 13 Nov 2002 17:08:07 +0100 libzorpll (1.5.53-1) unstable; urgency=low * New upstream version. -- Szalay Attila Thu, 24 Oct 2002 09:42:44 +0200 libzorpll (1.5.44-2) unstable; urgency=low * Fix debianization problems. -- Szalay Attila Mon, 21 Oct 2002 11:22:56 +0200 libzorpll (1.5.44-1) unstable; urgency=low * New upstream version. -- Szalay Attila Fri, 18 Oct 2002 15:35:21 +0200 libzorpll (1.5.43-1) unstable; urgency=low * New upstream version. -- Szalay Attila Thu, 10 Oct 2002 14:15:04 +0200 libzorpll (1.5.42-1) unstable; urgency=low * New upstream version. -- Szalay Attila Tue, 8 Oct 2002 13:19:48 +0200 libzorpll (1.5.41-1) unstable; urgency=low * New upstream version. -- Szalay Attila Wed, 2 Oct 2002 11:02:56 +0200 libzorpll (1.5.40-1) unstable; urgency=low * New upstream version. -- Szalay Attila Fri, 27 Sep 2002 15:08:31 +0200 libzorpll (1.5.36-1) unstable; urgency=low * New upstream version. -- Szalay Attila Mon, 16 Sep 2002 13:27:24 +0200 libzorpll (1.5.35-1) unstable; urgency=low * New upstream version. -- Szalay Attila Thu, 12 Sep 2002 14:08:06 +0200 libzorpll (1.5.32-1) unstable; urgency=low * New upstream version. -- Szalay Attila Thu, 5 Sep 2002 14:49:18 +0200 libzorpll (1.5.31-1) unstable; urgency=low * New upstream version. -- Szalay Attila Wed, 4 Sep 2002 15:26:25 +0200 libzorpll (1.5.30-1) unstable; urgency=low * New upstream version. -- Szalay Attila Tue, 27 Aug 2002 11:10:44 +0200 libzorpll (1.5.27-1) unstable; urgency=low * New upstream version. -- Szalay Attila Thu, 22 Aug 2002 14:36:32 +0200 libzorpll (1.5.26-1) unstable; urgency=low * New upstream version. -- Szalay Attila Wed, 21 Aug 2002 13:53:17 +0200 libzorpll (1.5.25-2) unstable; urgency=low * Fill shlibs correctly. -- Szalay Attila Sun, 18 Aug 2002 15:57:15 +0200 libzorpll (1.5.25-1) unstable; urgency=low * Initial release. -- Szalay Attila Thu, 8 Aug 2002 21:22:59 +0200 debian/libzorpll3.9-1.shlibs0000644000000000000000000000005412162370501012771 0ustar libzorpll-3.9 1 libzorpll3.9-1 (>= 3.9.1.0) debian/po/0000755000000000000000000000000012162667706007621 5ustar debian/po/POTFILES.in0000644000000000000000000000006312162370501011355 0ustar [type: gettext/rfc822deb] libzorpll3.9-1.templates debian/po/pt.po0000644000000000000000000000264312162370501010571 0ustar # Translation of libzorpll debconf messages to Portuguese # Copyright (C) 2011 the libzorpll's copyright holder # This file is distributed under the same license as the libzorpll package. # # Américo Monteiro , 2011. msgid "" msgstr "" "Project-Id-Version: libzorpll 3.9.0.1-6\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2011-04-22 16:10+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" "Language: Pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "Endereço de email para notificações do Zorp:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Algumas aplicações do Zorp são capazes de enviar um email de notificação no " "caso de um terminar inexperado de um processo. Deixe isto em vazio (ou " "especifique \"NONE\") se não devem ser enviadas tais notificações." debian/po/fr.po0000644000000000000000000000257212162370501010556 0ustar # Translation of libzorpll debconf template to French # Copyright (C) 2011 Debian French l10n Team # This file is distributed under the same license as the libzorpll package. # Steve Petruzzello , 2011 # msgid "" msgstr "" "Project-Id-Version: libzorpll_3.0.6.4.2+nmu1\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2011-04-07 10:11+0200\n" "Last-Translator: Steve Petruzzello \n" "Language-Team: French \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "Adresse électronique de notification pour Zorp :" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Certaines applications Zorp peuvent envoyer un courrier électronique " "lorsqu'un processus se termine de manière inattendue. Si vous ne souhaitez " "pas activer les notifications, vous pouvez laisser ce champ vide ou " "mentionner « NONE » (sans les guillemets)." debian/po/sv.po0000644000000000000000000000250312162370501010571 0ustar # Translation of libzorpll debconf template to Swedish # Copyright (C) 2011 Martin Bagge # This file is distributed under the same license as the libzorpll package. # # Martin Bagge , 2011 msgid "" msgstr "" "Project-Id-Version: libzorpll\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2011-04-20 00:20+0100\n" "Last-Translator: Martin Bagge / brother \n" "Language-Team: Swedish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: Sweden\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "E-post-adress för uppdateringar från Zorp:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Vissa Zorp-program kan skicka uppdateringar via e-post om en process " "avslutades oväntat. Lämna detta tomt (eller specificera \"NONE\") om inga " "uppdateringar ska skickas." debian/po/de.po0000644000000000000000000000243312162370501010533 0ustar # German debconf translation of libzorpll. # This file is distributed under the same license as the libzorpll package. # Copyright (C) 2011 Chris Leick . # msgid "" msgstr "" "Project-Id-Version: libzorpll 3.9.0.1-6\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2011-04-06 09:21+0100\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "E-Mail-Adresse für Zorp-Benachrichtigungen:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Einige Zorp-Anwendungen können im Fall eines unerwarteten Prozessabbruchs " "eine Benachrichtigung-E-Mail senden. Lassen Sie dies leer (oder geben Sie " "»NONE« an), falls keine derartigen Benachrichtigungen gesandt werden sollen." debian/po/it.po0000644000000000000000000000272712162372340010570 0ustar # Italian translation of libzorpll debconf messages. # Copyright (C) 2013, libzorpll package copyright holder # This file is distributed under the same license as the libzorpll package. # Beatrice Torracca , 2013. msgid "" msgstr "" "Project-Id-Version: libzorpll 3.9.1.3-1\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2013-06-10 18:47+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.7.1\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "Indirizzo di posta elettronica per le notifiche di Zorp:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Alcune applicazioni Zorp possono inviare un messaggio di posta elettronica " "di notifica in caso un processo termini in modo inaspettato. Lasciare questa " "impostazione vuota (o specificare «NONE») se non deve essere inviata alcuna " "notifica di questo tipo." debian/po/cs.po0000644000000000000000000000251612162370501010552 0ustar # Czech PO debconf template translation of libzorpll. # Copyright (C) 2010 Michal Simunek # This file is distributed under the same license as the libzorpll package. # Michal Simunek , 2011. # msgid "" msgstr "" "Project-Id-Version: libzorpll 3.9.0.1-6\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2011-04-14 17:31+0200\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "E-mailová adresa pro oznámení od Zorp:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Některé Zorp aplikace umožňují zaslat v případě neočekávaného ukončení " "procesu oznamovací e-mail. Pokud se tato oznámení nemají odesílat, ponechte " "pole prázdné (nebo zadejte \"NONE\")." debian/po/ja.po0000644000000000000000000000247512162372340010546 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # victory , 2012. # msgid "" msgstr "" "Project-Id-Version: libzorpll\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2012-06-16 16:58+0000\n" "PO-Revision-Date: 2012-06-17 04:58+0900\n" "Last-Translator: victory \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "Zorp 通知用メールアドレス:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Zorp アプリケーションには予想外のプロセス終了があった場合に通知のメールを送る" "ことができるものがあります。こういった通知を送らない場合はこれを空白 (または" "「NONE」) にしてください。" debian/po/da.po0000644000000000000000000000242412162370501010527 0ustar # Danish translation libzorpll. # Copyright (C) 2011 libzorpll & nedenstående oversættere. # This file is distributed under the same license as the libzorpll package. # Joe Hansen , 2011. # msgid "" msgstr "" "Project-Id-Version: libzorpll\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2011-04-06 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "E-post-adresse for Zorppåmindelser:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Nogle Zorpprogrammer kan sende en påmindelsesbesked i tilfælde af, at der " "opstår en uventet procesterminering. Efterlad denne tom (eller angiv »NONE«) " "hvis ingen sådanne påmindelser skal sendes." debian/po/nl.po0000644000000000000000000000246012162370501010554 0ustar # Dutch translation of libzorpll debconf templates. # Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the libzorpll package. # Jeroen Schot , 2011. # msgid "" msgstr "" "Project-Id-Version: libzorpll_3.9.0.1\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2011-04-21 15:51+0200\n" "Last-Translator: Jeroen Schot \n" "Language-Team: Debian l10n Dutch \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "E-mailadres voor Zorp-waarschuwingen:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Sommige Zorp-applicaties kunnen een waarschuwings-e-mail sturen bij " "onverwachte procesbeëindiging. Laat dit leeg (of vul \"NONE\" in) als u niet " "wilt dat zulke waarschuwingen worden verstuurd." debian/po/ru.po0000644000000000000000000000307112162370501010570 0ustar # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the libzorpll package. # # Yuri Kozlov , 2011. msgid "" msgstr "" "Project-Id-Version: libzorpll 3.9.0.1-6\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2011-04-19 20:25+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "Адрес эл. почты для уведомлений Zorp:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Некоторые приложения Zorp могут отправлять уведомления по эл. почте при " "неожиданном завершении работы процесса. Оставьте поле пустым (или укажите " "«NONE»), если уведомления посылать не нужно." debian/po/templates.pot0000644000000000000000000000177112162370501012331 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" debian/po/es.po0000644000000000000000000000423712162370501010556 0ustar # libzorpll po-debconf translation to Spanish # Copyright (C) 2011 Software in the Public Interest, SPI Inc. # This file is distributed under the same license as the libzorpll package. # # Changes: # - Initial translation # Francisco Javier Cuadrado , 2011 # # - Updates # # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas y normas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: libzorpll 3.9.0.1-6\n" "Report-Msgid-Bugs-To: libzorpll@packages.debian.org\n" "POT-Creation-Date: 2011-04-06 07:05+0200\n" "PO-Revision-Date: 2011-04-06 09:45+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "Email address for Zorp notifications:" msgstr "Dirección de correo electrónico para las notificaciones de Zorp:" #. Type: string #. Description #: ../libzorpll3.9-1.templates:2001 msgid "" "Some Zorp applications are able to send a notification email in case of an " "unexpected process termination. Leave this empty (or specify \"NONE\") if no " "such notifications should be sent." msgstr "" "Algunas aplicaciones de Zorp pueden enviar notificaciones por correo " "electrónico cuando un proceso termine de forma inesperada. Deje este campo " "en blanco (o indique «NONE») si no quiere que se envíen tales notificaciones." debian/compat0000644000000000000000000000000212162370501010361 0ustar 7 debian/copyright0000644000000000000000000000205512162370501011120 0ustar You may download this program from http://www.balabit.hu/downloads/zorp/ Upstream Author: Balázs Scheidler, Attila Szalay and more... Copyright: 2000-2010 BalaBit IT Kft. This program is licensed under GNU/GPL with a special exception to link with OpenSSL. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License with the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. The Debian packaging is (C) 2010, SZALAY Attila and is licensed under the GPL, see above.