File: source

package info (click to toggle)
feta 1.4.15
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 444 kB
  • ctags: 85
  • sloc: perl: 1,200; sh: 192; makefile: 55
file content (22 lines) | stat: -rw-r--r-- 934 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
Help on 'source'                                                Feta 1.4.0
--------------------------------------------------------------------------

The 'source' command downloads the source for a Debian package, if it is
available. It will also download the Debian packaging scripts, so you can
build your own package.

EXAMPLES
--------
To download the source and packaging scripts for the ash package:
 $ feta source ash

OTHER REFERENCES
----------------
If you want to build the package and don't particularly care about looking
at the source, you can use the 'build' command. This command uses
'apt-get source', which is discussed in apt-get(8). This command also
requires you to have deb-src lines in /etc/apt/sources.list; see the
apt-sources command, and sources.list(5).

--------------------------------------------------------------------------
Help on 'source'                                                Feta 1.4.0