Description: Upstream changes introduced in version 913-2
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 picosat (913-2) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format
   * Bumped standards version to 3.8.4 (no changes)
   * Build additional picosat.trace to have a solver with proof/core support
     available (closes: #567754)
 .
 The person named in the Author field signed this changelog entry.
Author: Michael Tautschnig <mt@debian.org>
Bug-Debian: http://bugs.debian.org/567754

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- picosat-913.orig/configure
+++ picosat-913/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-satcompetition=yes
+satcompetition=no
 
 log=no
 debug=no
--- picosat-913.orig/picosat.c
+++ picosat-913/picosat.c
@@ -6282,7 +6282,7 @@ check_trace_support_and_execute (FILE * 
   (void) file;
   (void) fmt;
   (void) f;
-  ABORT ("compiled without trace support");
+  ABORT ("compiled without trace support; please use picosat.trace instead");
 #endif
 }
 
@@ -6682,7 +6682,7 @@ picosat_corelit (int int_lit)
       leave ();
   }
 #else
-  ABORT ("compiled without trace support");
+  ABORT ("compiled without trace support; please use picosat.trace instead");
 #endif
 
   return res;
