The following commit has been merged in the master branch: commit 0f7f6cc69f3080af3e89b4749421ac2384d4604e Author: Rene Engelhard <r...@debian.org> Date: Mon Jan 30 01:21:48 2012 +0100
also filter-out ca-XV for fdupes diff --git a/rules b/rules index 45f25f3..b9be6ef 100755 --- a/rules +++ b/rules @@ -2190,7 +2190,7 @@ $(STAMP_DIR)/langpacks: $(STAMP_DIR)/install $(STAMP_DIR)/install-indep $(OOO_BU 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/e1rrxjd-0002ea...@vasks.debian.org