[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, master, updated. 6fb37823d3c1480bcd2fee102b27a16f29cac15d

Niels Thykier nthykier-guest at alioth.debian.org
Mon Oct 4 15:56:37 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 "eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.".

The branch, master has been updated
       via  6fb37823d3c1480bcd2fee102b27a16f29cac15d (commit)
       via  4203201e7dcc081c3c3b1b6f327e3fd1a8b511cc (commit)
       via  6230232dc2ba75bc1e7268d4c406e2b012e2656c (commit)
       via  eb6b9f83dc33bb2d585b5b9b8f5731f4e7f7c144 (commit)
      from  bb370c041fd3587632e21caea7c8eb57c68d0d25 (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 6fb37823d3c1480bcd2fee102b27a16f29cac15d
Merge: 4203201 bb370c0
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Oct 4 17:55:35 2010 +0200

    Merge branch 'master' of git+ssh://git.debian.org/git/pkg-java/eclipse-cdt

commit 4203201e7dcc081c3c3b1b6f327e3fd1a8b511cc
Merge: eb6b9f8 6230232
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Oct 4 17:53:29 2010 +0200

    Merge commit 'upstream/6.0.2'

commit eb6b9f83dc33bb2d585b5b9b8f5731f4e7f7c144
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Oct 4 17:53:03 2010 +0200

    Made fetch-cdt.sh remove comments from properties files.

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

Summary of changes:
 debian/fetch-cdt.sh                |    3 +++
 results/featureVersions.properties |    2 +-
 results/pluginVersions.properties  |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/fetch-cdt.sh b/debian/fetch-cdt.sh
index 9432d96..e4e6d77 100755
--- a/debian/fetch-cdt.sh
+++ b/debian/fetch-cdt.sh
@@ -53,6 +53,9 @@ find eclipse-cdt-${UPSTREAM_VERSION} -type f -a \
     \( -name '*.so' -o -name '*.o' -o -name 'net.*.jar' -o -name '*.dll' -o -name '*.exe' -o -name 'exe' -o -name '*_g' \) \
     -a -delete
 find eclipse-cdt-${UPSTREAM_VERSION} -depth -type d -empty -delete
+sed -i s/^#.*//g eclipse-cdt-${UPSTREAM_VERSION}/results/pluginVersions.properties \
+               eclipse-cdt-${UPSTREAM_VERSION}/results/featureVersions.properties
+
 tar jcf ../../eclipse-cdt_${UPSTREAM_VERSION}.orig.tar.bz2 eclipse-cdt-${UPSTREAM_VERSION}
 cd ../../
 rm -fr temp/
diff --git a/results/featureVersions.properties b/results/featureVersions.properties
index c7dd8ef..35c6623 100644
--- a/results/featureVersions.properties
+++ b/results/featureVersions.properties
@@ -1,4 +1,4 @@
-#Sun Oct 03 11:06:01 CEST 2010
+
 org.eclipse.cdt.core.parser.upc.sdk,0.0.0=v201002161416
 org.eclipse.cdt.core.lrparser.feature,0.0.0=v201002161416
 org.eclipse.cdt.util,0.0.0=v201002161416
diff --git a/results/pluginVersions.properties b/results/pluginVersions.properties
index 786f51e..c5b9772 100644
--- a/results/pluginVersions.properties
+++ b/results/pluginVersions.properties
@@ -1,4 +1,4 @@
-#Sun Oct 03 11:06:01 CEST 2010
+
 org.eclipse.cdt.core.lrparser.xlc,0.0.0=v201002161416
 org.eclipse.cdt.build.crossgcc,0.0.0=v201002161416
 org.eclipse.cdt.launch,0.0.0=v201002161416


hooks/post-receive
-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.



More information about the pkg-java-commits mailing list