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
a7e4fed7
Commit
a7e4fed7
authored
1 year ago
by
Bas Couwenberg
Browse files
Options
Downloads
Patches
Plain Diff
Switch to dh-sequence-*.
parent
fbe14f13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#572350
passed
1 year ago
Stage: provisioning
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/control
+1
-0
1 addition, 0 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
3 additions
and
1 deletion
debian/changelog
+
1
−
0
View file @
a7e4fed7
...
...
@@ -3,6 +3,7 @@ python-click-plugins (1.1.1-6) UNRELEASED; urgency=medium
* Team upload.
* Remove generated files in clean target.
(closes: #1046588)
* Switch to dh-sequence-*.
-- Bas Couwenberg <sebastic@debian.org> Fri, 11 Aug 2023 16:30:55 +0200
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
0
View file @
a7e4fed7
...
...
@@ -5,6 +5,7 @@ Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
python3-all,
python3-click,
python3-pytest,
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
a7e4fed7
...
...
@@ -10,4 +10,4 @@ export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
%:
dh $@
--with python3
--buildsystem pybuild
dh $@ --buildsystem pybuild
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