diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-10 13:36:47 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-10 13:36:47 +0100 |
commit | 1a950109b9dc78c0ca3a44907b4978da7bfa26b0 (patch) | |
tree | 535d8a783d842894f490bda8b8ae02c8e72729c0 /scripts | |
parent | af2b2b2c32312cd7d2f848dbcef8be7d79f8d4b9 (diff) |
GIS::Distance has been packaged for Debian trixie; drop Geo::Distance support
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/makedeb-docker-helper | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/makedeb-docker-helper b/scripts/makedeb-docker-helper index 6c3681f..2cfd250 100755 --- a/scripts/makedeb-docker-helper +++ b/scripts/makedeb-docker-helper @@ -9,7 +9,7 @@ apt-get update apt-get -y install \ apt-file dh-make-perl libmodule-build-perl \ libcache-perl libclass-accessor-perl libdatetime-perl \ - libdatetime-format-strptime-perl libgeo-distance-xs-perl \ + libdatetime-format-strptime-perl libgis-distance-perl \ liblist-compare-perl liblist-moreutils-perl liblist-utilsby-perl \ libwww-perl libtext-levenshteinxs-perl libxml-libxml-perl \ libfile-slurp-perl libjson-perl libjson-xs-perl \ @@ -25,8 +25,6 @@ cp -a /orig/bin /orig/examples /orig/lib /orig/share /orig/t /src/app cd /src/app sed -i 's/sign *=> *1/sign => 0/' Build.PL -sed -i 's/GIS::Distance/Geo::Distance/' Build.PL -export DB_IRIS_DEB_BUILD=1 perl Build.PL perl Build perl Build manifest |