[Fusionforge-commits] FusionForge branch master updated. f92935177903c4883591063ff41461c720df3e05

Christian Bayle cbayle at fusionforge.org
Sat Feb 15 10:33:25 CET 2014


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 "FusionForge".

The branch, master has been updated
       via  f92935177903c4883591063ff41461c720df3e05 (commit)
      from  b3124a7c81ce18333e4ebdbbc78ddb8ae2027860 (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 f92935177903c4883591063ff41461c720df3e05
Author: Christian Bayle <chris at bayle.eu>
Date:   Sat Feb 15 10:32:46 2014 +0100

    Build the tarball required by quilt source format

diff --git a/3rd-party/selenium/Makefile b/3rd-party/selenium/Makefile
index f5774cc..226c174 100644
--- a/3rd-party/selenium/Makefile
+++ b/3rd-party/selenium/Makefile
@@ -12,7 +12,7 @@ ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH 2>/dev/null)
 DSCFILE=selenium_$(VERS).dsc
 CHANGEFILE=selenium_$(VERS)_$(ARCH).changes
 
-default: clean $(BUILDRESULT)/$(CHANGEFILE) dist
+default: $(BUILDRESULT)/$(CHANGEFILE) dist
 
 $(BUILDRESULT)/$(CHANGEFILE): $(BUILDPLACE)/$(DSCFILE)
 	sudo cowbuilder --configfile $(COWBUILDERCONFIG) --build $(BUILDPLACE)/$(DSCFILE)
@@ -20,7 +20,7 @@ $(BUILDRESULT)/$(CHANGEFILE): $(BUILDPLACE)/$(DSCFILE)
 dist:
 	reprepro -Vb $(REPOPATH)/debian --ignore=wrongdistribution --ignore=missingfile include $(DIST) $(BUILDRESULT)/$(CHANGEFILE)
 
-$(BUILDPLACE)/$(DSCFILE): $(BUILDPLACE)/selenium/selenium-server.jar
+$(BUILDPLACE)/$(DSCFILE): $(BUILDPLACE)/selenium_$(MAJOR).orig.tar.gz
 	cd $(BUILDPLACE) ; dpkg-source -b selenium
 
 $(BUILDPLACE)/selenium/selenium-server.jar: $(BUILDPLACE)/selenium/debian selenium.include
@@ -29,5 +29,8 @@ $(BUILDPLACE)/selenium/selenium-server.jar: $(BUILDPLACE)/selenium/debian seleni
 $(BUILDPLACE)/selenium/debian:
 	[ -d $@ ] || cp -r selenium $(BUILDPLACE)
 
+$(BUILDPLACE)/selenium_$(MAJOR).orig.tar.gz: $(BUILDPLACE)/selenium/selenium-server.jar
+	[ -d $@ ] || (cd $(BUILDPLACE) ; tar cvzf $@ selenium/selenium-server.jar)
+
 clean:
 	[ ! -d $(BUILDPLACE)/selenium ] || rm -rf $(BUILDPLACE)/selenium

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

Summary of changes:
 3rd-party/selenium/Makefile |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list