summaryrefslogtreecommitdiff
path: root/debian/patches/debian-changes
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2017-06-09 18:01:55 -0400
committerAaron M. Ucko <ucko@debian.org>2017-06-09 18:03:35 -0400
commit69de2cc520e67cea5edebc83752f65002f6e73c6 (patch)
tree1f80442fdb94a36b7c30a3224a05ac7757ef572d /debian/patches/debian-changes
parent36da36e3216eb1c344a4c3ba3d6bea22d55ef395 (diff)
Finalize ncbi-entrez-direct 6.80.20170608+ds-1 for experimental.debian/6.80.20170608+ds-1archive/debian/6.80.20170608+ds-1
Stretch is still frozen.
Diffstat (limited to 'debian/patches/debian-changes')
-rw-r--r--debian/patches/debian-changes25
1 files changed, 8 insertions, 17 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 8cf7c15..eb118f1 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -5,21 +5,12 @@ Description: <short summary of the patch>
information below has been extracted from the changelog. Adjust it or drop
it.
.
- ncbi-entrez-direct (6.70.20170508+ds-1) experimental; urgency=medium
+ ncbi-entrez-direct (6.80.20170608+ds-1) experimental; urgency=medium
.
* New upstream release.
- * debian/man/xtract.1: Update accordingly.
- * debian/control:
- - Tighten Go dependencies to require Go 1.8 for sort.Slice.
- - Add a dependency on golang-golang-x-text-dev, also newly necessary.
- - Remove architecture qualifiers for now. (This *is* for experimental.)
- * debian/rules:
- - Build with /usr/lib/go-1.8/bin/go if necessary (notably, for backports).
- - Establish a local GOPATH with a symlink to .../golang.org/x/text.
- - Run go build -v now that there are third-party libraries to incorporate.
- * debian/.gitignore: Ignore debian/gopath.
- * debian/examples: Install the new asp-cp script as an example, since it
- requires non-free Aspera tools.
+ * debian/man/ftp-cp.1: Update accordingly.
+ * Install the new asp-ls script as an example (alongside asp-cp) and
+ the new gbf2xml script as an executable; give gbf2xml a man page.
Author: Aaron M. Ucko <ucko@debian.org>
---
@@ -33,15 +24,15 @@ 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-05-30
+Last-Update: 2017-06-09
--- /dev/null
-+++ ncbi-entrez-direct-6.70.20170508+ds/.gitignore
++++ ncbi-entrez-direct-6.80.20170608+ds/.gitignore
@@ -0,0 +1,2 @@
+.pc
+bin
---- ncbi-entrez-direct-6.70.20170508+ds.orig/xtract.pl
-+++ ncbi-entrez-direct-6.70.20170508+ds/xtract.pl
+--- ncbi-entrez-direct-6.80.20170608+ds.orig/xtract.pl
++++ ncbi-entrez-direct-6.80.20170608+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;