summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2017-10-05 22:10:24 -0400
committerAaron M. Ucko <ucko@debian.org>2017-10-05 22:10:24 -0400
commitb8b53c4eb80e27e1ce79c9868af6fc14f4b5f196 (patch)
tree7b70dfdc29d0bd1b3af8f389301d2f7f20fe3de9
parent2c3f0ede6219c7c8a98cbe6d0ee9f7e63573afe3 (diff)
Reflect upstream retirement of xtract.pl.
* debian/control: Unconditionalize Go build dependencies. * debian/rules: Remove fallback logic to install the old Perl implementation of xtract, now retired upstream.
-rw-r--r--debian/changelog5
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules3
3 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index e081adf..fe2a98e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
ncbi-entrez-direct (7.20.20170828+ds-1) UNRELEASED; urgency=medium
* New upstream release. (NOT YET RELEASED.)
+ * 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.
- -- Aaron M. Ucko <ucko@debian.org> Thu, 05 Oct 2017 22:06:52 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Thu, 05 Oct 2017 22:10:22 -0400
ncbi-entrez-direct (6.90.20170705+ds-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index ac1115a..cf76ef5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,8 @@ Uploaders: Aaron M. Ucko <ucko@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10~),
- golang-any (>= 2:1.8~2~) [!hppa !hurd-any !kfreebsd-any !m68k !sh4]
- | golang-1.8-go [!hppa !hurd-any !kfreebsd-any !m68k !sh4],
- golang-golang-x-text-dev [!hppa !hurd-any !kfreebsd-any !m68k !sh4]
+ golang-any (>= 2:1.8~2~) | golang-1.8-go,
+ golang-golang-x-text-dev
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ncbi-entrez-direct.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/ncbi-entrez-direct.git
diff --git a/debian/rules b/debian/rules
index e90250b..c6a2ab9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,8 +54,7 @@ override_dh_auto_build: $(WRAPPERS) $(GOLIBS)
install $(AS_IS_SCRIPTS) debian/efetch debian/einfo bin/
# Always use gccgo? The resulting binary would be much smaller, but
# pull in a large shared library with few other reverse dependencies.
- go build -v -gccgoflags '$(CFLAGS) $(LDFLAGS)' -o bin/xtract xtract.go \
- || install xtract.pl bin/xtract
+ go build -v -gccgoflags '$(CFLAGS) $(LDFLAGS)' -o bin/xtract xtract.go
override_dh_auto_clean:
dh_auto_clean