[SCM] eclipse-emf - Plug-in for eclipse - Debian package. branch, master, updated. 7a4fd22fcd21798bbe28ab19bf5176242a4a3d77

Niels Thykier nthykier-guest at alioth.debian.org
Mon Feb 15 21:04: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-emf - Plug-in for eclipse - Debian package.".

The branch, master has been updated
       via  7a4fd22fcd21798bbe28ab19bf5176242a4a3d77 (commit)
      from  b9cdc9b364e8ca56042bb29f8fe037da489df3c0 (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 7a4fd22fcd21798bbe28ab19bf5176242a4a3d77
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Feb 15 22:04:50 2010 +0100

    Copy the sources and build else where - makes cleaning easier.

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

Summary of changes:
 debian/rules |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 08982b2..02983b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,14 +20,19 @@ build: build-stamp
 
 build-stamp:
 	dh_testdir
+	mkdir -p debian/.eclipse-build/
+	cp -a org.eclipse.* debian/.eclipse-build/
 	for FILE in $(TOBUILD) ; do \
+		cd debian/.eclipse-build/ ;\
 		$(PDEBUILD) -f $$FILE -a $(PDEBUILD_OPTIONS) ;\
+		cd $(CURDIR) ;\
 	done
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-	rm -fr build
+	rm -fr debian/.eclipse-build/
+	dh_clean
 
 .PHONEY: clean


hooks/post-receive
-- 
eclipse-emf - Plug-in for eclipse - Debian package.



More information about the pkg-java-commits mailing list