Staging
v0.4.2
https://foss.heptapod.net/mercurial/hgview
Raw File
Tip revision: 1850a087c1b6cb026470c738b2c7f82c6fada06d authored by Mads Kiilerich on 04 April 2020, 02:27:44 UTC
qt5: renaming of references to hgviewlib/qt5, finishing up the Qt5 port
Tip revision: 1850a08
control
Source: hgview
Section: vcs
Priority: optional
Maintainer: David Douard <david.douard@logilab.fr>
Uploaders: Julien Cristau <julien.cristau@logilab.fr>, Pierre-Yves David <pierre-yves.david@ens-lyon.org>, Pierre-Yves David <pierre-yves.david@fb.com>,
Build-Depends:
 debhelper (>= 11),
 pyqt5-dev-tools,
 dh-python,
 python3-all,
 python3-sip,
 python3-urwid,
 python3-pyqt5 (>= 4.5),
 python3-pyqt5.qsci,
 xmlto,
 asciidoc,
 mercurial (>= 5.2~),
X-Python3-Version: >= 3.5
Standards-Version: 4.1.3
Vcs-Hg: https://foss.heptapod.net/mercurial/hgview/tree/branch/default
Vcs-Browser: https://foss.heptapod.net/mercurial/hgview/tree/branch/default
Homepage: http://www.hgview.org/

Package: hgview
Architecture: all
Depends: 
  ${python3:Depends},
  ${misc:Depends},
  python3-pyqt5 (>= 4.5),
  python3-pyqt5.qsci,
  python3-docutils,
  hgview-common (= ${source:Version}),
Enhances: mercurial
Description: mercurial interactive history viewer (Qt5 interface)
 Its purpose is to easily navigate in a mercurial repository
 history. It has been written with efficiency in mind when dealing
 with quite big repositories.
 .
 This package installs the Qt5 interface.

Package: hgview-common
Architecture: all
Depends:
  ${python3:Depends},
  ${misc:Depends},
  mercurial (>= 5.2~),
Enhances: mercurial
Breaks: hgview (<< 1.4)
Replaces: hgview (<< 1.4)
Recommends: hgview | hgview-curses
Description: mercurial interactive history viewer (common files)
 Its purpose is to easily navigate in a mercurial repository
 history. It has been written with efficiency in mind when dealing
 with quite big repositories.
 .
 This package install the common files.
 You may want to install a user interface (hgview or hgview-curses).

Package: hgview-curses
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-urwid,
 python3-pygments,
 python3-pyinotify,
 hgview-common (= ${source:Version}),
Enhances: mercurial
Description: mercurial interactive history viewer (text interface)
 Its purpose is to easily navigate in a mercurial repository
 history. It has been written with efficiency in mind when dealing
 with quite big repositories.
 .
 This package installs the text interface. 
 Note that the Qt interface is more complete than the text interface and
 provides more views.

back to top