From b8b53c4eb80e27e1ce79c9868af6fc14f4b5f196 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Thu, 5 Oct 2017 22:10:24 -0400 Subject: 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. --- debian/changelog | 5 ++++- debian/control | 5 ++--- debian/rules | 3 +-- 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 Thu, 05 Oct 2017 22:06:52 -0400 + -- Aaron M. Ucko 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 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 -- cgit v1.2.3