This is an automated email from the git hooks/post-receive script. ucko pushed a commit to branch experimental in repository ncbi-entrez-direct.
commit 2f98f9b0ba91fa63a68e6e8e4afa2301ad77acd5 Merge: ffb4b97 be988e4 Author: Aaron M. Ucko <[email protected]> Date: Fri Jun 9 17:43:58 2017 -0400 Merge tag 'upstream/6.80.20170608+ds' into experimental. Upstream version 6.80.20170608(+ds). asp-cp | 22 ++- asp-ls | 26 +++ debian/changelog | 6 + edirect.pl | 2 +- entrez-phrase-search | 4 +- ftp-cp | 31 +++- gbf2xml | 515 +++++++++++++++++++++++++++++++++++++++++++++++++++ xtract.go | 71 ++----- 8 files changed, 611 insertions(+), 66 deletions(-) diff --cc debian/changelog index 14633c7,0000000..6508905 mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,79 -1,0 +1,85 @@@ ++ncbi-entrez-direct (6.80.20170608+ds-1) UNRELEASED; urgency=medium ++ ++ * New upstream release. (NOT RELEASED YET.) ++ ++ -- Aaron M. Ucko <[email protected]> Fri, 09 Jun 2017 17:43:58 -0400 ++ +ncbi-entrez-direct (6.70.20170508+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. + + -- Aaron M. Ucko <[email protected]> Mon, 29 May 2017 21:28:44 -0400 + +ncbi-entrez-direct (6.10.20170123+ds-2) UNRELEASED; urgency=medium + + * debian/e{fetch,info}: Correct help text to cite our man pages too. + (They didn't yet exist when I originally wrote these wrappers.) + * debian/man/xtract.1: Fix an old typo (esapes vs. escapes). + + -- Aaron M. Ucko <[email protected]> Mon, 29 May 2017 15:41:49 -0400 + +ncbi-entrez-direct (6.10.20170123+ds-1) unstable; urgency=medium + + * New upstream release. + * Resolve conflicts by diverting acedb-other's efetch and epub-utils' + einfo to efetch.acedb and einfo.epub respectively (and likewise for + their man pages) and deploying wrapper scripts that try to figure out + which implementation the user intended to run. (Proper usage differs + radically, so ambiguity is unlikely to be an issue in practice.) + * Add man pages for all commands. + + -- Aaron M. Ucko <[email protected]> Tue, 24 Jan 2017 21:56:00 -0500 + +ncbi-entrez-direct (6.00.20170105+ds-1) unstable; urgency=medium + + * New upstream release. + * debian/control: Canonicalize per cme. + * debian/copyright: Likewise; also, correct placement of Files-Excluded. + + -- Aaron M. Ucko <[email protected]> Thu, 05 Jan 2017 22:27:51 -0500 + +ncbi-entrez-direct (5.90.20161221+ds-4) unstable; urgency=medium + + * debian/control: Remove annotations from conflicts here. (Oops.) + + -- Aaron M. Ucko <[email protected]> Sat, 24 Dec 2016 23:48:49 -0500 + +ncbi-entrez-direct (5.90.20161221+ds-3) unstable; urgency=medium + + * debian/control: + - Build-Depends: Correct syntax for multiple exclusions. + - Conflicts: acedb-other (over efetch), epub-utils (over einfo). + + -- Aaron M. Ucko <[email protected]> Sat, 24 Dec 2016 23:25:29 -0500 + +ncbi-entrez-direct (5.90.20161221+ds-2) unstable; urgency=medium + + * .gitignore: Account for files created outside debian/ at build time. + * debian/control: + - Set debian-med as maintainer, and myself as uploader. + - Don't build depend on golang-any on architectures on + which it's currently uninstallable. + * debian/rules: If building xtract.go fails for any reason, fall back on + installing the original Perl implementation. + * debian/source/options: single-debian-patch. + * xtract.pl: Don't insist on -fallback. + + -- Aaron M. Ucko <[email protected]> Sat, 24 Dec 2016 22:43:40 -0500 + +ncbi-entrez-direct (5.90.20161221+ds-1) unstable; urgency=low + + * Initial release. (Closes: #810949.) + + -- Aaron M. Ucko <[email protected]> Fri, 23 Dec 2016 16:35:19 -0500 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-entrez-direct.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
