Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gdal
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian GIS Project
gdal
Commits
84b9edd2
Commit
84b9edd2
authored
3 years ago
by
Bas Couwenberg
Browse files
Options
Downloads
Patches
Plain Diff
Fix installation of python scripts.
parent
9e215bf9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
7 additions
and
1 deletion
debian/changelog
+
6
−
0
View file @
84b9edd2
gdal (3.3.3~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium
* Fix installation of python scripts.
-- Bas Couwenberg <sebastic@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.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
84b9edd2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment