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
|