This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository ariba.
commit f6f9988363317bf49ffcae499523c6b894aecbdd Author: Sascha Steinbiss <[email protected]> Date: Tue Jan 30 12:29:14 2018 +0100 clean up test target --- debian/changelog | 1 + debian/rules | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 105e727..0e19721 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ ariba (2.10.3+ds-2) unstable; urgency=medium Thanks to Steffen Moeller for providing registry information. * Bump Standards-Version. * Require Python3 version in d/control. + * Clean up test override target in d/rules. -- Sascha Steinbiss <[email protected]> Tue, 30 Jan 2018 10:28:08 +0100 diff --git a/debian/rules b/debian/rules index 0b9559d..4d5b4bb 100755 --- a/debian/rules +++ b/debian/rules @@ -16,9 +16,4 @@ override_dh_auto_clean: override_dh_installman: mkdir -p $(mandir) asciidoctor -a docdate='' -b manpage -o $(mandir)/ariba.1 $(debfolder)/ariba.1.adoc - #PYTHONPATH=. scripts/ariba 2>&1 | tail -n +10 | head -n 14 | $(debfolder)/make_man dh_installman -- - -override_dh_auto_test: - python3 setup.py nosetests - dh_auto_test -- -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ariba.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
