summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2017-10-06 17:52:28 -0400
committerAaron M. Ucko <ucko@debian.org>2017-10-06 17:54:32 -0400
commitd4dd398c8391ae6b3f858d4a8a3b640f0bfa7768 (patch)
treeef0306af8f6c8d442078103be641d7f88f65255f
parentec6eeed6d874855dcbaf1115165ffe116be2ed92 (diff)
Finalize ncbi-entrez-direct 7.40.20170928+ds-1 for unstable.debian/7.40.20170928+ds-1archive/debian/7.40.20170928+ds-1
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/debian-changes28
2 files changed, 14 insertions, 20 deletions
diff --git a/debian/changelog b/debian/changelog
index dfe9e91..a25cfdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-ncbi-entrez-direct (7.40.20170928+ds-1) UNRELEASED; urgency=medium
+ncbi-entrez-direct (7.40.20170928+ds-1) unstable; urgency=medium
- * New upstream release. (NOT YET RELEASED.)
+ * 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.
@@ -9,7 +9,7 @@ ncbi-entrez-direct (7.40.20170928+ds-1) UNRELEASED; urgency=medium
implementation of xtract, now retired upstream.
* Standards-Version: 4.1.1 (already compliant).
- -- Aaron M. Ucko <ucko@debian.org> Fri, 06 Oct 2017 17:51:26 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Fri, 06 Oct 2017 17:52:27 -0400
ncbi-entrez-direct (6.90.20170705+ds-2) unstable; urgency=medium
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";