The following commit has been merged in the debian-experimental-4.1 branch:
commit 2480671b7599a58f0cb5b5695bc4fe4a04c9fb84
Author: Rene Engelhard <[email protected]>
Date:   Tue Mar 5 21:13:57 2013 +0100

    apparently we need the rm -rf \* hack also on !kfreebsd-* in some rare 
occurances...

diff --git a/rules b/rules
index 417628c..1e66011 100755
--- a/rules
+++ b/rules
@@ -1729,9 +1729,7 @@ ifeq "$(BUILD_DBG_PACKAGE)" "y"
 endif
 
        # FIXME
-       if echo $(DEB_HOST_ARCH) | grep -q kfreebsd; then \
-               cd $(CURDIR)/debian/tmp/pkg && rm -rf \*; \
-       fi
+       cd $(CURDIR)/debian/tmp/pkg && rm -rf \*
        
        # prepare install/dir files for dh
        for i in `cd $(CURDIR)/debian/tmp/pkg; ls -1 | xargs`; do \

-- 
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