The branch, lucid-backports has been updated via e6a91e7f2a3453974bb50e08afe60e8a6849917f (commit) from ea46a695341d3d51a4f94113d9c6c1f26d65b268 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e6a91e7f2a3453974bb50e08afe60e8a6849917f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Feb 26 21:19:12 2013 +0100 only use dh_python2 if available ----------------------------------------------------------------------- Summary of changes: debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/rules b/debian/rules index ea3fbe9..03a350a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") + %: - dh $@ --with python2 + dh ${@} ${WITH_PYTHON2} hooks/post-receive -- webpy.git (Debian package webpy) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "webpy.git" (Debian package webpy).