File: control

package info (click to toggle)
easygit 0.99-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • ctags: 355
  • sloc: perl: 5,914; sh: 188; makefile: 13
file content (28 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download
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
Source: easygit
Section: vcs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, bash-completion (>= 1:1.0-3), help2man, git-core, less
Standards-Version: 3.8.2
Homepage: http://www.gnome.org/~newren/eg/
Vcs-Browser: http://git.ryan52.info/?p=easygit;a=summary
Vcs-Git: git://git.ryan52.info/git/easygit

Package: easygit
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, git-core, less, perl
Description: git for mere mortals
 In short, Easy GIT is a single-file wrapper script for git, designed
 to make git easy to learn and use.
 .
 Features:
     * eg focuses on documentation and examples
     * eg removes many principle-of-least-surprise violations that
       catch git newbies unaware
     * eg provides subcommands that are a natural extension of
       capabilities users know from cvs/svn (eg also takes care to
       make sure the modifications to its subcommands are easily
       discoverable and error-avoiding for existing git users as
       well!)