[med-svn] [Git][med-team/metabat][master] 2 commits: Add homepage
Andreas Tille
gitlab at salsa.debian.org
Sun May 31 21:05:17 BST 2020
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200531/ab025fe5/attachment.html>
More information about the debian-med-commit
mailing list