[SCM] UNNAMED PROJECT branch, master, updated. 0.30-19-g189f00f

Niels Thykier nthykier-guest at alioth.debian.org
Fri Jul 2 10:45:33 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  189f00f52059695469e78301bcee59f5ed0344b1 (commit)
      from  7dbc63aa2bb6b46250b108e71faaf25b34846872 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 189f00f52059695469e78301bcee59f5ed0344b1
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Jul 2 12:45:20 2010 +0200

    Added manpage for fetch-eclipse-source.

-----------------------------------------------------------------------

Summary of changes:
 debian/copyright         |    4 ++++
 debian/rules             |    1 +
 fetch-eclipse-source.pod |   38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index c94730a..7899ac9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -159,5 +159,9 @@ License:
  * 9. The Project is under no obligations to accept and include every
    contribution..
 
+fetch-eclipse-source.pod was written by Niels Thykier and may be distributed,
+used and modified under the same terms as fetch-eclipse-source.pod or GPL
+version 2.
+
 On Debian systems, the complete text of the GNU General Public License can be
 found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
index c9b6a48..164250f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ override_dh_auto_build:
 	$(POD2MAN) jh_generateorbitdir tmp/jh_generateorbitdir.1
 	$(POD2MAN) jh_setupenvironment tmp/jh_setupenvironment.1
 	$(POD2MAN) jh_compilefeatures tmp/jh_compilefeatures.1
+	$(POD2MAN) fetch-eclipse-source.pod tmp/fetch-eclipse-source.1
 	$(POD2MAN) -s 1 jh_clean.pod tmp/jh_clean.1
 	$(POD2MAN) Eclipse.pm tmp/Debian::Javahelper::Eclipse.3
 	$(POD2MAN) Java.pm tmp/Debian::Javahelper::Java.3
diff --git a/fetch-eclipse-source.pod b/fetch-eclipse-source.pod
new file mode 100644
index 0000000..deae4de
--- /dev/null
+++ b/fetch-eclipse-source.pod
@@ -0,0 +1,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 at thykier.net> wrote this manpage.
+
+=cut


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list