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 <[email protected]>  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.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to