Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Raw File
Tip revision: df7af11a5ea2143444341e527210ba220bc45f40 authored by Carine Dengler on 11 February 2020, 15:15:42 UTC
[pkg] version 1.13.1
Tip revision: df7af11
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),
 pyqt4-dev-tools,
 dh-python,
 python3-all,
 python3-sip,
 python3-urwid,
 python3-pyqt4 (>= 4.5),
 python3-pyqt4.qsci,
 xmlto,
 asciidoc,
 mercurial (>= 5.2~),
X-Python3-Version: >= 3.5
Standards-Version: 4.1.3
Vcs-Hg: http://hg.logilab.org/master/hgview/
Vcs-Browser: http://hg.logilab.org/master/hgview/
Homepage: http://www.hgview.org/

Package: hgview
Architecture: all
Depends: 
  ${python3:Depends},
  ${misc:Depends},
  python3-pyqt4 (>= 4.5),
  python3-pyqt4.qsci,
  python3-docutils,
  hgview-common (= ${source:Version}),
Enhances: mercurial
Description: mercurial interactive history viewer (Qt4 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 Qt4 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