From 7fc3516424c78d677f6b05454be0a4a6cb16afd7 Mon Sep 17 00:00:00 2001 From: navjot Date: Mon, 12 Oct 2020 23:44:55 +0530 Subject: [PATCH] added source directory path --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b1a50b1e..5b68b019 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DH_OPTIONS=-v export PYBUILD_NAME=bitmessage %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2 --buildsystem=pybuild --sourcedirectory=.. dh_apparmor --profile-name=pybitmessage -ppython-bitmessage # If you need to rebuild the Sphinx documentation