--- cdbackup-0.7.0.orig/Makefile +++ cdbackup-0.7.0/Makefile @@ -4,7 +4,8 @@ DEPFLAGS = -MM -MG # install location -PREFIX=/usr/local +DESTDIR= +PREFIX=$(DESTDIR)/usr BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/man @@ -49,6 +50,6 @@ install: install -d $(BINDIR) install $(TARGETS) $(BINDIR) - install -d $(MANDIR)/man1 - gzip -c cdbackup.1 >$(MANDIR)/man1/cdbackup.1.gz - gzip -c cdrestore.1 >$(MANDIR)/man1/cdrestore.1.gz +# install -d $(MANDIR)/man1 +# gzip -c cdbackup.1 >$(MANDIR)/man1/cdbackup.1.gz +# gzip -c cdrestore.1 >$(MANDIR)/man1/cdrestore.1.gz --- cdbackup-0.7.0.orig/cdbackup.1 +++ cdbackup-0.7.0/cdbackup.1 @@ -34,7 +34,7 @@ .TP \fB\-r\fR \fIscsi\-device\fP -The scsi device which is passed to \fBcdrecord\fR(1) (via dev=\fIscsi\-device\fP). Must be given as three, comma seperated number: \fIscsibus\fR,\fItarget\fR,\fIlun\fR. +The scsi device which is passed to \fBcdrecord\fR(1) (via dev=\fIscsi\-device\fP). Must be given as three, comma separated number: \fIscsibus\fR,\fItarget\fR,\fIlun\fR. .br (default: none or the contents of the environment variable CDR_DEVICE) @@ -64,10 +64,10 @@ .TP \fB\-i\fR \fIimage\fP -Enables virtual image mode. The backup stream is written to the given image file. The file is created if it doesn't exists. It's mandatory to give an explicit media size with \-l. Take care that the created virtual image isn't lager that the media size you want to dump it later. +Enables virtual image mode. The backup stream is written to the given image file. The file is created if it doesn't exists. It's mandatory to give an explicit media size with \-l. Take care that the created virtual image isn't larger that the media size you want to dump it later. You can add up to 96 backups to an virtual image. .br -If the backup extends the specified media size and you have enabled multi\-disk mode, additional images files are created (the filenames are derived from the inital image name by adding a dot and a decimal number). +If the backup extends the specified media size and you have enabled multi\-disk mode, additional images files are created (the filenames are derived from the initial image name by adding a dot and a decimal number). .br (default: none) @@ -89,7 +89,7 @@ \fB\-C\fR Disables creation of the datablock CRC checksum. There is no real reason to use this option, unless you can't efford the extra 0,2% media space that is used to store the checksum. .br -Although the on\-disk layout of checksumed backups is different, they are fully backwards compatible with older version of cdbackup, but obviously older versions can't check the backup integrity. +Although the on\-disk layout of checksummed backups is different, they are fully backwards compatible with older version of cdbackup, but obviously older versions can't check the backup integrity. .TP \fB\-a\fR \fIlabel\fP @@ -113,7 +113,7 @@ .TP \fB\-D\fR -Enables DEBUG output (probably not usefull for normal use). +Enables DEBUG output (probably not useful for normal use). .TP \fB\-V\fR @@ -130,7 +130,7 @@ tar cvf \- /home | cdbackup \-d /dev/scd0 \-r 2,0 \-l 700 \-a "Test Backup" .LP -To create a tar archive of /usr and output it to a series (multi\-disk mode) of 650 MB CD\-R(W) on /dev/sr1 (scsi device 1,4,0) with writting speed 12 and verbose output: +To create a tar archive of /usr and output it to a series (multi\-disk mode) of 650 MB CD\-R(W) on /dev/sr1 (scsi device 1,4,0) with writing speed 12 and verbose output: .IP tar cf \- /usr | cdbackup \-d /dev/sr1 \-r 1,4,0 \-s 12 \-m \-v --- cdbackup-0.7.0.orig/cdrestore.1 +++ cdbackup-0.7.0/cdrestore.1 @@ -45,7 +45,7 @@ .TP \fB\-F\fR -Forces cdrestore to begin the restore in the middle of a multi\-disk set. This may be usefull if you have lost a disk or a disk is badly damaged. +Forces cdrestore to begin the restore in the middle of a multi\-disk set. This may be useful if you have lost a disk or a disk is badly damaged. .br \fINOTE:\fR This will most probably start the restore in the middle of a file. It's up to your backup software to sync to the beginning of the next file. @@ -70,7 +70,7 @@ .TP \fB\-D\fR -Enables DEBUG output (probably not usefull for normal use). +Enables DEBUG output (probably not useful for normal use). .TP \fB\-V\fR --- cdbackup-0.7.0.orig/debian/copyright +++ cdbackup-0.7.0/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by Adam Byrtek on +Wed, 12 Dec 2001 13:08:00 +0100. + +It was downloaded from http://www.muempf.de/down/ + +Upstream Author: Stefan Huelswitt + +Copyright: + +Copyright (c) 2000, 2001 Craig Condit, Stefan Hulswitt. All rights +reserved. This software is released under a BSD-style license - see +the /usr/share/common-licenses/BSD file. --- cdbackup-0.7.0.orig/debian/docs +++ cdbackup-0.7.0/debian/docs @@ -0,0 +1,2 @@ +README +CREDITS --- cdbackup-0.7.0.orig/debian/changelog +++ cdbackup-0.7.0/debian/changelog @@ -0,0 +1,96 @@ +cdbackup (0.7.0-5) unstable; urgency=low + + * Bumped to Standards-Version: 3.8.0. + * Fixed typos in manpages. Thanks A. Costa - closes: #470717 + * Now depends on wodim, instead of cdrecord. + + -- Masayuki Hatta (mhatta) Mon, 14 Jul 2008 15:29:24 +0900 + +cdbackup (0.7.0-4) unstable; urgency=low + + * Fixed typos in manpages, thanks A. Costa - closes: #454675, #454676 + + -- Masayuki Hatta (mhatta) Fri, 07 Dec 2007 09:45:03 +0900 + +cdbackup (0.7.0-3) unstable; urgency=low + + * Bumped to Standards-Version: 3.7.3. + * Fixed various lintian warnings. + + -- Masayuki Hatta (mhatta) Thu, 06 Dec 2007 20:31:25 +0900 + +cdbackup (0.7.0-2) unstable; urgency=low + + * Bumped to Standards-Version: 3.7.2. + * Fixed typos in description - closes: #363194 + + -- Masayuki Hatta (mhatta) Sat, 14 Oct 2006 13:09:59 +0900 + +cdbackup (0.7.0-1) unstable; urgency=low + + * New upstream release - closes: #274731 + * Removed tar from Recommends, since tar is an essential package (and lintian grumbles about it). + + -- Masayuki Hatta (mhatta) Thu, 10 Mar 2005 21:43:10 +0900 + +cdbackup (0.6.3-3) unstable; urgency=low + + * [control] changed Maintainer field. + * Bumped to Standards-Version: 3.6.1. + + -- Masayuki Hatta (mhatta) Sat, 14 Feb 2004 17:02:10 +0900 + +cdbackup (0.6.3-2) unstable; urgency=low + + * New maintainer - closes: #200310 + * Fixed a typo in cdrestore.1 - closes: #180279 + * Bumped to Standard-Version: 3.5.10 + + -- Masayuki Hatta Tue, 8 Jul 2003 13:13:39 +0900 + +cdbackup (0.6.3-1) unstable; urgency=low + + * New upstream release + + -- Adam Byrtek Sun, 6 Oct 2002 20:25:53 +0200 + +cdbackup (0.6.2-3) unstable; urgency=low + + * Priority changed (from optional to extra) Closes: #145126 + + -- Adam Byrtek Tue, 30 Apr 2002 13:01:49 +0200 + +cdbackup (0.6.2-2) unstable; urgency=low + + * Minor fixes... + + -- Adam Byrtek Tue, 9 Apr 2002 14:10:13 +0200 + +cdbackup (0.6.2-1) unstable; urgency=low + + * New upstream release + * Now media >2GB are supported. Commandline options for padsize and + CDROM XA2 mode have been added. Man pages have been added. + * Closes: #138811 + + -- Adam Byrtek Tue, 9 Apr 2002 00:09:01 +0200 + +cdbackup (0.6.1-2) unstable; urgency=low + + * Manpages included (thanks to Stefan Frank) + + -- Adam Byrtek Fri, 1 Mar 2002 15:28:39 +0100 + +cdbackup (0.6.1-1) unstable; urgency=low + + * New upstream release + + -- Adam Byrtek Sun, 24 Feb 2002 16:59:41 +0100 + +cdbackup (0.6.0-1) unstable; urgency=low + + * Initial Release + * Closes #118147 (request for package) + + -- Adam Byrtek Sun, 24 Feb 2002 14:38:21 +0100 + --- cdbackup-0.7.0.orig/debian/compat +++ cdbackup-0.7.0/debian/compat @@ -0,0 +1 @@ +4 --- cdbackup-0.7.0.orig/debian/control +++ cdbackup-0.7.0/debian/control @@ -0,0 +1,17 @@ +Source: cdbackup +Section: admin +Priority: extra +Maintainer: Masayuki Hatta (mhatta) +Build-Depends: debhelper (>> 4.0.0) +Standards-Version: 3.8.0 + +Package: cdbackup +Architecture: any +Depends: ${shlibs:Depends}, wodim +Recommends: cpio | dump +Description: CD-R(W) backup utility + cdbackup and cdrestore are a pair of utilities designed to facilitate + streaming backup to and from CD-R(W) disks. Specifically, they were + designed to work with dump/restore, but tar/cpio/whatever you want should + work, so long as it writes to stdout for backups and reads from stdin for + restores. --- cdbackup-0.7.0.orig/debian/manpages +++ cdbackup-0.7.0/debian/manpages @@ -0,0 +1,2 @@ +cdbackup.1 +cdrestore.1 --- cdbackup-0.7.0.orig/debian/dirs +++ cdbackup-0.7.0/debian/dirs @@ -0,0 +1 @@ +usr/bin --- cdbackup-0.7.0.orig/debian/examples +++ cdbackup-0.7.0/debian/examples @@ -0,0 +1,2 @@ +examples/cdbackup-diskchange +examples/cdrestore-diskchange --- cdbackup-0.7.0.orig/debian/rules +++ cdbackup-0.7.0/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f +# 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 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + [ ! -f Makefile ] || $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/cdbackup + + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installman + dh_installchangelogs CHANGES + 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 configure