summaryrefslogtreecommitdiff
path: root/debian/patches/debian-changes
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian-changes')
-rw-r--r--debian/patches/debian-changes28
1 files changed, 11 insertions, 17 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 6e638bd..1cab889 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -5,11 +5,16 @@ Description: <short summary of the patch>
information below has been extracted from the changelog. Adjust it or drop
it.
.
- ncbi-entrez-direct (6.90.20170705+ds-2) unstable; urgency=medium
+ ncbi-entrez-direct (7.40.20170928+ds-1) 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.
+ * New upstream release.
+ * debian/control: Unconditionalize Go build dependencies.
+ * debian/examples: Add several new scripts for experimental local record
+ storage, which may migrate to /usr/bin when they're more mature.
+ * debian/man/{efilter,esearch,xtract}.1: Update for new release.
+ * debian/rules: Remove fallback logic to install the old Perl
+ implementation of xtract, now retired upstream.
+ * Standards-Version: 4.1.1 (already compliant).
Author: Aaron M. Ucko <ucko@debian.org>
---
@@ -23,21 +28,10 @@ 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
+Last-Update: 2017-10-06
--- /dev/null
-+++ ncbi-entrez-direct-6.90.20170705+ds/.gitignore
++++ ncbi-entrez-direct-7.40.20170928+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";