Looks mostly good! But two things:
1) Package needs a team bug subscriber for whoever is looking after this
package.
2) The dep8 test will never fail, because the test run is inside an if
condition. You should change the following lines:
if plainbox self-test -u >/dev/null 2>&1; then
echo "unit-tests: OK"
fi
to just (which works as intended because of the set -e):
plainbox self-test -u >/dev/null 2>&1
echo "unit-tests: OK"
** Changed in: plainbox (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265754
Title:
[MIR] plainbox
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plainbox/+bug/1265754/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs