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-2) unstable; urgency=medium
 .
   * debian/rules: Rework Go-related logic to accommodate builds on
     (non-release) architectures on which I've had to conditionalize out
     the relevant build dependencies.
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-07

--- /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";
