--- sobby-0.4.5.orig/debian/copyright +++ sobby-0.4.5/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Philipp Kern on +Mon, 19 Dec 2005 19:12:51 +0100. + +It was downloaded from . + +Copyright (C) 2005-2008 0x539 dev group + +License: + + This program is written by the 0x539 dev group and is licensed + under the GNU General Public License (GPL) version 2 or any + later version. A copy of the license is included in the + distribution. + + 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. + + Copyright (C) 2005-2008 0x539 dev group + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- sobby-0.4.5.orig/debian/dirs +++ sobby-0.4.5/debian/dirs @@ -0,0 +1 @@ +usr/bin --- sobby-0.4.5.orig/debian/README.Debian +++ sobby-0.4.5/debian/README.Debian @@ -0,0 +1,8 @@ +sobby for Debian +---------------- + +This is an initial packaging of sobby. It hasn't yet any init scripts or +alike things. You have to set it up manually for now, normal user accounts are +advised. + + -- Philipp Kern , Mon, 19 Dec 2005 19:12:51 +0100 --- sobby-0.4.5.orig/debian/changelog +++ sobby-0.4.5/debian/changelog @@ -0,0 +1,69 @@ +sobby (0.4.5-1) unstable; urgency=low + + * New upstream release + * Bump obby build-dep to instantiate the newest templates. + * Do not ignore errors on make distclean. + + -- Philipp Kern Wed, 15 Oct 2008 18:55:58 +0200 + +sobby (0.4.4-2) unstable; urgency=low + + * Add a reference to gobby to sobby's description. + + -- Philipp Kern Tue, 09 Sep 2008 11:41:09 +0200 + +sobby (0.4.4-1) unstable; urgency=low + + * New upstream release + + -- Philipp Kern Sun, 19 Aug 2007 17:53:29 +0200 + +sobby (0.4.3-1) unstable; urgency=low + + * New upstream release + * Bump build-dependencies to include the newest templates from net6 + and obby + + -- Philipp Kern Mon, 4 Jun 2007 09:31:38 +0200 + +sobby (0.4.1-1) unstable; urgency=low + + * New upstream release + * Zeroconf support deactivated in Sobby; the library will still be + pulled in to satisfy obby, but not be called in any way + + -- Philipp Kern Tue, 29 Aug 2006 13:42:25 +0200 + +sobby (0.3.99+0.4.0rc1-1) experimental; urgency=low + + * New upstream release + + -- Philipp Kern Sun, 23 Jul 2006 10:09:04 +0200 + +sobby (0.3.0-4) unstable; urgency=low + + * Made the Zeroconf warning more concrete and less alerting + * Tightened the build-dependency on the updated obby + + -- Philipp Kern Mon, 3 Jul 2006 18:06:05 +0200 + +sobby (0.3.0-3) unstable; urgency=low + + * Do not bail out on Zeroconf failures, print a warning only; + recommend `avahi-daemon' (Closes: #358624) + + -- Philipp Kern Tue, 11 Apr 2006 15:53:42 +0200 + +sobby (0.3.0-2) unstable; urgency=low + + * Enabled Zeroconf support through linking against Avahi's + compatibility layer for Howl legacy applications + + -- Philipp Kern Tue, 17 Jan 2006 15:12:14 +0100 + +sobby (0.3.0-1) unstable; urgency=low + + * Initial release (Closes: #343699) + + -- Philipp Kern Mon, 19 Dec 2005 19:12:51 +0100 + --- sobby-0.4.5.orig/debian/control +++ sobby-0.4.5/debian/control @@ -0,0 +1,16 @@ +Source: sobby +Section: net +Priority: optional +Maintainer: Philipp Kern +Build-Depends: debhelper (>= 4.0.0), autotools-dev, pkg-config, libnet6-1.3-dev (>= 1:1.3.4), libobby-0.4-dev (>= 0.4.6), libglibmm-2.4-dev (>= 2.6.0), libxml++2.6-dev (>= 2.6.1-2.2) +Standards-Version: 3.8.0 + +Package: sobby +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a dedicated server for collaborative editing + Sobby is a dedicated server which allows clients to edit plain text + documents and source files collaboratively over a network. Changes + to the documents are synchronised instantly to the other clients. + . + It serves the documents using the same protocol as Gobby. --- sobby-0.4.5.orig/debian/docs +++ sobby-0.4.5/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- sobby-0.4.5.orig/debian/compat +++ sobby-0.4.5/debian/compat @@ -0,0 +1 @@ +4 --- sobby-0.4.5.orig/debian/rules +++ sobby-0.4.5/debian/rules @@ -0,0 +1,88 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + --disable-zeroconf + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/sobby + + +# 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_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- sobby-0.4.5.orig/debian/watch +++ sobby-0.4.5/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://releases.0x539.de/sobby/ sobby-(\d\.\d\.\d)\.tar\.gz +