The following commit has been merged in the debian-experimental-3.5 branch: commit c7eb9ee0fcfce9b031dc4d6e09f30ca54fd14ebe Author: Rene Engelhard <r...@debian.org> Date: Mon Jan 30 01:20:59 2012 +0100
also filter-out ca-XV for fdupes diff --git a/rules b/rules index 0e65199..99dd2f2 100755 --- a/rules +++ b/rules @@ -1903,7 +1903,7 @@ $(STAMP_DIR)/langpacks: $(STAMP_DIR)/install $(STAMP_DIR)/install-indep $(SOURCE TMP=`mktemp -q`; \ fdupes --quiet --recurse --sameline --size \ debian/libreoffice$(VER)-common/$(OODIR) \ - $(foreach d,$(shell echo $(filter-out en-US,$(LANGPACKISOS)) | tr A-Z a-z),debian/libreoffice$(VER)-l10n-$(d)/$(OODIR)) \ + $(foreach d,$(shell echo $(filter-out en-US ca-XV,$(LANGPACKISOS)) | tr A-Z a-z),debian/libreoffice$(VER)-l10n-$(d)/$(OODIR)) \ > $$TMP && \ debian/scripts/cleandupes --base=libreoffice$(VER) --prefix=debian < $$TMP && rm -f $$TMP -- LibreOffice packaging repository -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1rrxjc-0002ni...@vasks.debian.org