Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 ncbi-entrez-direct (6.90.20170705+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/compat: Advance to debhelper 10.
   * debian/control:
     - Advance debhelper build dependency accordingly.
     - Reinstate architecture qualifiers for Go build dependencies on the
       basis of experimental build logs.
     - Standards-Version: 4.0.0 (already compliant).
   * debian/man/{ftp-cp,gbf2xml}.1: Correct syntax for optional filenames.
   * debian/man/xtract.1: Update for new release.
Author: Aaron M. Ucko <ucko@debian.org>

---
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: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<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: 2017-07-06

--- /dev/null
+++ ncbi-entrez-direct-6.90.20170705+ds/.gitignore
@@ -0,0 +1,2 @@
+.pc
+bin
--- ncbi-entrez-direct-6.90.20170705+ds.orig/xtract.pl
+++ ncbi-entrez-direct-6.90.20170705+ds/xtract.pl
@@ -1788,7 +1788,7 @@ sub xtract {
     # report execution time of original Perl implementation for comparison to new Go compiled version
     $timer = true;
 
-  } elsif ( $ARGV[0] ne "-fallback" ) {
+  } elsif ( 0 && $ARGV[0] ne "-fallback" ) {
 
     # ensure that platform-specific Go compiled version was used if available
     print STDERR "\nPLEASE REWRITE YOUR SCRIPT TO CALL XTRACT INSTEAD OF XTRACT.PL.\n";
