debian/0000775000000000000000000000000011631666711007200 5ustar debian/control0000664000000000000000000000154611631666701010610 0ustar Source: mooproxy Section: net Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Marcel Moreaux Build-Depends: debhelper (>= 5.0.0) Standards-Version: 3.9.1 Package: mooproxy Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A buffering proxy for MOO connections Mooproxy is a buffering proxy for MOOs (a class of text-based RPGs, descending from MUDs). The MOO client connects to mooproxy, and mooproxy connects to the MOO server. . Mooproxy keeps you connected to the MOO server if the client disconnects (voluntarily, because of network problems, because the client crashes, because of a power outage, etc). . Mooproxy also provides centralised logging, buffers text when the client isn't connected, and provides context when the client does connect. debian/source/0000775000000000000000000000000011631666711010500 5ustar debian/source/format0000664000000000000000000000001411631666701011705 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000276611631666667010305 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) CFLAGS="$(CFLAGS)" touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs install -d $(CURDIR)/debian/mooproxy/usr/bin install mooproxy $(CURDIR)/debian/mooproxy/usr/bin # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs Changelog dh_installdocs # dh_install dh_installman mooproxy.1 dh_link dh_strip dh_compress dh_fixperms # dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/compat0000664000000000000000000000000211631666667010410 0ustar 5 debian/docs0000664000000000000000000000005111631666667010061 0ustar README TODO ExampleConfig update-logs.sh debian/patches/0000775000000000000000000000000011631666711010627 5ustar debian/patches/fix_as_needed_build.patch0000664000000000000000000000142011631666701015600 0ustar Description: fix build with -Wl,--as-needed The object files must be before the libraries which provide the symbols they need Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/mooproxy/+bug/770784 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632114 Author: Julian Taylor Index: mooproxy-1.0.0/Makefile =================================================================== --- mooproxy-1.0.0.orig/Makefile 2011-06-29 19:18:05.966860693 +0200 +++ mooproxy-1.0.0/Makefile 2011-06-29 19:18:28.196860701 +0200 @@ -10,7 +10,7 @@ all: mooproxy mooproxy: $(OBJS) - $(CC) $(LFLAGS) $(OBJS) -o mooproxy + $(CC) $(OBJS) -o mooproxy $(LFLAGS) # strip mooproxy # If a header file changed, maybe some data formats changed, and all object debian/patches/series0000664000000000000000000000003211631666701012036 0ustar fix_as_needed_build.patch debian/changelog0000664000000000000000000000110611631666701011047 0ustar mooproxy (1.0.0-1ubuntu1) oneiric; urgency=low * change to source format 3.0 (quilt) * debian/patches/fix_as_needed_build.patch: - patch Makefile to fix build with ld --as-needed (LP: #770784) -- Julian Taylor Mon, 22 Aug 2011 20:45:21 +0200 mooproxy (1.0.0-1) unstable; urgency=low * New upstream release. -- Marcel Moreaux Fri, 11 Feb 2011 22:49:31 +0100 mooproxy (0.1.3-1) unstable; urgency=low * Initial release, closes: #586108. -- Marcel Moreaux Wed, 16 Jun 2010 16:08:04 +0200 debian/copyright0000664000000000000000000000116011631666667011143 0ustar This package was debianized by Marcel Moreaux on Wed, 16 Jun 2010 14:53:55 +0200 It was downloaded from: http://qvdr.net/software/#mooproxy Upstream Authors: Marcel Moreaux Files: * Copyright: Copyright (C) 2001-2011 Marcel Moreaux License: GPL-2 On Debian systems, the complete text of the GPL-2 can be found in /usr/share/common-licenses/GPL-2. Files: debian/* Copyright: Copyright (C) 2001-2011 Marcel Moreaux License: GPL-2 On Debian systems, the complete text of the GPL-2 can be found in /usr/share/common-licenses/GPL-2.