The following commit has been merged in the debian-experimental-4.0 branch:
commit 5d70294734f5c33aa907c57789915a042d133a32
Author: Rene Engelhard <[email protected]>
Date:   Mon Mar 25 13:10:55 2013 +0100

    use cp instead of mv to fix incremental builds

diff --git a/control b/control
index 79d5046..70adf51 100644
--- a/control
+++ b/control
@@ -165,7 +165,7 @@ XS-Python3-Version: 3.3
 XS-Testsuite: autopkgtest
 Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-openoffice/libreoffice.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-openoffice/libreoffice.git
-Bugs:
+Bugs: 
 Homepage: http://www.libreoffice.org
 
 Package: libreoffice
diff --git a/rules b/rules
index 870bc32..7f731fe 100755
--- a/rules
+++ b/rules
@@ -2554,7 +2554,7 @@ ifeq "$(BUILD_TEST_PACKAGE)" "y"
        mkdir -p $(PKGDIR)-subsequentcheckbase/$(OODIR)/program/classes/
        for jar in OOoRunner.jar OOoRunnerLight.jar test.jar test-tools.jar 
ConnectivityTools.jar; \
        do \
-               mv `find solver -name $$jar` 
$(PKGDIR)-subsequentcheckbase/$(OODIR)/program/classes/; \
+               cp `find solver -name $$jar` 
$(PKGDIR)-subsequentcheckbase/$(OODIR)/program/classes/; \
        done
 endif
 endif

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to