File: control

package info (click to toggle)
chase 0.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 452 kB
  • sloc: sh: 926; ansic: 559; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: chase
Section: utils
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               libgc-dev,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/chase
Vcs-Git: https://salsa.debian.org/debian/chase.git

Package: chase
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Follow a symlink and print out its target file
 Chase is a small utility for tracking down the actual
 file that a symbolic link points to - chasing the symlink,
 if you will.  The result of a successful run is guaranteed
 to be an existing file which is not a symbolic link.