Imported Debian patch 0.72-2

This commit is contained in:
Daniel Baumann
2009-08-27 10:24:34 +02:00
committed by TANIGUCHI Takaki
parent a39ce4fddf
commit 8ea2ebcd2a
19 changed files with 785 additions and 0 deletions

20
debian/patches/02-encryption.patch vendored Normal file
View File

@@ -0,0 +1,20 @@
Author: n/a
Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption).
diff -Naurp dvdisaster.orig/scsi-layer.c dvdisaster/scsi-layer.c
--- dvdisaster.orig/scsi-layer.c 2008-03-30 09:10:52.000000000 +0000
+++ dvdisaster/scsi-layer.c 2008-05-03 08:31:12.000000000 +0000
@@ -2438,11 +2438,12 @@ DeviceHandle* OpenAndQueryDevice(char *d
return NULL;
}
}
-
+/*
if(dh->mainType == DVD && query_copyright(dh))
{ CloseDevice(dh);
Stop(_("This software does not support encrypted media.\n"));
}
+*/
/* Create the bitmap of simulated defects */