[Git][debian-gis-team/gdal][master] Remove executable bit from examples.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Sep 12 11:38:29 BST 2021
Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits:
06ef8b17 by Bas Couwenberg at 2021-09-12T11:38:56+02:00
Remove executable bit from examples.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,7 @@ gdal (3.3.2+dfsg-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.6.0, no changes.
* Bump debhelper compat to 12, changes:
- Drop --list-missing from dh_install
+ * Remove executable bit from examples.
-- Bas Couwenberg <sebastic at debian.org> Wed, 08 Sep 2021 16:23:23 +0200
=====================================
debian/rules
=====================================
@@ -210,7 +210,7 @@ override_dh_auto_install:
# copy sample programs for python3-gdal
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/doc/python3-gdal/examples
- install -o root -g root -m 755 $(CURDIR)/swig/python/gdal-utils/osgeo_utils/samples/*.py $(CURDIR)/debian/tmp/usr/share/doc/python3-gdal/examples/.
+ install -o root -g root -m 644 $(CURDIR)/swig/python/gdal-utils/osgeo_utils/samples/*.py $(CURDIR)/debian/tmp/usr/share/doc/python3-gdal/examples/.
rm -f $(CURDIR)/debian/tmp/usr/share/doc/python3-gdal/examples/__init__.py
override_dh_install:
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/06ef8b174054fb7eacbdebadd78f2865e7191382
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/06ef8b174054fb7eacbdebadd78f2865e7191382
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/20210912/2d599eda/attachment.htm>
More information about the Pkg-grass-devel
mailing list