Andreas Tille pushed to branch master at Debian Med / python-cogent
Commits: 1bf11c62 by Andreas Tille at 2018-05-20T21:12:58+02:00 honor "nocheck" in DEB_BUILD_OPTIONS - - - - - 5c3d8b6d by Andreas Tille at 2018-05-20T21:13:19+02:00 debhelper 11 - - - - - 87a62466 by Andreas Tille at 2018-05-20T21:13:29+02:00 Point Vcs fields to salsa.debian.org - - - - - 6e4a81fc by Andreas Tille at 2018-05-20T21:13:29+02:00 Standards-Version: 4.1.4 - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,11 @@ python-cogent (1.9-12) UNRELEASED; urgency=medium * Add registry data * Testsuite: autopkgtest-pkg-python + * honor "nocheck" in DEB_BUILD_OPTIONS + Closes: #898334 + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.1.4 -- Andreas Tille <[email protected]> Wed, 28 Mar 2018 19:03:41 +0200 ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Steffen Moeller <[email protected]>, Section: python Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), dh-python, python-all-dev, python-matplotlib, @@ -30,9 +30,9 @@ Build-Depends: debhelper (>= 10), raxml [any-amd64 any-i386], rdp-classifier, rtax -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-cogent.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/python-cogent.git +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/med-team/python-cogent +Vcs-Git: https://salsa.debian.org/med-team/python-cogent.git Homepage: http://pycogent.org/ Package: python-cogent ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -77,6 +77,7 @@ override_dh_installdocs: rm -rf debian/$(PKG)/usr/share/doc/$(PKG)/html/_sources override_dh_auto_test: +ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS))) cp -a tests/alltests.py tests/alltests.py~ # exclude tests known to fail for tst in $(FAILED_TESTS) ; do sed -i "/$${tst}/d" tests/alltests.py ; done @@ -108,6 +109,7 @@ endif # restore original tests file mv tests/alltests.py~ tests/alltests.py find tests -name "*.pyc" -delete +endif get-orig-source: mkdir -p ../tarballs View it on GitLab: https://salsa.debian.org/med-team/python-cogent/compare/6a62d3cc694ccebc42e6ce77692aaa3ebd4192a0...6e4a81fc687aa501a70615c5796136ee35619f96 --- View it on GitLab: https://salsa.debian.org/med-team/python-cogent/compare/6a62d3cc694ccebc42e6ce77692aaa3ebd4192a0...6e4a81fc687aa501a70615c5796136ee35619f96 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
