1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: gitg
Section: vcs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, intltool
,pkg-config
,gnome-common
,gobject-introspection
,gsettings-desktop-schemas-dev
,libgconf2-dev
,libgee-0.8-dev
,libgirepository1.0-dev
,libgit2-dev
,libgit2-glib-1.0-dev (>= 0.24.4)
,libglib2.0-dev (>= 2.26)
,libgtk-3-dev (>= 3.20)
,libgtksourceview-3.0-dev
,libgtkspell3-3-dev
,libjson-glib-dev
,libpeas-dev
,libsecret-1-dev
,libwebkit2gtk-4.0-dev
,valac
,libxml2-utils
Standards-Version: 3.9.8
Homepage: https://live.gnome.org/Gitg
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gitg.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/gitg.git
Package: gitg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
,default-dbus-session-bus | dbus-session-bus
,gir1.2-peas-1.0
,git
,gsettings-desktop-schemas
Description: git repository viewer
gitg is a fast git repository browser.
It currently features:
.
* Loading large repositories very fast
* Show/browse repository history
* Show highlighted revision diff
* Browse file tree of a revision and export by drag and drop
* Search in the revision history on subject, author or hash
* Switch between history view of branches easily
* Commit view providing per hunk stage/unstage and commit
#Package: gir1.2-gitg
#Section: introspection
#Architecture: any
#Depends: ${gir:Depends}, ${misc:Depends}, gitg (= ${binary:Version})
#Description: GObject introspection data for Gitg
# This package contains Gitg introspection data.
# With it one can use Gitg API from scripting languages like Python or
# others.
# .
# It can be used by packages using the GIRepository format to generate
# dynamic bindings.
|