File: control

package info (click to toggle)
vcsh 2.0.10-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: sh: 869; perl: 175; makefile: 72
file content (31 lines) | stat: -rw-r--r-- 1,043 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
Source: vcsh
Maintainer: Richard Hartmann <richih@debian.org>
Section: misc
Priority: optional
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: git,
               libshell-command-perl,
               libtest-most-perl,
	       ronn,
	       autoconf,
	       autoconf-archive,
	       pkgconf,
	       bash-completion
Vcs-Git: https://github.com/RichiH/vcsh.git
Vcs-Browser: https://github.com/RichiH/vcsh
Homepage: https://github.com/RichiH/vcsh/blob/master/README.md
Rules-Requires-Root: no

Package: vcsh
Architecture: all
Depends: git,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: myrepos,
            ssh-client
Description: Version Control System for $HOME - multiple Git repositories in $HOME
 vcsh allows you to have several git repositories, all maintaining their working
 trees in $HOME without clobbering each other. That, in turn, means you can have
 one repository per config set (zsh, vim, ssh, etc), picking and choosing which
 configs you want to use on which machine.