@@ 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.