From 0266e22e4740332a7ea2def45925666e92681ae9 Mon Sep 17 00:00:00 2001 From: age Date: Tue, 5 Dec 2006 16:21:29 +0000 Subject: [PATCH] minor checks --- bin/do_pylint.sh | 1 + debian/changelog | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/do_pylint.sh b/bin/do_pylint.sh index b53f984..a290158 100755 --- a/bin/do_pylint.sh +++ b/bin/do_pylint.sh @@ -29,5 +29,6 @@ while test $# -gt 0 export PYTHONPATH export PYLINTRC +[ ! -x /usr/bin/pylint ] && echo "please run \"apt-get install pylint\" first" && exit 1 pylint $ARGS diff --git a/debian/changelog b/debian/changelog index 1ffe402..e16dad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cryptobox (0.2.99-2) unstable; urgency=low +cryptobox (0.3.0) unstable; urgency=low * fixed a typo