The following commit has been merged in the debian-experimental-3.7 branch:
commit c6e0948e0514607c8f202190194d2fe167661764
Author: Rene Engelhard <[email protected]>
Date:   Fri Nov 9 16:35:25 2012 +0100

    fix desktop file move after dh_install after binfilter removal

diff --git a/rules b/rules
index 7f5e334..4282f36 100755
--- a/rules
+++ b/rules
@@ -1775,9 +1775,9 @@ endif
 
        # move desktop files to their correct packages
        for i in base calc draw impress math writer; do \
-               mkdir -p $(PKGDIR)-$$j/$(OODIR)/share/xdg; \
+               mkdir -p $(PKGDIR)-$$i/$(OODIR)/share/xdg; \
                mv $(PKGDIR)-common/$(OODIR)/share/xdg/$$i.desktop \
-                       $(PKGDIR)-$$j/$(OODIR)/share/xdg; \
+                       $(PKGDIR)-$$i/$(OODIR)/share/xdg; \
        done
 
        # move help to /usr/share

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