Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
proj
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
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
proj
Commits
60589ae3
Commit
60589ae3
authored
5 years ago
by
Bas Couwenberg
Browse files
Options
Downloads
Patches
Plain Diff
Don't remove data/null on clean, included upstream too.
parent
9df89c97
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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 @
60589ae3
proj (6.2.0~rc1-1~exp2) UNRELEASED; urgency=medium
* Don't remove data/null on clean, included upstream too.
-- Bas Couwenberg <sebastic@debian.org> Tue, 27 Aug 2019 07:31:58 +0200
proj (6.2.0~rc1-1~exp1) experimental; urgency=medium
* New upstream release candidate.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
60589ae3
...
...
@@ -30,7 +30,7 @@ datumgrids-stamp:
fi
override_dh_auto_clean:
( cd $(CURDIR)/data && cat $(CURDIR)/debian/datumgrids.list $(CURDIR)/debian/datumgrids-ch.list | xargs rm -f )
( cd $(CURDIR)/data && cat $(CURDIR)/debian/datumgrids.list $(CURDIR)/debian/datumgrids-ch.list |
grep -v null |
xargs rm -f )
dh_auto_clean
override_dh_auto_configure: datumgrids
...
...
This diff is collapsed.
Click to expand it.
Bas Couwenberg
@sebastic
mentioned in commit
b6343a03
·
5 years ago
mentioned in commit
b6343a03
mentioned in commit b6343a03e76735abeec5ee74b8dff0de3d2f5f81
Toggle commit list
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