@@ -0,0 +1,343 @@
+--- csync2-1.34.orig/debian/compat
++++ csync2-1.34/debian/compat
+@@ -0,0 +1 @@
++4
+--- csync2-1.34.orig/debian/docs
++++ csync2-1.34/debian/docs
+@@ -0,0 +1,4 @@
++NEWS
++README
++TODO
++paper.pdf
+--- csync2-1.34.orig/debian/control
++++ csync2-1.34/debian/control
+@@ -0,0 +1,15 @@
++Source: csync2
++Section: admin
++Priority: optional
++Maintainer: Cyril Bouthors <cyril@bouthors.org>
++Build-Depends: debhelper (>= 4.0.0), librsync-dev, libsqlite0-dev, libgnutls-dev, bison, flex
++Standards-Version: 3.7.2
++
++Package: csync2
++Architecture: any
++Depends: ${shlibs:Depends}, netbase (>=4.25)
++Suggests: sqlite
++Description: cluster synchronization tool
++ CSYNC2 synchronizes files in a cluster using the rsync-algorithm.
++ It maintains a database of modified files so it is able to handle
++ deletion of files and file modification conflicts.
+--- csync2-1.34.orig/debian/copyright
++++ csync2-1.34/debian/copyright
+@@ -0,0 +1,16 @@
++This package was debianized by Cyril Bouthors <cyril@bouthors.org> on
++Sat, 24 Dec 2005 15:46:13 +0300.
++
++It was downloaded from http://oss.linbit.com/csync2/
++
++Copyright Holder: Cliffor Wolf <clifford.wolf@linbit.com>
++
++License:
++
++Csync2 is free software; you can redistribute them and/or modify them
++under the terms of the GNU General Public License as published by the
++Free Software Foundation; either version 2 of the License, or (at your
++option) any later version.
++
++On Debian systems, the complete text of the GNU General Public
++License can be found in /usr/share/common-licenses/GPL file.
+--- csync2-1.34.orig/debian/changelog
++++ csync2-1.34/debian/changelog
+@@ -0,0 +1,73 @@
++csync2 (1.34-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Cyril Bouthors <cyril@bouthors.org> Sun, 12 Aug 2007 12:16:35 +0200
++
++csync2 (1.33-2) unstable; urgency=low
++
++ * put paper.pdf into /usr/share/doc/csync2/ (closes: 359260).
++
++ -- Cyril Bouthors <cyril@bouthors.org> Sun, 20 Aug 2006 20:27:27 +0300
++
++csync2 (1.33-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Cyril Bouthors <cyril@bouthors.org> Mon, 14 Aug 2006 15:00:26 +0300
++
++csync2 (1.32-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Cyril Bouthors <cyril@bouthors.org> Wed, 26 Apr 2006 10:55:29 +0200
++
++csync2 (1.31-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Cyril Bouthors <cyril@bouthors.org> Mon, 3 Apr 2006 23:40:41 +0200
++
++csync2 (1.30-3) unstable; urgency=low
++
++ * typo in debian/control
++
++ -- Cyril Bouthors <cyril@bouthors.org> Tue, 28 Mar 2006 16:05:52 +0200
++
++csync2 (1.30-2) unstable; urgency=low
++
++ * Added dep on netbase>=4.25 to avoid spoiling /etc/services (closes:
++ 351942).
++
++ -- Cyril Bouthors <cyril@bouthors.org> Tue, 28 Mar 2006 15:15:06 +0200
++
++csync2 (1.30-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Cyril Bouthors <cyril@bouthors.org> Sat, 4 Feb 2006 09:37:37 +0300
++
++csync2 (1.29-3) unstable; urgency=low
++
++ * debian/control: removed Build-Depends to libc6-dev (closes: #346025).
++
++ -- Cyril Bouthors <cyril@bouthors.org> Thu, 5 Jan 2006 09:14:32 +0300
++
++csync2 (1.29-2) unstable; urgency=low
++
++ * debian/control: added missing Build-Depends to flex (closes: 345965).
++
++ -- Cyril Bouthors <cyril@bouthors.org> Wed, 4 Jan 2006 18:15:59 +0300
++
++csync2 (1.29-1) unstable; urgency=low
++
++ * New upstream release : replaced OpenSSL library with GNU TLS library
++ in order to fix legal issues.
++
++ -- Cyril Bouthors <cyril@bouthors.org> Mon, 2 Jan 2006 18:50:35 +0300
++
++csync2 (1.28-1) unstable; urgency=low
++
++ * Initial release (closes: #344532).
++
++ -- Cyril Bouthors <cyril@bouthors.org> Sat, 24 Dec 2005 15:46:13 +0300
+--- csync2-1.34.orig/debian/cron.d
++++ csync2-1.34/debian/cron.d
+@@ -0,0 +1,23 @@
++#
++# Test if this synchronization pair is in sync.
++#
++# csync2 - cluster synchronization tool, 2nd generation
++# LINBIT Information Technologies GmbH <http://www.linbit.com>
++# Copyright (C) 2004, 2005 Clifford Wolf <clifford@clifford.at>
++#
++# 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, or
++# (at your option) any later version.
++#
++# 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
++# along with this program; if not, write to the Free Software
++# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++#
++#
++# 0 4 * * * root csync2 -cr / ; csync2 -T <my-hostname> <peer-hostname>
+--- csync2-1.34.orig/debian/rules
++++ csync2-1.34/debian/rules
+@@ -0,0 +1,74 @@
++#!/usr/bin/make -f
++# -*- makefile -*-
++# 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
++
++
++CFLAGS = -Wall -g
++
++ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
++ CFLAGS += -O0
++else
++ CFLAGS += -O2
++endif
++ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
++ INSTALL_PROGRAM += -s
++endif
++
++configure: configure-stamp
++configure-stamp:
++ dh_testdir
++ ./configure
++ touch configure-stamp
++
++build: build-stamp
++build-stamp: configure-stamp
++ dh_testdir
++ $(MAKE)
++ touch build-stamp
++
++clean:
++ dh_testdir
++ dh_testroot
++ rm -f build-stamp configure-stamp
++ -$(MAKE) clean
++ $(RM) config.log
++ dh_clean
++
++install: build
++ dh_testdir
++ dh_testroot
++ dh_clean -k
++ dh_installdirs
++ install csync2 $(CURDIR)/debian/csync2/usr/sbin/csync2
|
@@ -0,0 +1,22 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+Format: 1.0
+Source: csync2
+Binary: csync2
+Architecture: any
+Version: 1.34-1
+Maintainer: Cyril Bouthors <cyril@bouthors.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4.0.0), librsync-dev, libsqlite0-dev, libgnutls-dev, bison, flex
+Files:
+ efc8a3548996b79cef2ad76af5e93cd8 222765 csync2_1.34.orig.tar.gz
+ 156db9277e0eb67587a5dd4891f35963 3254 csync2_1.34-1.diff.gz
+
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQFGvt7FZ1SJHeqsYt8RAt0rAJ9BSsL4i2GpdZ/0wPQK46n8700DNgCfd2YM
+SO22EW0CFy8nbDXJkubafD8=
+=7unI
+-----END PGP SIGNATURE-----
|