File: fetch-eclipse-source.pod

package info (click to toggle)
javatools 0.48%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 416 kB
  • ctags: 72
  • sloc: sh: 1,515; perl: 930; makefile: 35
file content (38 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (5)
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
32
33
34
35
36
37
38
=head1 NAME

fetch-eclipse-source - checks out an eclipse project from CVS.

=head1 SYNOPSIS

 fetch-eclipse-source --upstream-version <version> <directory.txt file>

=head1 DESCRIPTION

Used to checkout an eclispe project from CVS via L<uscan(1)>. The
directory.txt is a file containing the parts to check out and is
usually provided by upstream.

It can also exclude parts of the upstream projects by using the
exclude file (see FILES)

=head1 FILES

=over 4

=item debian/fetch-eclipse-source.exclude

If present, this file will be used to exclude parts of the project
from the resulting tarball. The file is passed to L<tar(1)> via
its I<-X> option.

=back

=head1 SEE ALSO

L<uscan(1)>

=head1 AUTHOR

Niels Thykier <niels@thykier.net> wrote this manpage.

=cut