[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_3.5.4_dfsg-4-2-g399932b



The following commit has been merged in the master branch:
commit 62e3d1e813e2c8bd5f828efebb93a0ce185d9647
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Jan 14 21:37:55 2013 +0100

    make -help-en-us break "the others" to work around 682838

diff --git a/changelog b/changelog
index 0ddb282..6a950c6 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+libreoffice (1:3.5.4+dfsg-5) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - make -help-en-us break "the others" to work around 682838
+      (closes: #682838) 
+
+ -- Rene Engelhard <rene@debian.org>  Mon, 14 Jan 2013 21:37:10 +0100
+
 libreoffice (1:3.5.4+dfsg-4) unstable; urgency=medium
 
   * debian/control.in:
diff --git a/control b/control
index 527bf73..e6040bc 100644
--- a/control
+++ b/control
@@ -2599,6 +2599,7 @@ Description: office productivity suite -- Zulu language package
  the language packs.
 
 Package: libreoffice-help-en-us
+Breaks: libreoffice-help-ca, libreoffice-help-ca-xv, libreoffice-help-cs, libreoffice-help-da, libreoffice-help-de, libreoffice-help-dz, libreoffice-help-el, libreoffice-help-en-gb, libreoffice-help-es, libreoffice-help-et, libreoffice-help-eu, libreoffice-help-fi, libreoffice-help-fr, libreoffice-help-gl, libreoffice-help-hi, libreoffice-help-hu, libreoffice-help-it, libreoffice-help-ja, libreoffice-help-km, libreoffice-help-ko, libreoffice-help-nl, libreoffice-help-om, libreoffice-help-pl, libreoffice-help-pt, libreoffice-help-pt-br, libreoffice-help-ru, libreoffice-help-sk, libreoffice-help-sl, libreoffice-help-sv, libreoffice-help-zh-cn, libreoffice-help-zh-tw,
 Replaces: libreoffice-common (<< 1:3.0.0~dev300m28)
 Architecture: all
 Section: doc
diff --git a/rules b/rules
index da5bb06..2c87b12 100755
--- a/rules
+++ b/rules
@@ -1471,6 +1471,7 @@ ifeq (pt-BR,$(findstring pt-BR,$(LANGPACKISOS)))
 	perl -pi -e 's/libreoffice2-l10n-pt-br$$/libreoffice2-l10n-pt-br, broffice/' debian/control
 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\nBreaks: $(foreach d,$(shell echo $(filter-out en-US,$(HELPISOS)) | tr A-Z a-z),libreoffice$(VER)-help-$(d),)/' debian/control
 
 ifeq "$(ENABLE_GIO)" "y"
 	perl -pi -e 's/VFS/GIO/' debian/control

-- 
LibreOffice packaging repository


Reply to: