summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2020-02-09 17:27:04 -0500
committerAaron M. Ucko <ucko@debian.org>2020-05-07 09:58:34 -0400
commit0a0cebb7ef944120c6baf49d1eba62c18b371c18 (patch)
treefbdb2e9460284d7c859f0c8028fd3499878b2038 /debian
parent3b41ece1963ab71ac3d2a4f793d90e06b3ff0061 (diff)
d/rules: +fetch-extras (as-is); index-extras subsumes index-themes.
List the merged index-extras in BASH_SCRIPTS rather than AS_IS_SCRIPTS because it has the same unflagged bashism as index-themes did.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rwxr-xr-xdebian/rules4
2 files changed, 9 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 43a7209..a26e07c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-ncbi-entrez-direct (12.2.20190909+ds-1) unstable; urgency=medium
+ncbi-entrez-direct (12.2.20191011+ds-1) unstable; urgency=medium
* New upstream release. (NOT RELEASED YET.)
- * debian/control: Suggest curl (for index-themes).
+ * debian/control: Suggest curl (for index-extras).
* debian/man/{archive-pubmed,download-ncbi-data,index-pubmed,nquire,rchive,
xtract}.1: Update for new release.
* debian/man/efetch.1: Correct old paste-o in -chr_stop's description.
@@ -10,12 +10,12 @@ ncbi-entrez-direct (12.2.20190909+ds-1) unstable; urgency=medium
* debian/man/index-extras.1: Rename from index-bioc.1 and update.
* debian/man/nquire.1: Belatedly drop accidental self-referential SEE ALSO.
* debian/man/xtract.1: Belatedly resync -indices' description.
- * debian/rules: Account for new as-is script expand-current, for rename
- of as-is script index-bioc to index-extras, and for bash script with
- wrong interpreter specification index-themes (via a new generic
- mechanism).
+ * debian/rules: Account for new as-is scripts expand-current and
+ fetch-extras and for rename of as-is script index-bioc to index-extras
+ (which moreover needs its intepreter specification corrected to
+ #!/bin/bash via a new generic mechanism).
- -- Aaron M. Ucko <ucko@debian.org> Sun, 09 Feb 2020 17:00:10 -0500
+ -- Aaron M. Ucko <ucko@debian.org> Sun, 09 Feb 2020 17:27:03 -0500
ncbi-entrez-direct (12.0.20190816+ds-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index cdec803..ff3644d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,11 +15,11 @@ STD_WRAPPERS = $(MODES:%=bin/e%)
WRAPPERS = $(STD_WRAPPERS) bin/esummary
AS_IS_SCRIPTS = amino-acid-composition archive-pubmed between-two-genes \
entrez-phrase-search esample exclude-uid-lists expand-current \
- fetch-pubmed filter-stop-words index-extras index-pubmed \
+ fetch-extras fetch-pubmed filter-stop-words index-pubmed \
intersect-uid-lists join-into-groups-of pm-* \
protein-neighbors reorder-columns sort-uniq-count* \
stream-pubmed word-at-a-time xml2tbl xy-plot
-BASH_SCRIPTS = index-themes
+BASH_SCRIPTS = index-extras
BIN_BASH_SCRIPTS = $(BASH_SCRIPTS:%=bin/%)
DL_SCRIPTS = download-ncbi-data download-pubmed download-sequence
BIN_DL_SCRIPTS = $(DL_SCRIPTS:%=bin/%)