This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository plip.
commit 5f96b1bfb9ec420d68ea0063dc89c66d84ef288e Author: Alexandre Mestiashvili <[email protected]> Date: Mon Nov 7 14:42:13 2016 +0100 Update changelog, enable xml-parser test --- debian/changelog | 6 ++++++ debian/tests/control | 2 +- debian/tests/xml-parser | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8852ab9..e45b65a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plip (1.3.3+dfsg-1) UNRELEASED; urgency=medium + + * New upstream version 1.3.3+dfsg + + -- Alexandre Mestiashvili <[email protected]> Mon, 07 Nov 2016 14:42:03 +0100 + plip (1.3.2+dfsg-1) unstable; urgency=medium * Update copyright format diff --git a/debian/tests/control b/debian/tests/control index 4d0dac6..9fb0364 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1 +1 @@ -Tests: special-cases +Tests: special-cases, xml-parser diff --git a/debian/tests/xml-parser b/debian/tests/xml-parser new file mode 100755 index 0000000..6adc035 --- /dev/null +++ b/debian/tests/xml-parser @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +cd plip/test +python test_xml_parser.py -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/plip.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
