File: control

package info (click to toggle)
gitless 0.8.6-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 476 kB
  • sloc: python: 3,796; sh: 76; makefile: 14
file content (39 lines) | stat: -rw-r--r-- 1,387 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
29
30
31
32
33
34
35
36
37
38
39
Source: gitless
Section: devel
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 git,
 python3-all,
 python3-setuptools,
 python3-clint,
 python3-pygit2,
 python3-sh (>= 1.11)
Standards-Version: 4.3.0
Homepage: https://gitless.com/
Vcs-Git: https://salsa.debian.org/python-team/applications/gitless.git -b debian/master
Vcs-Browser: https://salsa.debian.org/python-team/applications/gitless/tree/debian/master
Rules-Requires-Root: no

Package: gitless
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 git,
 python3-pkg-resources
Recommends: less
Multi-Arch: foreign
Description: version control system on top of Git
 Gitless is an experimental version control system built on top of Git.
 Many people complain that Git is hard to use.  The Gitless authors think
 the problem lies deeper than the user interface, in the concepts
 underlying Git.  Gitless is an experiment to see what happens if
 a simple veneer is put on an app that changes the underlying concepts.
 Because Gitless is implemented on top of Git (could be considered what
 Git pros call a "porcelain" of Git), you can always fall back on Git.
 And of course your coworkers you share a repo with need never know that
 you're not a Git aficionado.