[Git][debian-gis-team/gdal][experimental] Fix installation of python scripts.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Oct 28 11:40:17 BST 2021
Bas Couwenberg pushed to branch experimental at Debian GIS Project / gdal
Commits:
84b9edd2 by Bas Couwenberg at 2021-10-28T12:40:05+02:00
Fix installation of python scripts.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gdal (3.3.3~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium
+
+ * Fix installation of python scripts.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 28 Oct 2021 12:39:46 +0200
+
gdal (3.3.3~rc1+dfsg-1~exp1) experimental; urgency=medium
* New upstream release candidate.
=====================================
debian/rules
=====================================
@@ -193,7 +193,7 @@ override_dh_auto_install:
# install python stuff previuosly built and pre-installed
cp -a $(CURDIR)/debian/python-tmp/usr/lib/* $(CURDIR)/debian/tmp/usr/lib/.
install -o root -g root -d $(CURDIR)/debian/tmp/usr/bin
- install -o root -g root -m 755 $(CURDIR)/swig/python/gdal-utils/*.py $(CURDIR)/debian/tmp/usr/bin/.
+ install -o root -g root -m 755 $(CURDIR)/swig/python/gdal-utils/scripts/*.py $(CURDIR)/debian/tmp/usr/bin/.
# removing useless autogenerated man pages
rm -f $(CURDIR)/debian/tmp/usr/share/man/man1/_*_apps_.1
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/84b9edd2ccc8bd28a4098ce913981de321554cfa
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/84b9edd2ccc8bd28a4098ce913981de321554cfa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20211028/cf18f636/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list