--- librelp-1.0.0.orig/debian/copyright +++ librelp-1.0.0/debian/copyright @@ -0,0 +1,47 @@ +This package was debianized by Michael Biebl on +Tue, 01 Apr 2008 21:48:30 +0200. + +It was downloaded from http://www.librelp.com/. + +Upstream Author: + + Rainer Gerhards + +Copyright: + + Copyright 2008 by Rainer Gerhards and Adiscon GmbH + +License: + + This package 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 3 of the License, or + (at your option) any later version. + + This package 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 + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + + +The documentation in the doc/ subdirectory is licensed under the GFDL. + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + +On Debian systems, the complete text of the GNU Free Documentation +License can be found in `/usr/share/common-licenses/GFDL'. + + +The Debian packaging is (C) 2008, Michael Biebl and +is licensed under the GPL, see above. + --- librelp-1.0.0.orig/debian/changelog +++ librelp-1.0.0/debian/changelog @@ -0,0 +1,19 @@ +librelp (1.0.0-1build1) quantal; urgency=low + + * Rebuild for new armel compiler default of ARMv5t. + + -- Colin Watson Fri, 05 Oct 2012 08:22:53 +0100 + +librelp (1.0.0-1) unstable; urgency=low + + * New upstream release. + * debian/control + - Bump Standards-Version to 3.8.3. No further changes. + + -- Michael Biebl Thu, 10 Dec 2009 17:03:02 +0100 + +librelp (0.1.3-1) unstable; urgency=low + + * New upstream release. Closes: #497613 + + -- Michael Biebl Tue, 10 Feb 2009 20:43:37 +0100 --- librelp-1.0.0.orig/debian/watch +++ librelp-1.0.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://download.rsyslog.com/librelp/librelp-(.*)\.tar\.gz --- librelp-1.0.0.orig/debian/librelp0.install +++ librelp-1.0.0/debian/librelp0.install @@ -0,0 +1 @@ +usr/lib/librelp.so.* --- librelp-1.0.0.orig/debian/librelp-dev.install +++ librelp-1.0.0/debian/librelp-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/librelp.{so,a} +usr/lib/pkgconfig/relp.pc --- librelp-1.0.0.orig/debian/control +++ librelp-1.0.0/debian/control @@ -0,0 +1,50 @@ +Source: librelp +Section: libs +Priority: optional +Maintainer: Michael Biebl +Build-Depends: cdbs, debhelper (>= 7), autotools-dev +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/git/collab-maint/librelp.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/librelp.git;a=summary +Homepage: http://www.librelp.com/ + +Package: librelp0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Reliable Event Logging Protocol (RELP) library + RELP provides reliable event logging over the network. + . + RELP (and hence) librelp assures that no message is lost, not even when + connections break and a peer becomes unavailable. The current version of + RELP has a minimal window of opportunity for message duplication after a + session has been broken due to network problems. In this case, a few messages + may be duplicated (a problem that also exists with plain tcp syslog). Future + versions of RELP will address this shortcoming. + . + Please note that RELP is a general-purpose, extensible logging protocol. Even + though it was designed to solve the urgent need of rsyslog-to-rsyslog + communication, RELP supports many more applications. Extensible command verbs + provide ample opportunity to extend the protocol without affecting existing + applications. + +Package: librelp-dev +Architecture: any +Section: libdevel +Depends: librelp0 (= ${binary:Version}), ${misc:Depends} +Description: Reliable Event Logging Protocol (RELP) library - development files + RELP provides reliable event logging over the network. + . + RELP (and hence) librelp assures that no message is lost, not even when + connections break and a peer becomes unavailable. The current version of + RELP has a minimal window of opportunity for message duplication after a + session has been broken due to network problems. In this case, a few messages + may be duplicated (a problem that also exists with plain tcp syslog). Future + versions of RELP will address this shortcoming. + . + Please note that RELP is a general-purpose, extensible logging protocol. Even + though it was designed to solve the urgent need of rsyslog-to-rsyslog + communication, RELP supports many more applications. Extensible command verbs + provide ample opportunity to extend the protocol without affecting existing + applications. + --- librelp-1.0.0.orig/debian/rules +++ librelp-1.0.0/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_INSTALL_DOCS_ALL := AUTHORS --- librelp-1.0.0.orig/debian/compat +++ librelp-1.0.0/debian/compat @@ -0,0 +1 @@ +7 --- librelp-1.0.0.orig/debian/librelp-dev.docs +++ librelp-1.0.0/debian/librelp-dev.docs @@ -0,0 +1 @@ +doc/relp.html --- librelp-1.0.0.orig/debian/librelp0.symbols +++ librelp-1.0.0/debian/librelp0.symbols @@ -0,0 +1,82 @@ +librelp.so.0 librelp0 #MINVER# + relpCCServerclose@Base 0.1.1 + relpCltConnect@Base 0.1.1 + relpCltConstruct@Base 0.1.1 + relpCltDestruct@Base 0.1.1 + relpCltReconnect@Base 0.1.1 + relpCltSendSyslog@Base 0.1.1 + relpEngineAddListner2@Base 0.1.3 + relpEngineAddListner@Base 0.1.1 + relpEngineCltConstruct@Base 0.1.1 + relpEngineCltDestruct@Base 0.1.1 + relpEngineConstruct@Base 0.1.1 + relpEngineDestruct@Base 0.1.1 + relpEngineDispatchFrame@Base 0.1.1 + relpEngineGetVersion@Base 0.1.1 + relpEngineRun@Base 0.1.1 + relpEngineSetDbgprint@Base 0.1.1 + relpEngineSetDnsLookupMode@Base 0.1.1 + relpEngineSetEnableCmd@Base 0.1.1 + relpEngineSetSyslogRcv2@Base 0.1.3 + relpEngineSetSyslogRcv@Base 0.1.1 + relpFrameBuildSendbuf@Base 0.1.1 + relpFrameConstruct@Base 0.1.1 + relpFrameConstructWithData@Base 0.1.1 + relpFrameDestruct@Base 0.1.1 + relpFrameGetNextC@Base 0.1.1 + relpFrameProcessOctetRcvd@Base 0.1.1 + relpFrameRewriteTxnr@Base 0.1.1 + relpFrameSetCmd@Base 0.1.1 + relpFrameSetData@Base 0.1.1 + relpFrameSetTxnr@Base 0.1.1 + relpOfferAdd@Base 0.1.1 + relpOfferValueAdd@Base 0.1.1 + relpOffersConstruct@Base 0.1.1 + relpOffersConstructFromFrame@Base 0.1.1 + relpOffersDestruct@Base 0.1.1 + relpOffersToString@Base 0.1.1 + relpSCClose@Base 0.1.1 + relpSCInit@Base 0.1.1 + relpSCRsp@Base 0.1.1 + relpSCSyslog@Base 0.1.1 + relpSendbufConstruct@Base 0.1.1 + relpSendbufDestruct@Base 0.1.1 + relpSendbufSend@Base 0.1.1 + relpSendbufSendAll@Base 0.1.1 + relpSendbufSetData@Base 0.1.1 + relpSendqAddBuf@Base 0.1.1 + relpSendqConstruct@Base 0.1.1 + relpSendqDelFirstBuf@Base 0.1.1 + relpSendqDestruct@Base 0.1.1 + relpSendqIsEmpty@Base 0.1.1 + relpSendqSend@Base 0.1.1 + relpSessAcceptAndConstruct@Base 0.1.1 + relpSessAddUnacked@Base 0.1.1 + relpSessCltConnChkOffers@Base 0.1.1 + relpSessConnect@Base 0.1.1 + relpSessConstruct@Base 0.1.1 + relpSessConstructOffers@Base 0.1.1 + relpSessDestruct@Base 0.1.1 + relpSessGetUnacked@Base 0.1.1 + relpSessRcvData@Base 0.1.1 + relpSessSendCommand@Base 0.1.1 + relpSessSendResponse@Base 0.1.1 + relpSessSendSyslog@Base 0.1.1 + relpSessSetEnableCmd@Base 0.1.1 + relpSessSetProtocolVersion@Base 0.1.1 + relpSessSndData@Base 0.1.1 + relpSessTryReestablish@Base 0.1.1 + relpSrvConstruct@Base 0.1.1 + relpSrvDestruct@Base 0.1.1 + relpSrvRun@Base 0.1.1 + relpSrvSetEnableCmd@Base 0.1.1 + relpSrvSetLstnPort@Base 0.1.1 + relpSrvSetUsrPtr@Base 0.1.3 + relpTcpAbortDestruct@Base 0.1.1 + relpTcpAcceptConnReq@Base 0.1.1 + relpTcpConnect@Base 0.1.1 + relpTcpConstruct@Base 0.1.1 + relpTcpDestruct@Base 0.1.1 + relpTcpLstnInit@Base 0.1.1 + relpTcpRcv@Base 0.1.1 + relpTcpSend@Base 0.1.1