]> git.ipfire.org Git - location/debian/libloc.git/commitdiff
Revert "Define default database path"
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Sat, 29 Oct 2022 16:24:11 +0000 (18:24 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Sat, 29 Oct 2022 16:24:11 +0000 (18:24 +0200)
This reverts commit 90b5ff4ea38bb1436c5e448332ea0240116ee287.

debian/rules

index 697a289d84cade46051dce9a9bc258e1b38d1a10..e5e3f18ea1ffa34e8a19cad72cc62fd964c39c73 100755 (executable)
@@ -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; \