--- testdisk-6.10.orig/debian/docs +++ testdisk-6.10/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- testdisk-6.10.orig/debian/control +++ testdisk-6.10/debian/control @@ -0,0 +1,65 @@ +Source: testdisk +Section: admin +Priority: optional +Maintainer: Jean-Michel Kelbert +Build-Depends: debhelper (>= 4.0.0), e2fslibs-dev (>= 1.35-3), libncursesw5-dev, libntfs-dev (>= 1.11.2-3), libjpeg62-dev, uuid-dev +Standards-Version: 3.6.2 + +Package: testdisk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Partition scanner and disk recovery tool + TestDisk checks the partition and boot sectors of your disks. + It is very useful in recovering lost partitions. + It works with : + * DOS/Windows FAT12, FAT16 and FAT32 + * NTFS ( Windows NT/2K/XP ) + * Linux Ext2 and Ext3 + * BeFS ( BeOS ) + * BSD disklabel ( FreeBSD/OpenBSD/NetBSD ) + * CramFS (Compressed File System) + * HFS and HFS+, Hierarchical File System + * JFS, IBM's Journaled File System + * Linux Raid + * Linux Swap (versions 1 and 2) + * LVM and LVM2, Linux Logical Volume Manager + * Netware NSS + * ReiserFS 3.5 and 3.6 + * Sun Solaris i386 disklabel + * UFS and UFS2 (Sun/BSD/...) + * XFS, SGI's Journaled File System + . + PhotoRec is file data recovery software designed to recover + lost pictures from digital camera memory or even Hard Disks. + It has been extended to search also for non audio/video headers. + It searchs for + * Sun/NeXT audio data (.au) + * RIFF audio/video (.avi/.wav) + * BMP bitmap (.bmp) + * bzip2 compressed data (.bz2) + * Source code written in C (.c) + * Canon Raw picture (.crw) + * Canon catalog (.ctg) + * FAT subdirectory + * Microsoft Office Document (.doc) + * Nikon dsc (.dsc) + * HTML page (.html) + * JPEG picture (.jpg) + * MOV video (.mov) + * MP3 audio (MPEG ADTS, layer III, v1) (.mp3) + * Moving Picture Experts Group video (.mpg) + * Minolta Raw picture (.mrw) + * Olympus Raw Format picture (.orf) + * Portable Document Format (.pdf) + * Perl script (.pl) + * Portable Network Graphics (.png) + * Raw Fujifilm picture (.raf) + * Contax picture (.raw) + * Rollei picture (.rdc) + * Rich Text Format (.rtf) + * Shell script (.sh) + * Tar archive (.tar ) + * Tag Image File Format (.tiff) + * Microsoft ASF (.wma) + * Sigma/Foveon X3 raw picture (.x3f) + * zip archive (.zip) --- testdisk-6.10.orig/debian/rules +++ testdisk-6.10/debian/rules @@ -0,0 +1,111 @@ +#!/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 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +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 + +config.status: configure + dh_testdir + # Add here commands to configure the package. + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-sudo --with-sudo-bin=/usr/bin/sudo --with-ncurses-includes=/usr/include/ncursesw + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #/usr/bin/docbook-to-man debian/testdisk.sgml > testdisk.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean +#ifneq "$(wildcard /usr/share/misc/config.sub)" "" +# cp -f /usr/share/misc/config.sub config.sub +#endif +#ifneq "$(wildcard /usr/share/misc/config.guess)" "" +# cp -f /usr/share/misc/config.guess config.guess +#endif + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/testdisk. + $(MAKE) install DESTDIR=$(CURDIR)/debian/testdisk + mv $(CURDIR)/debian/testdisk/usr/share/doc/testdisk-6.10 $(CURDIR)/debian/testdisk/usr/share/doc/testdisk + rm -f $(CURDIR)/debian/testdisk/usr/share/doc/testdisk/ChangeLog + rm -f $(CURDIR)/debian/testdisk/usr/share/doc/testdisk/COPYING + rm -f $(CURDIR)/debian/testdisk/usr/share/doc/testdisk/INSTALL + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- testdisk-6.10.orig/debian/README.Debian +++ testdisk-6.10/debian/README.Debian @@ -0,0 +1,6 @@ +For beeing included into Sarge, testdisk was build without support for Reiserfs. +As a matter of fact progreiserfs was removed from Sarge because of its RC bug. +Testdisk use libreiserfs which is part of this source package, therefore +it needs to be recompiled without libreiserfs. + + -- Jean-Michel Kelbert , Wed Sep 23 21:45:58 2004 --- testdisk-6.10.orig/debian/changelog +++ testdisk-6.10/debian/changelog @@ -0,0 +1,156 @@ +testdisk (6.10-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Sun, 17 Aug 2008 13:31:48 +0200 + +testdisk (6.9-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Pass --with-ncurses-includes to fix FTBFS (Closes: #475708) + patch from Laurent Bigonville + + -- Colin Tuckley Fri, 23 May 2008 08:45:09 +0100 + +testdisk (6.9-1) unstable; urgency=low + + * New upstream release + * Enable sudo support + * Enable UUID support + + -- Jean-Michel Kelbert Sat, 12 Apr 2008 13:47:12 +0200 + +testdisk (6.8-1) unstable; urgency=low + + * New upstream release + (closes: #439610, #456884, #395419) + * Remove README.Debian + (closes: #421746) + * Add reiserfs support + (closes: #281553) + + -- Jean-Michel Kelbert Mon, 26 Dec 2007 00:22:29 +0100 + +testdisk (6.6-1) unstable; urgency=low + + * New upstream release + (closes: #395256) + + -- Jean-Michel Kelbert Sat, 5 May 2007 11:44:27 +0200 + +testdisk (6.5-1) unstable; urgency=low + + * New upstream release + * Display description verbatim. + (closes: #334557) + + -- Jean-Michel Kelbert Wed, 25 Oct 2006 20:04:05 +0200 + +testdisk (6.4.1-1) unstable; urgency=low + + * New upstream release + (closes: #351593) + + -- Jean-Michel Kelbert Fri, 23 Jun 2006 22:01:45 +0200 + +testdisk (6.3-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Tue, 21 Mar 2006 22:19:51 +0100 + +testdisk (6.1-1) unstable; urgency=low + + * New upstream release. + + -- Jean-Michel Kelbert Sun, 16 Oct 2005 18:01:29 +0200 + +testdisk (5.8-3) unstable; urgency=low + + * Put the copy of /usr/share/misc/{config.guess, config.sub} in debian/rules + into comments. + * Depend on libntfs-dev (>= 1.11.2-3). + (closes: #323762, #322577) + * Update description. + * Update to Standards-Version 3.6.2 + + -- Jean-Michel Kelbert Sun, 11 Sep 2005 19:45:27 +0200 + +testdisk (5.8-2) unstable; urgency=low + + * Add libjpeg62-dev to Build-Depends. + + -- Jean-Michel Kelbert Wed, 10 Aug 2005 16:36:26 +0200 + +testdisk (5.8-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Sat, 18 Jun 2005 09:35:26 +0200 + +testdisk (5.5-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Sun, 14 Nov 2004 01:47:09 +0100 + +testdisk (5.2-7) unstable; urgency=high + + * Remove libreiserfs0.3-dev from Build-Depends. + (closes: #272780) + * Add a README.Debian to explain why reiserfs isn't supported anymore. + + -- Jean-Michel Kelbert Thu, 23 Sep 2004 21:15:29 +0200 + +testdisk (5.2-6) unstable; urgency=low + + * Apply a new patch provided by upstream to compile on Alpha. + + -- Jean-Michel Kelbert Tue, 30 Mar 2004 23:10:35 +0200 + +testdisk (5.2-5) unstable; urgency=low + + * Apply a patch provided by upstream to compile on Alpha. + + -- Jean-Michel Kelbert Mon, 29 Mar 2004 22:53:25 +0200 + +testdisk (5.2-4) unstable; urgency=low + + * Lauch autoheader and autoconf to take modifications provided by upstream + into account. + + -- Jean-Michel Kelbert Thu, 25 Mar 2004 23:30:02 +0100 + +testdisk (5.2-3) unstable; urgency=low + + * Apply modifications provided by upstream. + + -- Jean-Michel Kelbert Sat, 20 Mar 2004 11:44:48 +0100 + +testdisk (5.2-2) unstable; urgency=low + + * Add requirements version for some packages in Build-Depends. + + -- Jean-Michel Kelbert Wed, 17 Mar 2004 17:26:18 +0100 + +testdisk (5.2-1) unstable; urgency=low + + * New upstream release + (Closes: #213156) + * I'm the new maintainer. Thanks to Fabian Franz to package testdisk before + me. + + -- Jean-Michel Kelbert Mon, 15 Mar 2004 22:01:04 +0100 + +testdisk (4.2-1) unstable; urgency=low + + * Initial upload. Closes: #201600 + + -- Fabian Franz Thu, 17 Jul 2003 18:13:24 +0200 + +testdisk (4.0-1) unstable; urgency=low + + * Initial Release. + + -- Fabian Franz Sat, 6 Apr 2002 00:03:55 +0200 + --- testdisk-6.10.orig/debian/compat +++ testdisk-6.10/debian/compat @@ -0,0 +1 @@ +4 --- testdisk-6.10.orig/debian/copyright +++ testdisk-6.10/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Jean-Michel Kelbert on +Sat, 28 Feb 2004 15:08:34 +0100. + +It was downloaded from http://www.cgsecurity.org + +Upstream Author: Christophe Grenier + +Copyright: + + 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; version 2 dated June, 1991. + + 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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'.