debian: reformat control file
1 files changed, 10 insertions(+), 6 deletions(-)

M contrib/debian-qt5/control
M contrib/debian-qt5/control +10 -6
@@ 2,17 2,21 @@ Source: hgv
 Section: vcs
 Priority: optional
 Maintainer: Yuya Nishihara <yuya@tcha.org>
-Build-Depends: debhelper-compat (= 12),
-               dh-python,
-               python3,
-               qttools5-dev (>= 5.12)
+Build-Depends:
+  debhelper-compat (= 12),
+  dh-python,
+  python3,
+  qttools5-dev (>= 5.12),
 Standards-Version: 4.5.0
 Vcs-Browser: https://hg.sr.ht/~yuja/hgv/
 Vcs-Hg: https://hg.sr.ht/~yuja/hgv/
 
 Package: hgv
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
-          mercurial (>= 5.4),
+Depends:
+  ${shlibs:Depends},
+  ${misc:Depends},
+  ${python3:Depends},
+  mercurial (>= 5.4),
 Description: Mercurial log viewer
  hgv is a minimalistic Mercurial log viewer with support of revsets.