debian/0002775000000000000000000000000012143267732007201 5ustar debian/cedar-backup2-doc.doc-base.cedar-backup2-manual0000664000000000000000000000066212143254543017621 0ustar Document: cedar-backup2-manual Title: Cedar Backup Software Manual Author: Kenneth J. Pronovici Abstract: Software manual for the Cedar Backup package. Section: System/Administration Format: HTML Index: /usr/share/doc/cedar-backup2-doc/manual/index.html Files: /usr/share/doc/cedar-backup2-doc/manual/*.html Format: text Index: /usr/share/doc/cedar-backup2-doc/manual/manual.txt Files: /usr/share/doc/cedar-backup2-doc/manual/*.txt debian/cedar-backup2.manpages0000664000000000000000000000003512143254543013311 0ustar doc/cback.1 doc/cback-span.1 debian/source/0002775000000000000000000000000012143267732010501 5ustar debian/source/format0000664000000000000000000000001412143254543011701 0ustar 3.0 (quilt) debian/README.Debian0000664000000000000000000000363712143254543011245 0ustar README for cedar-backup2 The accompanying documentation package (cedar-backup2-doc) contains all of the end-user and library public interface documentation for Cedar Backup. You really should install cedar-backup2-doc and read through the end-user documentation before using Cedar Backup for the first time. This package does not install a configuration file in /etc/cback.conf. It does install all of the cron jobs, log rotation, etc. that you would expect, but assumes that a user will fill in /etc/cback.conf completely on their own. I could have put a default file there, but I don't want to accidentally blow away previous configuration left over from a v1.0 installation. The sample configuration file in the documentation directory is not adapted to Debian. It just exists to provide a starting point (to provide an example of appropriate syntax), and is not intended to represent real working configuration. In fact, this sample configuration file includes examples of nearly every type of configuration section (for reference) but in a form and in a combination that probably no one will ever use. In particular, things like override paths should not really ever be needed on a Debian system. Upstream Cedar Backup uses cdrecord and mkisofs for writing to CD media, because those are still the standard tools in the Linux world (for now). Due to some conflicts with the upstream developer for cdrecord and mkisofs, Debian does not ship those tools. Instead, Debian ships compatible tools called wodim and genisoimage. The Debian cedar-backup2 package uses the customization features added in 2.19.5 to force Cedar Backup to use wodim and genisoimage rather than cdrecord and mkisofs. You can still use the command override configuration to specify your own commands, if you want -- configuration takes precedence over the Debian customization. -- Kenneth J. Pronovici Wed, 25 Jan 2006 21:42:06 -0600 debian/cedar-backup2-doc.docs0000664000000000000000000000006012143254543013207 0ustar README doc/manual doc/interface doc/release.txt debian/copyright0000664000000000000000000002256312143254543011136 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: cedar-backup2 Maintainer: Kenneth J. Pronovici Source: http://cedar-backup.sourceforge.net/ Files: * Copyright: 2004-2011,2013 Kenneth J. Pronovici License: GPL-2 Files: CedarBackup2/extend/postgresql.py Copyright: 2006,2010 Kenneth J. Pronovici 2006 Antoine Beaupre License: GPL-2 Files: util/docbook/* Copyright: 2000-2004 CollabNet License: CollabNet Files: CedarBackup2/util.py Copyright: 2004-2008,2010 Kenneth J. Pronovici 2001, 2002 Python Software Foundation License: GPL-2 and Python Files: CedarBackup2/xmlutil.py Copyright: 2004-2006,2010 Kenneth J. Pronovici 2000 Fourthought Inc, USA License: GPL-2 and Fourthought Files: debian/* Copyright: 2005-2011,2013 Kenneth J. Pronovici License: Copying and distribution of these files, with or without modification, is permitted in any medium without royalty provided the copyright notice and this notice are preserved. License: GPL-2 Most of the source code in this project was written by Kenneth J. Pronovici. Some portions have been based on other pieces of open-source software, as indicated in the source code itself. . Unless otherwise indicated, all Cedar Backup source code is Copyright (c) 2004-2011,2013 Kenneth J. Pronovici and is released under the GNU General Public License, version 2. The contents of the GNU General Public License can be found in the LICENSE file, or can be downloaded from http://www.gnu.org/. . Various patches have been contributed to the Cedar Backup codebase by Dmitry Rutsky. Major contributions include the initial implementation for the optimized media blanking strategy as well as improvements to the DVD writer implementation. . The PostgreSQL extension was contributed by Antoine Beaupre ("The Anarcat"), based on the existing MySQL extension. . Lukasz K. Nowak helped debug the split functionality and also provided patches for parts of the documentation. . Zoran Bosnjak contributed changes to collect.py to implement recursive collect behavior based on recursion level. . Jan Medlock contributed patches to improve the manpage and to support recent versions of the /usr/bin/split command. . Minor code snippets derived from newsgroup and mailing list postings are not generally attributed unless I used someone else's source code verbatim. . Source code annotated as "(c) 2001, 2002 Python Software Foundation" was originally taken from or derived from code within the Python 2.3 codebase. This code was released under the Python 2.3 license, which is an MIT-style academic license. Items under this license include the function util.getFunctionReference(). . Source code annotated as "(c) 2000-2004 CollabNet" was originally released under the CollabNet License, which is an Apache/BSD-style license. Items under this license include basic markup and stylesheets used in creating the user manual. The dblite.dtd and readme-dblite.html files are also assumed to be under the CollabNet License, since they were found as part of the Subversion source tree and did not specify an explicit copyright notice. . Some of the PDF-specific graphics in the user manual (now obsolete and orphaned off in the doc/pdf directory) were either directly taken from or were derived from images distributed in Norman Walsh's Docbook XSL distribution. These graphics are (c) 1999, 2000, 2001 Norman Walsh and were originally released under a BSD-style license as documented below. . Source code annotated as "(c) 2000 Fourthought Inc, USA" was taken from or derived from code within the PyXML distribution and was originally part of the 4DOM suite developed by Fourthought, Inc. Fourthought released the code under a BSD-like license. Items under this license include the XML pretty-printing functionality implemented in xmlutil.py. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: CollabNet Copyright (c) 2000-2004 CollabNet. All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by CollabNet (http://www.Collab.Net/)." Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. . 4. The hosted project names must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact info@collab.net. . 5. Products derived from this software may not use the "Tigris" name nor may "Tigris" appear in their names without prior written permission of CollabNet. . THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COLLABNET OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: Python PSF LICENSE AGREEMENT FOR PYTHON 2.3 ------------------------------------ . 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.3 software in source or binary form and its associated documentation. . 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.3 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002 Python Software Foundation; All Rights Reserved" are retained in Python 2.3 alone or in any derivative version prepared by Licensee. . 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.3 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.3. . 4. PSF is making Python 2.3 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. . 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.3, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. . 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. . 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. . 8. By copying, installing or otherwise using Python 2.3, Licensee agrees to be bound by the terms and conditions of this License Agreement. License: Fourthought Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of FourThought LLC not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. . FOURTHOUGHT LLC DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FOURTHOUGHT BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/control0000664000000000000000000000577112143254543010610 0ustar Source: cedar-backup2 Priority: optional Section: admin Maintainer: Kenneth J. Pronovici Homepage: http://cedar-solutions.com/software/cedar-backup/ Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~) Standards-Version: 3.9.4.0 X-Python-Version: >= 2.5 Package: cedar-backup2 Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: dvd+rw-tools, wodim, genisoimage, eject, ssh, cedar-backup2-doc Suggests: subversion, mysql-client, postgresql-client, grepmail, gnupg Conflicts: cedar-backup Description: local and remote backups to CD or DVD media Cedar Backup is a software package designed to manage system backups for a pool of local and remote machines. Cedar Backup understands how to back up filesystem data as well as MySQL and PostgreSQL databases and Subversion repositories. It can also be easily extended to support other kinds of data sources. . Cedar Backup is focused around weekly backups to a single CD or DVD disc, with the expectation that the disc will be changed or overwritten at the beginning of each week. If your hardware is new enough, Cedar Backup can write multisession discs, allowing you to add incremental data to a disc on a daily basis. . Besides offering command-line utilities to manage the backup process, Cedar Backup provides a well-organized library of backup-related functionality, written in the Python programming language. . This package provides Cedar Backup command-line utilities as well as the CedarBackup2 Python library. The accompanying documentation package (cedar-backup2-doc) contains all of the end-user and library public interface documentation. You really should install cedar-backup2-doc and read through the end-user documentation before using Cedar Backup for the first time. Package: cedar-backup2-doc Architecture: all Section: doc Depends: ${misc:Depends} Replaces: cedar-backup2 (<< 2.7.2-2) Description: local and remote backups to CD or DVD media (documentation) Cedar Backup is a software package designed to manage system backups for a pool of local and remote machines. Cedar Backup understands how to back up filesystem data as well as MySQL and PostgreSQL databases and Subversion repositories. It can also be easily extended to support other kinds of data sources. . Cedar Backup is focused around weekly backups to a single CD or DVD disc, with the expectation that the disc will be changed or overwritten at the beginning of each week. If your hardware is new enough, Cedar Backup can write multisession discs, allowing you to add incremental data to a disc on a daily basis. . Besides offering command-line utilities to manage the backup process, Cedar Backup provides a well-organized library of backup-related functionality, written in the Python programming language. . This package provides the end-user and library public interface documentation for Cedar Backup, both in HTML form. You really should read through the end-user documentation before using Cedar Backup for the first time. debian/patches/0002775000000000000000000000000012143267732010630 5ustar debian/patches/debian-platform.patch0000664000000000000000000000123512143254543014710 0ustar # Description: Convert source to use Debian platform customizations. # Upstream includes an easy way to switch the platform from "standard" (i.e. # cdrecord and mkisofs) to "Debian-specific" (i.e. wodim and genisoimage). # This patch flips the PLATFORM constant so that we get Debian customizations. # Author: Kenneth J. Pronovici --- a/CedarBackup2/customize.py +++ b/CedarBackup2/customize.py @@ -62,8 +62,8 @@ logger = logging.getLogger("CedarBackup2.log.customize") -PLATFORM = "standard" -#PLATFORM = "debian" +#PLATFORM = "standard" +PLATFORM = "debian" DEBIAN_CDRECORD = "/usr/bin/wodim" DEBIAN_MKISOFS = "/usr/bin/genisoimage" debian/patches/series0000664000000000000000000000002612143254543012035 0ustar debian-platform.patch debian/cedar-backup2-doc.doc-base.cedar-backup2-interface0000664000000000000000000000050612143254543020301 0ustar Document: cedar-backup2-interface Title: Cedar Backup Library Interface Author: Kenneth J. Pronovici Abstract: Public interface documentation for Cedar Backup v2.0. Section: Programming/Python Format: HTML Index: /usr/share/doc/cedar-backup2-doc/interface/index.html Files: /usr/share/doc/cedar-backup2-doc/interface/*.html debian/cedar-backup2.cron.d0000664000000000000000000000102312143254543012677 0ustar # /etc/cron.d/cedar-backup # # Below, comment out the appropriate set of scheduled tasks. See the # documentation in /usr/share/doc/cedar-backup2/manual for more information. # #Single machine (pool of one) #30 00 * * * root /usr/bin/cback all # Client machine #30 00 * * * root /usr/bin/cback collect #30 06 * * * root /usr/bin/cback purge # Master machine #30 00 * * * root /usr/bin/cback collect #30 02 * * * root /usr/bin/cback stage #30 04 * * * root /usr/bin/cback store #30 06 * * * root /usr/bin/cback purge # debian/cedar-backup2.examples0000664000000000000000000000002612143254543013334 0ustar doc/cback.conf.sample debian/cedar-backup2.preinst0000664000000000000000000000052612143254543013207 0ustar #!/bin/sh set -e # Remove old files left behind by previous versions of package rm -f /usr/lib/python2.3/site-packages/CedarBackup2/*.pyc rm -f /usr/lib/python2.3/site-packages/CedarBackup2/*.pyo rm -f /usr/lib/python2.3/site-packages/CedarBackup2/extend/*.pyc rm -f /usr/lib/python2.3/site-packages/CedarBackup2/extend/*.pyo #DEBHELPER# debian/changelog0000664000000000000000000004222012143267200011037 0ustar cedar-backup2 (2.22.0-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Fri, 10 May 2013 22:02:16 +0000 cedar-backup2 (2.21.1-2) unstable; urgency=low * Convert debian/rules to debhelper7, overriding just a few standard targets. * Modify debian/cedar-backup2.dirs to properly use usr/share/pyshared. -- Kenneth J. Pronovici Wed, 24 Apr 2013 16:36:23 +0000 cedar-backup2 (2.21.1-1) unstable; urgency=low * New upstream release. - Tweak debian/copyright based on new upstream CREDITS -- Kenneth J. Pronovici Thu, 21 Mar 2013 15:02:25 +0000 cedar-backup2 (2.21.0-3) unstable; urgency=low * Bump standards version to 3.9.4.0; no packaging changes. * Make minor tweaks in debian/rules for consistency. - Add new .PHONY targets for all rules that don't create files - Change binary to depend on both binary-arch and binary-indep - Change binary-arch to depend on install, not build and install -- Kenneth J. Pronovici Mon, 31 Dec 2012 19:56:39 +0000 cedar-backup2 (2.21.0-2) unstable; urgency=low * Update to machine-readable debian/copyright file format, version 1.0. * Bump standards version to 3.9.3.0; no packaging changes. * Move to debhelper (>= 9) and debian/compat=9, which is the new standard. -- Kenneth J. Pronovici Mon, 12 Mar 2012 12:05:20 -0500 cedar-backup2 (2.21.0-1) unstable; urgency=low * New upstream release. - Tweak debian/copyright based on new upstream CREDITS * Make it obvious that this dh_python2-based package does not work in squeeze. - Change debian/control to use Build-Depends: debhelper (>= 8.0.1) -- Kenneth J. Pronovici Wed, 12 Oct 2011 09:42:09 -0500 cedar-backup2 (2.20.1-2) unstable; urgency=low * Bump standards version to 3.9.2.0; no packaging changes. * Fix Lintian warning: debian-rules-missing-recommended-target - Restructure build, build-arch, build-indep targets in debian/rules * Transition to dh_python2, since python-support is deprecated for Wheezy. - Replace Build-Depends: python-support with python-all in debian/control - Replace debian/pyversion with X-Python-Version: >= 2.5 in debian/control - Replace call to 'dh_pysupport -d' with 'dh_python2' in debian/rules - Replace python-support with pyshared in debian/cedar-backup2.install -- Kenneth J. Pronovici Thu, 04 Aug 2011 12:28:28 -0500 cedar-backup2 (2.20.1-1) unstable; urgency=low * New upstream release. - Upstream release incorporates manpages.patch, so it has been removed * Bumped standards version to 3.9.1.0; no packaging changes. -- Kenneth J. Pronovici Tue, 19 Oct 2010 21:02:46 -0500 cedar-backup2 (2.20.0-2) unstable; urgency=low * Fix warnings from the Full Lintian Report in the PTS. - Tweak debian/control to remove Section: admin from binary package - Properly escape "-" in cback.1 and cback-span.1 (in manpage.patch) -- Kenneth J. Pronovici Sun, 11 Jul 2010 00:07:58 +0000 cedar-backup2 (2.20.0-1) unstable; urgency=low * New upstream release. - Tweak debian/copyright based on new usptream CREDITS - Bump debian/pyversions from 2.3- to 2.5-, per upstream change -- Kenneth J. Pronovici Wed, 07 Jul 2010 17:03:08 -0500 cedar-backup2 (2.19.6-3) unstable; urgency=low * Add support for DEB_BUILD_OPTIONS=nocheck in debian/rules. -- Kenneth J. Pronovici Sat, 03 Jul 2010 01:38:25 +0000 cedar-backup2 (2.19.6-2) unstable; urgency=low * Bump standards version to 3.9.0.0. * Move Homepage: tag to Source section in debian/control. * Convert debian/copyright to new DEP-5 machine-readable format. * Convert to source format "3.0 (quilt)" - Add new file debian/source/format - Add new patch debian/patches/debian-platform.patch -- Kenneth J. Pronovici Mon, 28 Jun 2010 13:21:29 -0500 cedar-backup2 (2.19.6-1) unstable; urgency=low * New upstream release. * Bump standards version to 3.8.4 (no packaging changes). -- Kenneth J. Pronovici Sat, 22 May 2010 12:07:53 -0500 cedar-backup2 (2.19.5-1) unstable; urgency=low * New upstream release. * Support wodim/genisoimage instead of cdrecord/mkisofs - Patch CedarBackup2/customize.py to use Debian customizations - Change debian/control to have Recommends: wodim, genisoimage - Add a note about wodim and genisoimage in debian/README.debian -- Kenneth J. Pronovici Sun, 10 Jan 2010 17:08:09 -0600 cedar-backup2 (2.19.4-3) unstable; urgency=low * Fix warnings/problems indicated on package tracking page. - Add ${misc:Depends} for all binary packages - Move homepage URL to Homepage: field in debian/control -- Kenneth J. Pronovici Sun, 10 Jan 2010 19:05:00 +0000 cedar-backup2 (2.19.4-2) unstable; urgency=low * Don't install testutil.py, consistent with comments (closes: #556282). -- Kenneth J. Pronovici Sun, 06 Dec 2009 13:26:13 -0600 cedar-backup2 (2.19.4-1) unstable; urgency=low * New upstream release, fully supporting Python 2.6 for Ubuntu's benefit. * Bump standards version to 3.8.3 (no packaging changes). -- Kenneth J. Pronovici Sun, 16 Aug 2009 15:16:13 -0500 cedar-backup2 (2.19.3-1) unstable; urgency=low * New upstream release. * Remove references to user manual PDF (no longer shipped). * Update debian/copyright based on new upstream CREDITS. * Bump standards version to 3.8.1 (no packaging changes). * Bump debhelper compatibility to 7, per linitian recommendation. * Declare a dependency on debhelper (>= 7.0.1) to match compatibility. * Reference /usr/share/common-licenses/GPL-2 rather than just GPL. -- Kenneth J. Pronovici Sun, 29 Mar 2009 15:00:28 -0500 cedar-backup2 (2.19.2-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Mon, 8 Dec 2008 20:13:06 -0600 cedar-backup2 (2.19.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Sat, 15 Nov 2008 12:24:43 -0600 cedar-backup2 (2.19.0-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Sun, 5 Oct 2008 21:46:02 -0500 cedar-backup2 (2.18.0-1) unstable; urgency=low * New upstream release. * Bumped standards-version to 3.7.3 (no packaging changes). * Updated doc-base configuration per doc-base manual version 0.8.14. - Changed cedar-backup2-interface section to "Programming/Python" - Changed cedar-backup2-manual section to "System/Administration" -- Kenneth J. Pronovici Mon, 5 May 2008 20:03:37 -0500 cedar-backup2 (2.17.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Sat, 26 Apr 2008 14:34:13 -0500 cedar-backup2 (2.17.0-1) unstable; urgency=low * New upstream release * Tweak debian/copyright file to match upstream. -- Kenneth J. Pronovici Thu, 20 Mar 2008 15:43:11 -0500 cedar-backup2 (2.16.0-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Tue, 18 Mar 2008 20:56:57 -0500 cedar-backup2 (2.15.3-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Sun, 16 Mar 2008 18:45:36 -0500 cedar-backup2 (2.15.2-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Thu, 7 Feb 2008 09:42:38 -0600 cedar-backup2 (2.15.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Wed, 19 Dec 2007 21:41:12 -0600 cedar-backup2 (2.15.0-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Tue, 18 Dec 2007 22:15:06 -0600 cedar-backup2 (2.14.0-2) unstable; urgency=low * Update debian/copyright and debian/watch to refer to new SF project location. -- Kenneth J. Pronovici Sun, 2 Dec 2007 12:39:48 -0600 cedar-backup2 (2.14.0-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Wed, 19 Sep 2007 22:15:49 -0500 cedar-backup2 (2.13.2-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Tue, 10 Jul 2007 20:39:29 -0500 cedar-backup2 (2.13.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Thu, 29 Mar 2007 21:02:33 -0500 cedar-backup2 (2.13.0-1) unstable; urgency=low * New upstream release. * Updated debian/copyright with contents of new upstream CREDITS. -- Kenneth J. Pronovici Sun, 25 Mar 2007 20:40:06 -0500 cedar-backup2 (2.12.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Mon, 26 Feb 2007 20:57:29 -0600 cedar-backup2 (2.12.0-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Fri, 23 Feb 2007 23:14:34 -0600 cedar-backup2 (2.11.0-1) unstable; urgency=low * New upstream release. - Updated debian/cedar-backup2.install to add new cback-span script - Updated debian/cedar-backup2.manpages to add new cback-span.1 manpage - Updated debian/cedar-backup2-doc.docs to remove TODO file (no longer upstream) - Updated debian/cedar-backup2.docs to remove TODO file (no longer upstream) -- Kenneth J. Pronovici Wed, 21 Feb 2007 22:48:08 -0600 cedar-backup2 (2.10.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Tue, 30 Jan 2007 23:20:27 -0600 cedar-backup2 (2.10.0-1) unstable; urgency=low * New upstream release. - Updated descriptions in debian/control to discuss DVD functionality - Updated debian/credits to match latest upstream version. - Changed debian/control to add Recommends: dvd+rw-tools and Suggests: gnupg -- Kenneth J. Pronovici Tue, 30 Jan 2007 21:44:27 -0600 cedar-backup2 (2.9.0-1) unstable; urgency=low * New upstream release. - Provide way to configure dev=/dev/cdrw and the like (closes: #403546). - Fix, clean up and reorganize parts of user manual (closes: #403448, #403662). -- Kenneth J. Pronovici Mon, 18 Dec 2006 22:59:17 -0600 cedar-backup2 (2.8.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Mon, 4 Sep 2006 13:55:28 -0500 cedar-backup2 (2.8.0-3) unstable; urgency=low * Bumped Standards-Version to 3.7.2. - Provide empty binary-arch target in debian/rules to quiet lintian - Add Section: admin for source package to quiet linda * Update to latest Python policy using python-support method. - Add --list-missing to dh_install call in debian/rules - Change debian/control to use Build-Depends instead of Build-Depends-Indep - Change debian/control to use Depends: ${python:Depends} - Change debian/rules to build using /usr/bin/python, not /usr/bin/python2.3 - Change debian/rules to invoke dh_pysupport -d (for ${python:Depends}) - Change debian/rules to use --install-purelib/--install-scripts, not --prefix - Change debian/cedar-backup2.dirs to reference usr/share/python-support - Change debian/cedar-backup2.install to match new build locations - Remove debian/cedar-backup2.postinst and debian/cedar-backup2.prerm - Add new debian/cedar-backup2.preinst to remove old package's pyo and pyc files - Add new debian/pyversions file for use by python-support -- Kenneth J. Pronovici Mon, 24 Jul 2006 02:33:01 +0000 cedar-backup2 (2.8.0-2) unstable; urgency=low * Recommend both postgresql-client and grepmail, for use by extensions. -- Kenneth J. Pronovici Sat, 24 Jun 2006 15:55:37 -0500 cedar-backup2 (2.8.0-1) unstable; urgency=low * New upstream release. * Update debian/copyright based on upstream credits. -- Kenneth J. Pronovici Sat, 24 Jun 2006 15:00:02 -0500 cedar-backup2 (2.7.2-3) unstable; urgency=low * Make cedar-backup2-doc conflict with << 2.7.2-2 (closes: #350891). * Add functionality in debian/rules to make unit tests optional. -- Kenneth J. Pronovici Wed, 1 Feb 2006 21:31:20 -0600 cedar-backup2 (2.7.2-2) unstable; urgency=low * Reworked package description to be cleaner and more descriptive. * Updated debian/README.debian to discuss the sample configuration file. * Make sure to explicitly exclude CVS directories from the build. * Split documentation out into its own package (closes: #344474). - Avoid compressing PDF documentation, because docs are now separate - Updated debian/README.debian to discuss the new documentation package - Removed debian/cedar-backup2.doc-base.cedar-backup2-interface - Removed debian/cedar-backup2.doc-base.cedar-backup2-manual - Added debian/cedar-backup2-doc.doc-base.cedar-backup2-interface - Added debian/cedar-backup2-doc.doc-base.cedar-backup2-manual - Renamed debian/docs to debian/cedar-backup2.docs - Added debian/cedar-backup2-doc.docs -- Kenneth J. Pronovici Wed, 25 Jan 2006 21:42:06 -0600 cedar-backup2 (2.7.2-1) unstable; urgency=low * New upstream release. - Release removes bogus writer unit tests (closes: #344472). -- Kenneth J. Pronovici Thu, 22 Dec 2005 20:56:38 -0600 cedar-backup2 (2.7.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Tue, 13 Dec 2005 16:13:31 -0600 cedar-backup2 (2.7.0-1) unstable; urgency=low * New upstream release. * Remove dependencies on python-xml package, which is no longer required. * Updated debian/copyright file with new contents of upstream CREDITS. -- Kenneth J. Pronovici Sun, 30 Oct 2005 16:16:00 -0600 cedar-backup2 (2.6.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Tue, 27 Sep 2005 12:54:25 -0500 cedar-backup2 (2.6.0-1) unstable; urgency=low * New upstream release. * Move eject, mkisofs and cdrecord from Depends to Recommends. * Add Suggests on subversion and mysql-client, since extensions use them. * Bumped standards version to 3.6.2; no packaging changes. -- Kenneth J. Pronovici Mon, 12 Sep 2005 15:03:14 -0500 cedar-backup2 (2.5.0-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Tue, 12 Jul 2005 17:21:40 -0500 cedar-backup2 (2.4.2-2) unstable; urgency=low * Update description in debian/control based on debian-devel discussion. * Don't compress text manual in installed documentation (linda complains). -- Kenneth J. Pronovici Fri, 8 Jul 2005 08:21:05 -0500 cedar-backup2 (2.4.2-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Sat, 23 Apr 2005 13:50:36 -0500 cedar-backup2 (2.4.1-1) unstable; urgency=low * New upstream release. * Update copyright file to match new information in upstream CREDITS file. -- Kenneth J. Pronovici Fri, 22 Apr 2005 17:25:42 -0500 cedar-backup2 (2.4.0-1) unstable; urgency=low * New upstream release. * Updated copyright file to reflect new software manual license (GPL). -- Kenneth J. Pronovici Sat, 2 Apr 2005 21:24:18 -0600 cedar-backup2 (2.3.1-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Wed, 23 Mar 2005 13:47:48 -0600 cedar-backup2 (2.3.0-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Thu, 10 Mar 2005 18:01:20 -0600 cedar-backup2 (2.2.0-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Wed, 9 Mar 2005 23:15:33 -0600 cedar-backup2 (2.1.3-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Tue, 8 Mar 2005 13:51:08 -0600 cedar-backup2 (2.1.2-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Mon, 7 Mar 2005 11:29:33 -0600 cedar-backup2 (2.1.1-1) unstable; urgency=low * New upstream release. * Updated README to match new upstream description. -- Kenneth J. Pronovici Mon, 7 Mar 2005 00:01:52 -0600 cedar-backup2 (2.0.0-2) unstable; urgency=low * Reworked dh_install usage to be compatible with woody chroot. - Added debian/tmp prefix to all entries in debian/*.install - Removed --source-dir switch to dh_install in debian/rules. * Incorporate automated unit testing into package. - Add $(python) util/test.py to debian/rules after build - Add python to build-dependencies (for executeCommand tests) - Change expected encodePath() results to handle pbuilder filesystem - Change a few peer tests that don't fail as expected using fakeroot -- Kenneth J. Pronovici Sun, 6 Mar 2005 21:06:48 -0600 cedar-backup2 (2.0.0-1) unstable; urgency=low * Initial release. -- Kenneth J. Pronovici Sun, 27 Feb 2005 00:17:36 -0600 debian/cedar-backup2.install0000664000000000000000000000014212143254543013163 0ustar lib/cedar-backup2/* usr/share/pyshared bin/cback usr/bin bin/cback-span usr/bin debian/compat0000664000000000000000000000000212143254543010371 0ustar 9 debian/cedar-backup2.logrotate0000664000000000000000000000013512143254543013517 0ustar /var/log/cback.log { missingok weekly compress create 640 root adm rotate 5 } debian/watch0000664000000000000000000000010012143254543010213 0ustar version=3 http://sf.net/cedar-backup/CedarBackup2-(.*)\.tar\.gz debian/rules0000775000000000000000000000066612143254543010263 0ustar #!/usr/bin/make -f # Set to enable verbose output from debhelper #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_install: dh_install -Xtestutil.py --fail-missing override_dh_compress: dh_compress -X.py -Xmanual.txt override_dh_auto_install: dh_auto_install -- --install-purelib lib/cedar-backup2 --install-scripts bin override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(python) util/test.py endif debian/cedar-backup2.docs0000664000000000000000000000000712143254543012445 0ustar README debian/cedar-backup2.dirs0000664000000000000000000000003312143254543012455 0ustar usr/bin usr/share/pyshared