70_increase_max_entries.dpatch by Frederic Peters <fpeters@debian.org>

Increase max entries from 1024 to 8192 (closes: #425515, #427476)
Index: libgphoto2-2.4.13/libgphoto2/gphoto2-list.c
===================================================================
--- libgphoto2-2.4.13.orig/libgphoto2/gphoto2-list.c	2007-07-27 01:52:55.000000000 -0400
+++ libgphoto2-2.4.13/libgphoto2/gphoto2-list.c	2012-07-12 12:16:44.000000000 -0400
@@ -72,7 +72,7 @@
 
 #ifdef CAMERALIST_STRUCT_COMPATIBILITY
 
-#define MAX_ENTRIES 1024
+#define MAX_ENTRIES 8192
 #define MAX_LIST_STRING_LENGTH 128
 struct _CameraList {
 	int  count;
