Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-click-plugins
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
python-click-plugins
Commits
fba625e9
Commit
fba625e9
authored
5 years ago
by
Bas Couwenberg
Browse files
Options
Downloads
Patches
Plain Diff
Bump debhelper compat to 10.
Changes: - Drop --parallel option, enabled by default
parent
04f478f0
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+2
-0
2 additions, 0 deletions
debian/changelog
debian/compat
+1
-1
1 addition, 1 deletion
debian/compat
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
5 additions
and
3 deletions
debian/changelog
+
2
−
0
View file @
fba625e9
...
...
@@ -2,6 +2,8 @@ python-click-plugins (1.1.1-3) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Drop Name field from upstream metadata.
* Bump debhelper compat to 10, changes:
- Drop --parallel option, enabled by default
-- Bas Couwenberg <sebastic@debian.org> Mon, 30 Sep 2019 19:50:20 +0200
...
...
This diff is collapsed.
Click to expand it.
debian/compat
+
1
−
1
View file @
fba625e9
9
10
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
fba625e9
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan@vandewauw.be>
Section: python
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
10~
),
dh-python,
python3-all,
python3-click,
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
fba625e9
...
...
@@ -10,4 +10,4 @@ export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
export PYBUILD_NAME=click-plugins
%:
dh $@ --with python3 --buildsystem
pybuild
dh $@ --with python3 --buildsystem
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