From b7469f5a9a16342bc2d064963cd4f58084885317 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 14 Jan 2021 15:11:06 +0100 Subject: [PATCH] d/control: sort and fix whitespace errors Signed-off-by: Thomas Lamprecht --- debian/control | 10 +++++----- debian/debcargo.toml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index c1811c64..d590f0a2 100644 --- a/debian/control +++ b/debian/control @@ -78,18 +78,18 @@ Build-Depends: debhelper (>= 11), libsystemd-dev, uuid-dev, libsgutils2-dev, - debhelper (>= 12~), bash-completion, - pve-eslint (>= 7.12.1-1), - python3-docutils, - python3-pygments, - rsync, + debhelper (>= 12~), fonts-dejavu-core , fonts-lato , fonts-open-sans , graphviz , latexmk , + pve-eslint (>= 7.12.1-1), + python3-docutils, + python3-pygments, python3-sphinx , + rsync, texlive-fonts-extra , texlive-fonts-recommended , texlive-xetex , diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 4e2a41d0..8c3b32f3 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -12,18 +12,18 @@ vcs_browser = "" maintainer = "Proxmox Support Team " section = "admin" build_depends = [ - "debhelper (>= 12~)", "bash-completion", - "pve-eslint (>= 7.12.1-1)", - "python3-docutils", - "python3-pygments", - "rsync", + "debhelper (>= 12~)", "fonts-dejavu-core ", "fonts-lato ", "fonts-open-sans ", "graphviz ", "latexmk ", + "pve-eslint (>= 7.12.1-1)", + "python3-docutils", + "python3-pygments", "python3-sphinx ", + "rsync", "texlive-fonts-extra ", "texlive-fonts-recommended ", "texlive-xetex ",