Source: ext3grep Version: 0.10.1-3.1 Severity: wishlist Tags: patch User: [email protected] Usertags: sh4 X-Debbugs-CC: [email protected]
Hi, I am now trying to run Debian on Renesas SH(sh4) CPU. http://buildd.debian-ports.org/status/architecture.php?suite=unstable&a=sh4 Currently, there is not sh4 in arch list. I made patch to support SH. Could you apply this patch? Best regards, Nobuhiro
diff --git a/debian/changelog b/debian/changelog index b9021e5..538e76c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ext3grep (0.10.1-3.2) unstable; urgency=low + + * Non-maintainer upload. + * Add sh4 to arch list. + + -- Nobuhiro Iwamatsu <[email protected]> Wed, 09 Mar 2011 09:13:36 +0900 + ext3grep (0.10.1-3.1) unstable; urgency=low * NMU, added armhf to arch list. (Closes: #604656) diff --git a/debian/control b/debian/control index 0b4a4e3..a3e6c70 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.net/?p=debian-forensics/ext3grep.git Vcs-Git: git://git.debian.net/git/debian-forensics/ext3grep.git Package: ext3grep -Architecture: alpha amd64 arm armel armhf i386 ia64 mipsel +Architecture: alpha amd64 arm armel armhf i386 ia64 mipsel sh4 Depends: ${shlibs:Depends}, ${misc:Depends} Description: Tool to help recover deleted files on ext3 filesystems ext3grep is a simple tool intended to aid anyone who accidentally deletes a

