--- recoverdm-0.20.orig/debian/source.lintian-overrides +++ recoverdm-0.20/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# Avoid warnings if non-uploaders to uploads. +recoverdm source: changelog-should-mention-nmu +recoverdm source: source-nmu-has-incorrect-version-number --- recoverdm-0.20.orig/debian/recoverdm.install +++ recoverdm-0.20/debian/recoverdm.install @@ -0,0 +1,2 @@ +recoverdm /usr/bin +mergebad /usr/bin --- recoverdm-0.20.orig/debian/copyright +++ recoverdm-0.20/debian/copyright @@ -0,0 +1,41 @@ +Author: Folkert van Heusden +Download: http://www.vanheusden.com/recoverdm/ + +Files: * +Copyright: (C) 2003-2004 Folkert van Heusden +License: GPL-2+ + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Files: debian/* +Copyright: + (C) 2008 Christophe Monniez + (C) 2008-2009 Daniel Baumann +License: GPL-2+ + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL-2. --- recoverdm-0.20.orig/debian/compat +++ recoverdm-0.20/debian/compat @@ -0,0 +1 @@ +7 --- recoverdm-0.20.orig/debian/control +++ recoverdm-0.20/debian/control @@ -0,0 +1,23 @@ +Source: recoverdm +Section: utils +Priority: optional +Maintainer: Debian Forensics +Uploaders: Christophe Monniez +Build-Depends: debhelper (>= 7), quilt +Standards-Version: 3.8.2 +Homepage: http://www.vanheusden.com/recoverdm/ +Vcs-Browser: http://git.debian.net/?p=debian-forensics/recoverdm.git +Vcs-Git: git://git.debian.net/git/debian-forensics/recoverdm.git + +Package: recoverdm +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: recover files/disks with damaged sectors + This program will help you recover disks with bad sectors. You can recover + files as well complete devices. In case if finds sectors which simply cannot be + recoverd, it writes an empty sector to the outputfile and continues. + . + If you're recovering a CD or a DVD and the program cannot read the sector in + "normal mode", then the program will try to read the sector in "RAW mode" + (without error-checking etc.). This toolkit also has a utility called + 'mergebad' which merges multiple images into one. --- recoverdm-0.20.orig/debian/changelog +++ recoverdm-0.20/debian/changelog @@ -0,0 +1,66 @@ +recoverdm (0.20-2build1) precise; urgency=low + + * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. + + -- Adam Conrad Fri, 02 Dec 2011 21:18:17 -0700 + +recoverdm (0.20-2) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding lintian overrides. + * Using correct rfc-2822 date formats in changelog. + + -- Daniel Baumann Thu, 09 Jul 2009 12:21:32 +0200 + +recoverdm (0.20-1) unstable; urgency=low + + * Prefixing debhelper files with package name. + * Merging upstream version 0.20. + * Using quilt rather than dpatch. + * Updating to standards 3.8.1. + * Updating year in copyright file. + * Re-adding manpage from recoverdm 0.19 which was removed by upstream in + version 0.20 (for unknown reason; probably mistake). + + -- Daniel Baumann Thu, 28 May 2009 21:56:15 +0200 + +recoverdm (0.19-2) unstable; urgency=low + + * Adding patch from A. Costa to fix spelling errors in + manpage (Closes: #504541). + + -- Daniel Baumann Thu, 06 Nov 2008 16:16:00 +0100 + +recoverdm (0.19-1) unstable; urgency=low + + [ Christophe Monniez ] + * Initial release (Closes: #469062). + * Bumping package to debhelper 6 + * Moved from admin section to utils + * Changed architecture from i386 to any + * Changed copyright to machine readable format + * Changed package priority from extra to optional + * Added a homepage field in the control file + * Added maintainer and uploader field in control + * Bumped standards-version in control to 3.7.3 + * Added an install rule in the original Makefile + * Added a man page for recoverdm + * Various debian/rules cleanup and reordering + * Added a man page for mergebad + + [ Daniel Baumann ] + * Removing useless whitespaces. + * Some minor cleanups. + * Rewrapping long description in control. + * Removing useless docs, don't add worthwile new information. + * Reverting unneeded upstream modification, using install target of rules. + * Cleaning up target depends in rules. + * Correcting copyright file. + * Correcting typo in copyright. + * Replacing install target in rules with debhelper install file. + * Updating to standards 3.8.0. + * Upgrading package to debhelper 7. + * Updating vcs fields. + * Simplyfing manpages debhelper file. + + -- Daniel Baumann Fri, 19 Sep 2008 08:04:00 +0200 --- recoverdm-0.20.orig/debian/recoverdm.manpages +++ recoverdm-0.20/debian/recoverdm.manpages @@ -0,0 +1 @@ +*.1 --- recoverdm-0.20.orig/debian/rules +++ recoverdm-0.20/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + $(MAKE) clean + + dh_clean + +build: build-stamp +build-stamp: patch + dh_testdir + + $(MAKE) + + touch build-stamp + +install: + +binary: binary-arch + +binary-arch: build + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_install + dh_installman + dh_lintian + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +.PHONY: clean build install binary binary-arch binary-indep --- recoverdm-0.20.orig/debian/patches/02-manpage-typo.patch +++ recoverdm-0.20/debian/patches/02-manpage-typo.patch @@ -0,0 +1,29 @@ +Author: A. Costa +Description: Fix manpage spelling errors (Closes: #504541). + +diff -Naurp recoverdm.orig/recoverdm.1 recoverdm/recoverdm.1 +--- recoverdm.orig/recoverdm.1 2008-10-19 15:07:11.000000000 +0000 ++++ recoverdm/recoverdm.1 2008-11-06 15:11:03.000000000 +0000 +@@ -10,11 +10,11 @@ recoverdm \- recover files\/disks with d + .LP + .I recoverdm + This program will help you recover disks with bad sectors. You can recover files as well complete devices. +-In case if finds sectors which simply cannot be recoverd, it writes an empty sector to the outputfile and continues. ++In case if finds sectors which simply cannot be recoverd, it writes an empty sector to the output file and continues. + If you're recovering a CD or a DVD and the program cannot read the sector in "normal mode", + then the program will try to read the sector in "RAW mode" (without error-checking etc.). + This toolkit also has a utility called 'mergebad': mergebad merges multiple images into one. +-This can be usefull when you have, for example, multiple CD's with the same data which are all damaged. ++This can be useful when you have, for example, multiple CD's with the same data which are all damaged. + In such case, you can then first use recoverdm to retrieve the data from the damaged CD's into image-files and then combine them into one image with mergebad. + .SH OPTIONS + .TP +@@ -28,7 +28,7 @@ is the device or file you want to recove + is the file where to write to. This file should not already exists. + .TP + .I "\-l list" +-This file will contain the offsets of the bad blocks as well as the size of the badblocks. ++This file will contain the offsets of the bad blocks as well as the size of the bad blocks. + This file can be used together with the image with the mergebad utility. + .TP + .I "\-n retries" --- recoverdm-0.20.orig/debian/patches/01-manpage-removal.patch +++ recoverdm-0.20/debian/patches/01-manpage-removal.patch @@ -0,0 +1,61 @@ +Author: Daniel Baumann +Description: + Re-adding manpage from recoverdm 0.19 which was removed by upstream in version + 0.20 (for unknown reason; probably mistake). + +diff -Naurp recoverdm.orig/recoverdm.1 recoverdm/recoverdm.1 +--- recoverdm.orig/recoverdm.1 2009-05-28 19:58:40.000000000 +0000 ++++ recoverdm/recoverdm.1 2009-05-28 20:03:39.000000000 +0000 +@@ -0,0 +1,52 @@ ++.TH RECOVERDM 1 "Version 0.19 " "recoverdm" ++ ++.SH NAME ++recoverdm \- recover files\/disks with damaged sectors ++ ++.SH SYNOPSIS ++.I recoverdm ++\-t type \-i file\/devicein \-o fileout [\-l list] [\-n retries] [\-s speed] ++.SH DESCRIPTION ++.LP ++.I recoverdm ++This program will help you recover disks with bad sectors. You can recover files as well complete devices. ++In case if finds sectors which simply cannot be recoverd, it writes an empty sector to the outputfile and continues. ++If you're recovering a CD or a DVD and the program cannot read the sector in "normal mode", ++then the program will try to read the sector in "RAW mode" (without error-checking etc.). ++This toolkit also has a utility called 'mergebad': mergebad merges multiple images into one. ++This can be usefull when you have, for example, multiple CD's with the same data which are all damaged. ++In such case, you can then first use recoverdm to retrieve the data from the damaged CD's into image-files and then combine them into one image with mergebad. ++.SH OPTIONS ++.TP ++.I "\-t type" ++is 1 for files, 10 for floppy disks and 40 for IDE disks (try -h for a complete list) ++.TP ++.I "\-i file\/devicein" ++is the device or file you want to recover. ++.TP ++.I "\-o fileout" ++is the file where to write to. This file should not already exists. ++.TP ++.I "\-l list" ++This file will contain the offsets of the bad blocks as well as the size of the badblocks. ++This file can be used together with the image with the mergebad utility. ++.TP ++.I "\-n retries" ++Number of retries before going on with next sector, defaults to 6. ++.TP ++.I "\-r RAW read" ++Number of retries while reading in RAW mode before going on with next sector, default to 6. ++.TP ++.I "\-s rotation speed" ++Speed of the CD\-ROM\/DVD, defaults to 1. ++.TP ++.I "\-h" ++Gives the help message. ++ ++.SH SEE ALSO ++gddrescue(1), dd_rescue(1), testdisk(1), gpart(1) ++ ++.SH AUTHOR ++Folkert van Heusden , ++.br ++Home page is --- recoverdm-0.20.orig/debian/patches/series +++ recoverdm-0.20/debian/patches/series @@ -0,0 +1,2 @@ +01-manpage-removal.patch +02-manpage-typo.patch