Commit 458dbb99 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Delete qiime-data package description from d/control

parent e07499f5
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -101,11 +101,3 @@ Description: Quantitative Insights Into Microbial Ecology
 a cluster environment. QIIME is built in Python using the open-source
 PyCogent toolkit. It makes extensive use of unit tests, and is highly
 modular to facilitate custom analyses.

Package: qiime-data
Architecture: all
Depends: ${misc:Depends}
Description: Quantitative Insights Into Microbial Ecology (supporting data)
 This package contains the GreenGenes core data set needed by QIIME for PyNAST
 alignment and filtering, but you will still need to download the appropriate
 database for taxonomic assignment.
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# For testing, we need .egg-info so the entry points are available.
export PYBUILD_BEFORE_TEST=python{version} setup.py develop --install-dir {build_dir}
# Delete .egg-info and other files that were generated along with .egg-info
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/qiime2.egg-* {build_dir}/site.py
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/qiime2.egg-* {build_dir}/site.py {build_dir}/easy-install.pth

%:
	dh $@ --with python3 --buildsystem=pybuild