File: control

package info (click to toggle)
xstow 1.1.0-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,316 kB
  • sloc: cpp: 10,578; sh: 1,629; makefile: 212; awk: 26
file content (23 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: xstow
Section: utils
Priority: optional
Maintainer: Adrian Bunk <bunk@debian.org>
Build-Depends: debhelper (>= 10), dh-autoreconf
Standards-Version: 3.9.8
Homepage: http://xstow.sf.net

Package: xstow
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Extended replacement of GNU Stow
 XStow (like GNU Stow) is a program for managing the installation of
 software packages, keeping them separate (/usr/local/stow/emacs
 vs. /usr/local/stow/perl, for example) while making them appear
 to be installed in the same place (/usr/local).
 .
 The extended features include: creation of symlinks with absolute
 path names, traversal link support (create a link from 
 /usr/share/man to /usr/man), multiple stow directories support,
 shell pattern matching, regular expressions support, and global
 settings via configuration files.