Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-bugzilla
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 Python Team
packages
python-bugzilla
Commits
55e2d7b6
Commit
55e2d7b6
authored
7 months ago
by
Alexandre Detiste
Browse files
Options
Downloads
Patches
Plain Diff
use dh-sequence-python3
parent
7a8d68c7
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/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+3
-5
3 additions, 5 deletions
debian/rules
with
4 additions
and
6 deletions
debian/control
+
1
−
1
View file @
55e2d7b6
...
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-
sequence-
python
3
,
python3-all,
python3-setuptools,
python3-requests,
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
5
View file @
55e2d7b6
...
...
@@ -3,15 +3,13 @@
export PYBUILD_NAME = bugzilla
%:
dh $@
--with python3
--buildsystem=pybuild
dh $@ --buildsystem=pybuild
override_dh_install:
dh_install
execute_after_dh_install:
# We have a dedicated package for the CLI part of the package, so here
# we delete the files under /usr/bin.
rm -rf debian/python3-bugzilla/usr/bin
override_dh_installman:
dh_installman
execute_after_dh_installman:
# Remove the manpage from the Python package.
rm -rf debian/python3-bugzilla/usr/share/man
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