Packaging: Update Ubuntu package
parent
1fb673be2e
commit
c88cdf5316
@ -1,8 +1,11 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
# -*- makefile -*-
|
|
||||||
|
|
||||||
# Uncomment this to turn on verbose mode.
|
|
||||||
#export DH_VERBOSE=1
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
dh_auto_build
|
||||||
|
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman docs build/man
|
||||||
|
|
||||||
|
override_dh_installman:
|
||||||
|
dh_installman build/man/yamllint.1
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
Bug-Database: https://github.com/adrienverge/yamllint/issues
|
||||||
|
FAQ: https://yamllint.readthedocs.org/
|
||||||
|
Name: yamllint
|
||||||
|
Repository: https://github.com/adrienverge/yamllint
|
@ -0,0 +1,3 @@
|
|||||||
|
# watch control file for uscan
|
||||||
|
version=3
|
||||||
|
https://github.com/adrienverge/yamllint/tags .*/archive/v(\d\S*)\.tar\.gz
|
Loading…
Reference in New Issue