[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 4e7ca11307a658434fa4acecd1721bf8e7cc916a

Niels Thykier nthykier-guest at alioth.debian.org
Sun Nov 8 20:39:56 UTC 2009


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 "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  4e7ca11307a658434fa4acecd1721bf8e7cc916a (commit)
      from  4e268920d0a7f8fee598ca836087ea7ca96338bc (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 4e7ca11307a658434fa4acecd1721bf8e7cc916a
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Nov 8 21:39:51 2009 +0100

    Added information about how to create orig.tar.gz.

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

Summary of changes:
 debian/README.source |   39 +++++++++++++++++++++++++++++++++++++++
 debian/changelog     |    2 ++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index de4e4e1..4ce9578 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,5 +1,44 @@
+Patches
+=======
+
 This package uses quilt to manage all modifications to the upstream
 source. Changes are stored in the source package as diffs in
 debian/patches and applied during the build.
 
 For more information about quilt, see /usr/share/doc/quilt/README.source
+
+Creating orig.tar.gz
+====================
+
+The orig.tar.gz contains both the "packaging" ("eclipse-build") source
+from "Linux Tools" eclipse subproject as well as "eclipse" source code
+modified by the Linux Tools subproject.
+
+Constructing the orig.tar.gz is done via the following steps:
+ * Fetch the eclipse-build from Linux Tools. [1]
+ * Fetch and extract the "fetched-src" tarball from eclipse-build into
+   a folder called eclipse-$VERSION; this folder should be a subdir of
+   the eclipse-build sources fetched in the previous step.
+   (See watch file or [1] for a link).
+ * tar gzip it.
+
+The tree should look like this (excluding "uninteresting" files
+and folders):
+
+eclipse-build/ # svn checkout or extracted from tar.gz
+|-- eclipse-build-config/ # Separate svn checkout
+|-- eclipse-build-feature/ # Separate svn checkout
+|-- eclipse-$VERSION/ #The extracted "fetched-src"
+`-- <files/dirs from eclipse-build> # "uninteresting" files/dirs.
+
+The folder called "eclipse-build" here should be root of the tar.gz.
+
+[1] The Debian package uses svn checkout, see link below.
+
+There also normal tar.gz's available from Linux Tools; though their
+usefulness may be rather limited due to the package here being based
+on svn snapshots.
+
+There is more information about compiling eclipse using Linux Tools'
+eclipse-build along with URLs for svn and source download links:
+http://wiki.eclipse.org/Linux_Tools_Project/Eclipse_Build
diff --git a/debian/changelog b/debian/changelog
index f569d58..b2f7ddc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,8 @@ eclipse (3.5.1+repack-1) UNRELEASED; urgency=low
   * Added workaround for gtk problems. (Closes: #552480)
   * Added missing API references. (Closes: #376850)
   * Moved org.eclipse.ant.ui to eclipse-platform. (LP: #477944)
+  * Added information about how to create the orig.tar.gz.
+    (Closes: #505553)
 
  -- Benjamin Drung <bdrung at ubuntu.com>  Wed, 14 Oct 2009 01:42:49 +0200
 


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list