--- gddrescue-1.17.orig/debian/README.Debian +++ gddrescue-1.17/debian/README.Debian @@ -0,0 +1,11 @@ +GNU ddrescue for Debian +----------------------- + +Please be aware that data rescuing using GNU ddrescue can +flod your logs if there are any read errors on the medium +you are reading from (see #427268 as example). + +Consider disabling logging if you aren't interested in the +logs or don't have the according resources for it. + + -- Michael Prokop , Thu Aug 13 16:04:01 CEST 2009 --- gddrescue-1.17.orig/debian/changelog +++ gddrescue-1.17/debian/changelog @@ -0,0 +1,104 @@ +gddrescue (1.17-1) unstable; urgency=low + + * [0de2569] Merging upstream version 1.17 (Closes: #728674) + * [a1b39ac] Bump Standards-Version to 3.9.4 + + -- Michael Prokop Mon, 04 Nov 2013 09:37:06 +0100 + +gddrescue (1.16-1) unstable; urgency=low + + * [4d25099] Bump Standards-Version to 3.9.3. + * [4106a76] Build and include ddrescuelog in Debian package. + Thanks to Jim Paris for the patch (Closes: #667954) + * [dc027a6] Merging upstream version 1.16 + * [6f5e9aa] Add build-arch + build-indep targets + * [81f2625] Update copyright file for new upstream release and switch + to dep5 format + * [b39cedc] Adopt package description for removed ddrescue package + (see #677101) + * [18550e2] Convert to minimal debhelper-7 style + Build-Depend on + debhelper >= 7.0.50~ + + -- Michael Prokop Mon, 11 Jun 2012 22:09:29 +0200 + +gddrescue (1.15-1) unstable; urgency=low + + * [394d986] Imported Upstream version 1.15 + * [e17d1b1] Bump Standards-Version to 3.9.2 + * [356c0c7] Drop Vcs-Browser because gitweb is disabled + + -- Michael Prokop Tue, 03 Jan 2012 20:18:19 +0100 + +gddrescue (1.14-1) unstable; urgency=low + + * [5303f28] Imported Upstream version 1.14. + * [3277780] Bump Standards-Version to 3.9.1. + * [cc4bb5e] Update debian/copyright (fix copyright-with-old-dh-make- + debian-copyright). + * [28dd45d] Add debian/source/format. + + -- Michael Prokop Wed, 16 Feb 2011 14:36:54 +0100 + +gddrescue (1.11-1) unstable; urgency=low + + * New maintainer. (Closes: #541329) + * New upstream release (Closes: #460946) + * Improve long description to make difference between + gddrescue and ddrescue more obvious. + * Some package cleanups and updates to make lintian happy: + - Add watch file. + - Drop dh templates from debian/rules. + - Drop config.guess stuff from debian/rules. + - Drop debian/info (info already present in rules file). + - Bump Standard-Version to 3.8.2 (no further changes). + - Bump Compat-Version to 5. + - Update copyright file. + - Add Homepage and VCS headers. + - Build-Depends on debhelper >= 5. + - Move debian/dirs to debian/rules. + - Do not strip binary via install. (Closes: #436947) + - Do not ignore 'make clean' errors, instead check for precense + of Makefile. + - Drop /usr/share/info/dir.gz + /usr/share/info/dir.old.gz + - Provide README.Debian and document log flodding issue. + (Closes: #427268) + - Drop debian/semantic.cache. + + -- Michael Prokop Thu, 13 Aug 2009 16:06:23 +0200 + +gddrescue (1.2-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * Really Fix FTBFS on mips and others (missed part of patch in ddrescue.cc) + + -- Colin Tuckley Thu, 22 May 2008 15:02:53 +0100 + +gddrescue (1.2-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS on mips and others (Closes: #474426) + patch from Thiemo Seufer. + + -- Colin Tuckley Tue, 20 May 2008 09:24:10 +0100 + +gddrescue (1.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455315) + + -- Marc 'HE' Brockschmidt Sun, 16 Mar 2008 18:10:48 +0100 + +gddrescue (1.2-1) unstable; urgency=low + + * New Upstream Release. + * Fixed bad description Closes: #337684 + + -- Ayman Negm Wed, 26 Apr 2006 12:59:22 +0200 + +gddrescue (1.1-1) unstable; urgency=low + + * Initial release Closes: #316238 + * Wishlist in the exist ddrescue Closes: #316467 + + -- Ayman Negm Sat, 29 Oct 2005 10:44:03 +0200 + --- gddrescue-1.17.orig/debian/compat +++ gddrescue-1.17/debian/compat @@ -0,0 +1 @@ +5 --- gddrescue-1.17.orig/debian/control +++ gddrescue-1.17/debian/control @@ -0,0 +1,51 @@ +Source: gddrescue +Section: utils +Priority: optional +Maintainer: Michael Prokop +Build-Depends: debhelper (>= 7.0.50~), autotools-dev +Standards-Version: 3.9.4 +Homepage: http://www.gnu.org/software/ddrescue/ddrescue.html +Vcs-git: git://git.grml.org/gddrescue.git + +Package: gddrescue +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GNU data recovery tool + The gddrescue tool copies data from one file or block device + (hard disc, cdrom, etc) to another, trying hard to rescue data + in case of read errors. + . + gddrescue does not truncate the output file if not asked to. + So, every time you run it on the same output file, it tries to + fill in the gaps. + . + The basic operation of gddrescue is fully automatic. That is, + you don't have to wait for an error, stop the program, read the + log, run it in reverse mode, etc. If you use the logfile + feature of gddrescue, the data is rescued very efficiently (only + the needed blocks are read). Also you can interrupt the rescue + at any time and resume it later at the same point. + . + Automatic merging of backups: If you have two or more damaged + copies of a file, cdrom, etc, and run gddrescue on all of them, + one at a time, with the same output file, you will probably + obtain a complete and error-free file. This is so because the + probability of having damaged areas at the same places on + different input files is very low. Using the logfile, only the + needed blocks are read from the second and successive copies. + . + The logfile is periodically saved to disc. So in case of a crash + you can resume the rescue with little recopying. Also, the same + logfile can be used for multiple commands that copy different + areas of the file, and for multiple recovery attempts over + different subsets. + . + gddrescue aligns its I/O buffer to the sector size so that it + can be used to read from raw devices. For efficiency reasons, + also aligns it to the memory page size if page size is a + multiple of sector size. + . + Please note that this is the GNU ddrescue version providing the + ddrescue executable. The package is named gddrescue because the + ddrescue version of Kurt Garloff used to have the ddrescue + package name already. --- gddrescue-1.17.orig/debian/copyright +++ gddrescue-1.17/debian/copyright @@ -0,0 +1,17 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ddrescue +Upstream-Contact: Antonio Diaz Diaz +Source: http://ftp.gnu.org/gnu/ddrescue/ + +Files: * +Copyright: 2004-2012 Antonio Diaz Diaz +License: GPL-3+ + The full text of the GPL version 3 is distributed in + /usr/share/common-licenses/GPL-3 on Debian systems. + +Files: debian/* +Copyright: 2009-2012 Michael Prokop + 2005-2006 by Ayman Negm +License: GPL-3+ + The full text of the GPL version 3 is distributed in + /usr/share/common-licenses/GPL-3 on Debian systems. --- gddrescue-1.17.orig/debian/docs +++ gddrescue-1.17/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- gddrescue-1.17.orig/debian/rules +++ gddrescue-1.17/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_installinfo: + rm -f $(CURDIR)/debian/gddrescue/usr/share/info/dir + +override_dh_installchangelogs: + dh_installchangelogs ChangeLog --- gddrescue-1.17.orig/debian/source/format +++ gddrescue-1.17/debian/source/format @@ -0,0 +1 @@ +1.0 --- gddrescue-1.17.orig/debian/watch +++ gddrescue-1.17/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://mirror.lihnidos.org/GNU/savannah/ddrescue/ddrescue-(.*)\.tar\.lz