[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, ubuntu-raring-4.0, updated. libreoffice_3.6.4_rc3-1-271-g28c9b5d



The following commit has been merged in the ubuntu-raring-4.0 branch:
commit 28c9b5d660d0e93305779c2083116937eef17c63
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Thu Dec 6 17:11:31 2012 +0100

    make download instead of old ./download

diff --git a/rules b/rules
index 949525c..9be6b21 100755
--- a/rules
+++ b/rules
@@ -3167,8 +3167,8 @@ $(call get_orig_tarball,-src): helpcontent2/makefile.pmk translations/makefile.m
 	dh_testdir
 	rm -rf $(TARFIILE_LOCATION)
 	mkdir -p $(TARFILE_LOCATION)
-	./autogen.sh $(patsubst --with-system-%,--without-system-%,$(CONFIGURE_FLAGS)) --with-system-mysql
-	./download
+	./autogen.sh $(patsubst --with-system-%,--without-system-%,$(filter-out --disable-fetch-external,$(CONFIGURE_FLAGS))) --with-system-mysql
+	make download gb_LO_VER=$(DEB_VERSION_UPSTREAM)
 	tar cvJf $@ -C $(TARFILE_LOCATION) --transform 's,./,,' .
 
 # using flag files for unpacking

-- 
LibreOffice packaging repository


Reply to: