d/control: sort and fix whitespace errors

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-14 15:11:06 +01:00
parent 6bbe49aa14
commit b7469f5a9a
2 changed files with 10 additions and 10 deletions

10
debian/control vendored
View File

@ -78,18 +78,18 @@ Build-Depends: debhelper (>= 11),
libsystemd-dev, libsystemd-dev,
uuid-dev, uuid-dev,
libsgutils2-dev, libsgutils2-dev,
debhelper (>= 12~),
bash-completion, bash-completion,
pve-eslint (>= 7.12.1-1), debhelper (>= 12~),
python3-docutils,
python3-pygments,
rsync,
fonts-dejavu-core <!nodoc>, fonts-dejavu-core <!nodoc>,
fonts-lato <!nodoc>, fonts-lato <!nodoc>,
fonts-open-sans <!nodoc>, fonts-open-sans <!nodoc>,
graphviz <!nodoc>, graphviz <!nodoc>,
latexmk <!nodoc>, latexmk <!nodoc>,
pve-eslint (>= 7.12.1-1),
python3-docutils,
python3-pygments,
python3-sphinx <!nodoc>, python3-sphinx <!nodoc>,
rsync,
texlive-fonts-extra <!nodoc>, texlive-fonts-extra <!nodoc>,
texlive-fonts-recommended <!nodoc>, texlive-fonts-recommended <!nodoc>,
texlive-xetex <!nodoc>, texlive-xetex <!nodoc>,

10
debian/debcargo.toml vendored
View File

@ -12,18 +12,18 @@ vcs_browser = ""
maintainer = "Proxmox Support Team <support@proxmox.com>" maintainer = "Proxmox Support Team <support@proxmox.com>"
section = "admin" section = "admin"
build_depends = [ build_depends = [
"debhelper (>= 12~)",
"bash-completion", "bash-completion",
"pve-eslint (>= 7.12.1-1)", "debhelper (>= 12~)",
"python3-docutils",
"python3-pygments",
"rsync",
"fonts-dejavu-core <!nodoc>", "fonts-dejavu-core <!nodoc>",
"fonts-lato <!nodoc>", "fonts-lato <!nodoc>",
"fonts-open-sans <!nodoc>", "fonts-open-sans <!nodoc>",
"graphviz <!nodoc>", "graphviz <!nodoc>",
"latexmk <!nodoc>", "latexmk <!nodoc>",
"pve-eslint (>= 7.12.1-1)",
"python3-docutils",
"python3-pygments",
"python3-sphinx <!nodoc>", "python3-sphinx <!nodoc>",
"rsync",
"texlive-fonts-extra <!nodoc>", "texlive-fonts-extra <!nodoc>",
"texlive-fonts-recommended <!nodoc>", "texlive-fonts-recommended <!nodoc>",
"texlive-xetex <!nodoc>", "texlive-xetex <!nodoc>",