# HG changeset patch # User Yuya Nishihara # Date 1659605498 -32400 # Thu Aug 04 18:31:38 2022 +0900 # Node ID 1c29b16410319cdd0ee272fda6fab7d6441e1026 # Parent 63ed699fd667c4295f1697a35a7ec230543bb5c9 debian: reformat control file diff --git a/contrib/debian-qt5/control b/contrib/debian-qt5/control --- a/contrib/debian-qt5/control +++ b/contrib/debian-qt5/control @@ -2,17 +2,21 @@ Section: vcs Priority: optional Maintainer: Yuya Nishihara -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.