fix
This commit is contained in:
parent
dc003b1b2e
commit
6865ce91fa
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,11 +1,4 @@
|
|||||||
repolib (2.2.0~99pika4-lunar) kinetic; urgency=medium
|
repolib (2.2.0-99pika7.lunar) lunar; urgency=medium
|
||||||
|
|
||||||
* Rebuild against lunar
|
|
||||||
|
|
||||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 09 Oct 2022 21:38:00 +0300
|
|
||||||
|
|
||||||
|
|
||||||
repolib (2.2.0~99pika4) kinetic; urgency=medium
|
|
||||||
|
|
||||||
* Initial Creation
|
* Initial Creation
|
||||||
|
|
||||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -4,7 +4,7 @@
|
|||||||
#export DH_VERBOSE = 1
|
#export DH_VERBOSE = 1
|
||||||
|
|
||||||
export PYBUILD_NAME=repolib
|
export PYBUILD_NAME=repolib
|
||||||
#export PYBUILD_OPTION=--test-pytest
|
export PYBUILD_OPTION=--test-pytest
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
@ -12,8 +12,8 @@ export PYBUILD_NAME=repolib
|
|||||||
## Uncomment to disable testing during package builds
|
## Uncomment to disable testing during package builds
|
||||||
## NOTE for QA or Engineering Review: This should not be uncommented in a
|
## NOTE for QA or Engineering Review: This should not be uncommented in a
|
||||||
## PR. If it is, DO NOT APPROVE THE PR!!!
|
## PR. If it is, DO NOT APPROVE THE PR!!!
|
||||||
override_dh_auto_test:
|
# override_dh_auto_test:
|
||||||
true
|
# true
|
||||||
|
|
||||||
# If you need to rebuild the Sphinx documentation
|
# If you need to rebuild the Sphinx documentation
|
||||||
# Add spinxdoc to the dh --with line
|
# Add spinxdoc to the dh --with line
|
||||||
|
Loading…
Reference in New Issue
Block a user