Andreas Tille pushed to branch master at Debian Med / metabat
Commits: dadf06b3 by Andreas Tille at 2020-05-31T21:56:48+02:00 Add homepage - - - - - 0f9d3f1d by Andreas Tille at 2020-05-31T22:04:56+02:00 Fix test - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -18,7 +18,7 @@ Build-Depends: debhelper-compat (= 13), Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/metabat Vcs-Git: https://salsa.debian.org/med-team/metabat.git -Homepage: <homepage> +Homepage: https://bitbucket.org/berkeleylab/metabat/wiki/Home Package: metabat Architecture: any ===================================== debian/rules ===================================== @@ -20,8 +20,8 @@ include /usr/share/dpkg/default.mk %: dh $@ -### 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 +override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + cp -a test/contigs_depth.txt obj-$(DEB_BUILD_GNU_TYPE) + dh_auto_test +endif View it on GitLab: https://salsa.debian.org/med-team/metabat/-/compare/17b7c562fcfbaa05a19ff9c77bebfb881473ad8b...0f9d3f1dd47fde4a80bf0c512aa2355666c847be -- View it on GitLab: https://salsa.debian.org/med-team/metabat/-/compare/17b7c562fcfbaa05a19ff9c77bebfb881473ad8b...0f9d3f1dd47fde4a80bf0c512aa2355666c847be 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
