Liubov Chuprikova pushed to branch master at Debian Med / q2-quality-filter
Commits: ec113fee by Liubov Chuprikova at 2019-07-04T12:20:08Z Add dependencies - - - - - 629674fc by Liubov Chuprikova at 2019-07-04T12:21:01Z Modify d/rules - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -3,7 +3,13 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Liubov Chuprikova <[email protected]> -Build-Depends: debhelper (>= 12~) +Build-Depends: debhelper (>= 12~), + dh-python, + python3, + python3-setuptools, + python3-nose, + qiime, + q2-types Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/q2-quality-filter Vcs-Git: https://salsa.debian.org/med-team/q2-quality-filter.git @@ -12,7 +18,12 @@ Homepage: https://qiime2.org/ Package: q2-quality-filter Architecture: all Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + ${python3:Depends}, + python3-pandas, + qiime, + q2templates, + q2-types Description: QIIME2 plugin for PHRED-based filtering and trimming QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency. QIIME 2 enables ===================================== debian/rules ===================================== @@ -3,29 +3,13 @@ # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 -include /usr/share/dpkg/default.mk -# this provides: -# DEB_SOURCE: the source package name -# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision) -# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision -# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch -# DEB_VERSION_UPSTREAM: the package's upstream version -# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog -# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as -# specified by <https://reproducible-builds.org/specs/source-date-epoch/> +# 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_BEFORE_INSTALL=rm -rvf {build_dir}/q2-quality-filter.egg-* \ + {build_dir}/site.py {build_dir}/.coverage* {build_dir}/easy-install.pth -# for hardening you might like to uncomment this: -# export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ + dh $@ --with python3 --buildsystem=pybuild -### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected -#override_dh_auto_test: -#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -# do_stuff_for_testing -#endif - -### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script -#get-orig-source: -# . debian/get-orig-source View it on GitLab: https://salsa.debian.org/med-team/q2-quality-filter/compare/ce2d90c959c6f8c11b709100e48ff2342dde088e...629674fc5c347aad5a60961ede6e19904aea3a5d -- View it on GitLab: https://salsa.debian.org/med-team/q2-quality-filter/compare/ce2d90c959c6f8c11b709100e48ff2342dde088e...629674fc5c347aad5a60961ede6e19904aea3a5d 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
