I'm sending my patch for adding a -dbg binary package, just in case.

Greetings,
Miry
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ 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 :
+ 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
@@ -28,11 +28,11 @@ Description: Partition scanner and disk 
   * 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
+ .
+ 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)
@@ -63,3 +63,20 @@ Description: Partition scanner and disk 
   * Microsoft ASF (.wma)
   * Sigma/Foveon X3 raw picture (.x3f)
   * zip archive (.zip)
+
+Package: testdisk-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: testdisk (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Suggests: libc6-dbg, e2fslibs-dbg, libcomerr2-dbg, libjpeg62-dbg,
+ libncursesw5-dbg, libssl0.9.8-dbg, zlib1g-dbg
+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.
+ .
+ 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.
+ .
+ This package includes the debugging symbols.
--- a/debian/rules
+++ b/debian/rules
@@ -95,7 +95,7 @@ binary-arch: build install
 #	dh_installinfo
 	dh_installman
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=testdisk-dbg
 	dh_compress
 	dh_fixperms
 #	dh_perl

Reply via email to