From 5c758508f021ba53088d32cb0fd3c32919ec0c3a Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sat, 29 Oct 2022 18:24:11 +0200 Subject: [PATCH] Revert "Define default database path" This reverts commit 90b5ff4ea38bb1436c5e448332ea0240116ee287. --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 697a289..e5e3f18 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,7 @@ export PYBUILD_SYSTEM=custom export PYBUILD_CLEAN_ARGS=dh_auto_clean export PYBUILD_CONFIGURE_ARGS=intltoolize --force --automake; \ PYTHON={interpreter} dh_auto_configure -- \ - --disable-perl \ - --with-database-path=/var/lib/location/database.db + --disable-perl export PYBUILD_BUILD_ARGS=dh_auto_build export PYBUILD_INSTALL_ARGS=dh_auto_install --destdir={destdir}; \ mkdir -p {destdir}/usr/lib/python{version}/dist-packages; \ -- 2.47.3