The following commit has been merged in the ubuntu-raring-4.0 branch:
commit b863561288025c2bc896e2a6ddf527eb907744ee
Author: Bjoern Michaelsen <[email protected]>
Date: Thu Mar 7 18:12:26 2013 +0100
only sed complete lines
diff --git a/rules b/rules
index e2e0272..3b8798d 100755
--- a/rules
+++ b/rules
@@ -1546,7 +1546,7 @@ ifeq (pt-BR,$(findstring pt-BR,$(LANGPACKISOS)))
endif
perl -pi -e 's/Package: libreoffice$(VER)-help-en-us/Package:
libreoffice$(VER)-help-en-us\nReplaces: libreoffice$(VER)-common (<<
1:3.0.0~dev300m28)/' debian/control
perl -pi -e 's/Package: libreoffice$(VER)-help-en-us/Package:
libreoffice$(VER)-help-en-us\nConflicts: $(foreach d,$(shell echo $(filter-out
en-US,$(HELPISOS)) | tr A-Z a-z),libreoffice$(VER)-help-$(d),)/' debian/control
- $(foreach d,$(shell echo $(filter-out en-US,$(HELPISOS)) | tr A-Z
a-z),perl -pi -e 's/Package: libreoffice$(VER)-help-$(d)/Package:
libreoffice$(VER)-help-$(d)\nConflicts: libreoffice$(VER)-help-en-US/'
debian/control; )
+ $(foreach d,$(shell echo $(filter-out en-US,$(HELPISOS)) | tr A-Z
a-z),perl -pi -e 's/^Package: libreoffice$(VER)-help-$(d)$$/Package:
libreoffice$(VER)-help-$(d)\nConflicts: libreoffice$(VER)-help-en-US/'
debian/control; )
ifeq "$(ENABLE_GIO)" "y"
perl -pi -e 's/VFS/GIO/' debian/control
--
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]