debian/0000755000000000000000000000000012236033024007161 5ustar debian/changelog0000644000000000000000000000164612236033024011042 0ustar balance (3.54-1) unstable; urgency=low * [7ad72ec5] Updating debian/watch file. * [e93b404e] Merge tag 'upstream/3.54' Upstream version 3.54 * [aeaf28a1] Tidy packaging, bringing it a bit more into 2013. Also adding myself as Maintainer as discussed with Rafael D'León. Thanks to him for packaging balance! -- Bernd Zeimetz Mon, 04 Nov 2013 23:36:57 +0100 balance (3.42-1) unstable; urgency=low * New upstream release -- Rafael D'León Mon, 11 Aug 2008 12:04:52 -0400 balance (3.35-2) unstable; urgency=low * Change in file debian/watch (Closes: #450086) * Change in package description (erased "surprisingly successful") -- Rafael D'León Wed, 07 Nov 2007 10:17:50 +0100 balance (3.35-1) unstable; urgency=low * Initial release (Closes: #428467) -- Rafael D'Leon Mon, 11 Jun 2007 16:37:43 -0500 debian/rules0000755000000000000000000000012012236033024010232 0ustar #!/usr/bin/make -f # -*- makefile -*- # %: dh $@ override_dh_auto_install: debian/control0000644000000000000000000000134212236033024010564 0ustar Source: balance Section: admin Priority: extra Maintainer: Bernd Zeimetz Uploaders: Rafael D'Leon Build-Depends: debhelper (>= 7) Standards-Version: 3.9.5 Homepage: http://www.inlab.de/balance.html Vcs-Git: git://anonscm.debian.org/collab-maint/balance.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/balance.git Package: balance Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Load balancing solution and generic tcp proxy Balance is a load balancing solution being a simple but powerful generic tcp proxy with round robin load balancing and failover mechanisms. Its behaviour can be controlled at runtime using a simple command line syntax. debian/balance.manpages0000644000000000000000000000001212236033024012254 0ustar balance.1 debian/balance.docs0000644000000000000000000000002312236033024011413 0ustar README balance.pdf debian/copyright0000644000000000000000000000144412236033024011117 0ustar This package was debianized by Rafael Gonzalez on Mon, 11 Jun 2007 16:37:43 -0500. It was downloaded from http://www.inlab.de/balance.html Upstream Author: Thomas Obermair, Inlab Software GmbH (obermair@acm.org) Copyright: Copyright (c) 2000-2006,2007 by Thomas Obermair (obermair@acm.org) and Inlab Software GmbH (http://www.inlab.de), Gruenwald, Germany. All rights reserved. License: The GNU General Public License version 2 applies to the upstream sources. On Debian systems, the complete text of the GNU General Public License version 2 can be found in the /usr/share/common-licenses/GPL-2 file. The Debian packaging is (C) 2007, Rafael Gonzalez and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000012236033024010461 5ustar debian/source/format0000644000000000000000000000001412236033024011667 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011612236033024010210 0ustar version=3 http://www.inlab.de/balance.html \./balance-([0-9.]+)\.tar\.gz debian/compat0000644000000000000000000000000212236033024010357 0ustar 8 debian/patches/0000755000000000000000000000000012236033024010610 5ustar debian/patches/series0000644000000000000000000000001712236033024012023 0ustar makefile-fixes debian/patches/makefile-fixes0000644000000000000000000000156512236033024013433 0ustar --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ # $Id: Makefile,v 1.12 2010/12/03 12:49:15 t Exp $ #CFLAGS=-g -I. -CFLAGS=-O2 -Wall -Wstrict-prototypes -Wuninitialized +CFLAGS=-O2 -Wall -Wstrict-prototypes -Wuninitialized \ + $(shell dpkg-buildflags --get CFLAGS) \ + $(shell dpkg-buildflags --get CPPFLAGS) +LIBRARIES=$(shell dpkg-buildflags --get LDFLAGS) # uncomment for any OS other than Cygwin BALANCE=balance @@ -45,9 +48,13 @@ ci: ci -l *.c *.h Makefile balance.1 README balance.spec clean: - rm -f $(BALANCE) *.o balance.ps balance.pdf + rm -f $(BALANCE) *.o install: + $(INSTALL) -o $(ROOT) -g $(ROOT) -m 755 -d \ + $(DESTDIR)$(BINDIR) + $(INSTALL) -o $(ROOT) -g $(ROOT) -m 755 -d \ + $(DESTDIR)$(MANDIR) $(INSTALL) -o $(ROOT) -g $(ROOT) -m 755 $(BALANCE) \ $(DESTDIR)$(BINDIR)/$(BALANCE) $(INSTALL) -o $(ROOT) -g $(ROOT) -m 755 balance.1 \ debian/balance.install0000644000000000000000000000002112236033024012127 0ustar balance /usr/bin