Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
configobj
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
configobj
Commits
3cc6cae2
Commit
3cc6cae2
authored
2 years ago
by
Stefano Rivera
Browse files
Options
Downloads
Patches
Plain Diff
Support nodoc and nocheck build profiles.
parent
c1e6f0ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/control
+7
-5
7 additions, 5 deletions
debian/control
debian/rules
+5
-5
5 additions, 5 deletions
debian/rules
with
13 additions
and
10 deletions
debian/changelog
+
1
−
0
View file @
3cc6cae2
...
...
@@ -8,6 +8,7 @@ configobj (5.0.6+git20201014.3e2f4cc-1) UNRELEASED; urgency=medium
* Update src test location.
* Build-Depend on python3-mock and python3-sphinx-rtd-theme, now required
upstream.
* Support nodoc and nocheck build profiles.
-- Stefano Rivera <stefanor@debian.org> Mon, 01 Aug 2022 18:46:16 +0200
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
7
−
5
View file @
3cc6cae2
...
...
@@ -8,13 +8,15 @@ Uploaders:
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
python3-mock,
python3-pytest,
python3-mock
<!nocheck>
,
python3-pytest
<!nocheck>
,
python3-setuptools,
python3-six,
python3-sphinx,
python3-sphinx-rtd-theme
python3-six
<!nocheck>
,
python3-sphinx
<!nodoc>
,
python3-sphinx-rtd-theme
<!nodoc>
Standards-Version: 4.6.0
Homepage: http://www.voidspace.org.uk/python/configobj.html
Vcs-Git: https://salsa.debian.org/python-team/packages/configobj.git
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
5
View file @
3cc6cae2
...
...
@@ -6,15 +6,15 @@ export PYBUILD_AFTER_BUILD={interpreter} {dir}/setup_validate.py build
export
PYBUILD_AFTER_INSTALL
=
PYTHONPATH
={
destdir
}{
install_dir
}
{
interpreter
}
{
dir
}
/setup_validate.py
install
--root
{
destdir
}
%
:
dh
$@
--with
python3,sphinxdoc
--buildsystem
=
pybuild
dh
$@
--buildsystem
=
pybuild
override_dh_auto_clean
:
dh_auto_clean
ifeq
(,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
execute_after_
dh_auto_clean
:
make
-C
docs clean
override_dh_auto_build
:
dh_auto_build
execute_after_dh_auto_build
:
make
-C
docs html
endif
override_dh_auto_test
:
dh_auto_test
--
--test-pytest
--test-args
"
$(
CURDIR
)
/src/tests"
...
...
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