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

Benjamin Drung bdrung-guest at alioth.debian.org
Thu Oct 7 13:27:59 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  0c604672c9afc4eb5d4f2df57165024e8f451ff9 (commit)
      from  6fb37823d3c1480bcd2fee102b27a16f29cac15d (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 0c604672c9afc4eb5d4f2df57165024e8f451ff9
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Thu Oct 7 15:27:50 2010 +0200

    Add get-orig-source rule.

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

Summary of changes:
 debian/fetch-cdt.sh |    2 +-
 debian/rules        |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/fetch-cdt.sh b/debian/fetch-cdt.sh
index e4e6d77..0a8abb2 100755
--- a/debian/fetch-cdt.sh
+++ b/debian/fetch-cdt.sh
@@ -56,6 +56,6 @@ 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}
+tar jcf ../../../eclipse-cdt_${UPSTREAM_VERSION}.orig.tar.bz2 eclipse-cdt-${UPSTREAM_VERSION}
 cd ../../
 rm -fr temp/
diff --git a/debian/rules b/debian/rules
index a482492..706f86f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,3 +50,6 @@ override_jh_installeclipse:
 	rm -fr debian/eclipse-cdt/usr/lib/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.platform.source_*/src/org.eclipse.cdt.ui_*/about_files/
 	cd debian/eclipse-cdt/usr && \
 		find lib/ -type f \( -name '*.bmp' -o -name '*.gif' -o -name '*.jpg' -o -name '*.png' \) | perl ../../../debian/imagemv.pl
+
+get-orig-source:
+	debian/fetch-cdt.sh


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



More information about the pkg-java-commits mailing list