Andreas Tille pushed to branch master at Debian Med / metastudent-data
Commits: d72e7e62 by Andreas Tille at 2021-02-11T15:08:16+01:00 Enable BLASTDB version 5 format - - - - - 41ba8508 by Andreas Tille at 2021-02-11T15:30:09+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/permit_blastdb5_data_files.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +metastudent-data (2.0.1-6) unstable; urgency=medium + + * Team upload. + * Enable BLASTDB version 5 format + Closes: #981293 + + -- Andreas Tille <[email protected]> Thu, 11 Feb 2021 15:09:01 +0100 + metastudent-data (2.0.1-5) unstable; urgency=medium * Team upload. ===================================== debian/patches/permit_blastdb5_data_files.patch ===================================== @@ -0,0 +1,16 @@ +Description: Enable BLASTDB version 5 format +Bug-Debian: https://bugs.debian.org/981293 +Author: Andreas Tille <[email protected]> +Last-Update: Thu, 11 Feb 2021 15:06:30 +0100 + +--- a/Makefile.am ++++ b/Makefile.am +@@ -14,7 +14,7 @@ noinst_DATA = $(BLASTDB) + + install-data-local: + mkdir -p "$(DESTDIR)$(pkgdatadir)" && \ +- rsync -rt --include '*.txt' --include '*.dat' --include '*.phr' --include '*.pin' --include '*.psq' --exclude '*.*' "$(srcdir)/$(DATASET)" "$(DESTDIR)$(pkgdatadir)/" && \ ++ rsync -rt --include '*.txt' --include '*.dat' --include '*.p??' --exclude '*.*' "$(srcdir)/$(DATASET)" "$(DESTDIR)$(pkgdatadir)/" && \ + chmod -R a+rX "$(DESTDIR)$(pkgdatadir)" && \ + chmod -R u+rwX "$(DESTDIR)$(pkgdatadir)" + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 01_formatdb_fix_prot_dbtype.patch +permit_blastdb5_data_files.patch View it on GitLab: https://salsa.debian.org/med-team/metastudent-data/-/compare/ab16ac27a75d003df86d5606b46a9dbb683dab16...41ba8508ba2a8f9515961eb07dbbb8e48ed4aa73 -- View it on GitLab: https://salsa.debian.org/med-team/metastudent-data/-/compare/ab16ac27a75d003df86d5606b46a9dbb683dab16...41ba8508ba2a8f9515961eb07dbbb8e48ed4aa73 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
