From cc367d3a6855c2d703f0888e763d2e01b135a0c2 Mon Sep 17 00:00:00 2001 From: Takaki Taniguchi Date: Sun, 22 Jun 2014 10:36:15 +0000 Subject: [PATCH] debian/rules: revise env value --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b5d8b914..3e4f0b21 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export PYBUILD_DESTDIR_python2=debian/python-botocore/ -export PYBUILD_DESTDIR_python3=debian/python3-botocore/ +export PYBUILD_NAME=botocore %: dh $@ --with python2,python3 --buildsystem=pybuild