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

[SCM] OpenOffice.org packaging repository branch, master, updated. openoffice.org_3.4.0_ooo340m1-2-1-g5546a43



The following commit has been merged in the master branch:
commit 5546a43cb72fffd2806b9f90e73498722028c50a
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Sep 7 15:31:18 2011 +0200

    add -presenter-console  and -writer2xhtml to other_source_packages, fix typo for -wiki-publisher

diff --git a/changelog b/changelog
index 08443f3..12307fe 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+openoffice.org (1:3.4.0~ooo340m1-3) unstable; urgency=medium
+
+  * add -presenter-console  and -writer2xhtml to other_source_packages,
+    fix typo for -wiki-publisher
+
+ -- Rene Engelhard <rene@debian.org>  Wed, 07 Sep 2011 15:13:38 +0200
+
 openoffice.org (1:3.4.0~ooo340m1-2) unstable; urgency=medium
 
   * *really* exclude openoffice.org-hyphenation-hi-in, we need to exclude -hi
diff --git a/control b/control
index 4a4d2a3..ec62a38 100644
--- a/control
+++ b/control
@@ -409,7 +409,7 @@ Package: openoffice.org-presenter-console
 Architecture: all
 Priority: extra
 Section: misc
-Depends: libreoffice-presenter-console (>= 1:3.4.0~)
+Depends: libreoffice-presenter-console
 Description: LibreOffice Impress extension for a separate presenter's console
  This is a transitional package, replacing the OpenOffice.org packaging
  with the LibreOffice packaging.
@@ -574,7 +574,7 @@ Package: openoffice.org-wiki-publisher
 Architecture: all
 Priority: extra
 Section: misc
-Depends: libreoffice-wiki-publisher (>= 1:3.4.0~)
+Depends: libreoffice-wiki-publisher
 Description: LibreOffice extension for working with MediaWiki articles
  This is a transitional package, replacing the OpenOffice.org packaging
  with the LibreOffice packaging.
@@ -1608,7 +1608,7 @@ Package: openoffice.org-writer2xhtml
 Architecture: all
 Priority: extra
 Section: text
-Depends: libreoffice-writer2xhtml (>= 1:3.4.0~)
+Depends: libreoffice-writer2xhtml
 Description: Writer/Calc to XHTML converter extension for LibreOffice
  This is a transitional package, replacing the OpenOffice.org packaging
  with the LibreOffice packaging.
diff --git a/scripts/gentranspkgs.py b/scripts/gentranspkgs.py
index e0b9fef..010df88 100644
--- a/scripts/gentranspkgs.py
+++ b/scripts/gentranspkgs.py
@@ -3,7 +3,7 @@
 import re, sys, fileinput
 
 skip_packages = ('openoffice.org-core', 'openoffice.org-report-builder-bin', 'openoffice.org-base-core', 'openoffice.org-dev', 'openoffice.org-dev-doc', 'openoffice.org-dbg', 'openoffice.org-help-sk', 'openoffice.org-nlpsolver', 'openoffice.org-hyphenation-show', 'openoffice.org-script-provider-bsh', 'openoffice.org-hyphenation-bn','openoffice.org-hyphenation-gu', 'openoffice.org-hyphenation-kn', 'openoffice.org-hyphenation-hi', 'openoffice.org-hyphenation-pa', 'openoffice.org-l10n-is')
-other_source_packages = ('docvert-openoffice.org', 'openclipart-openoffice.org','openoffice.org-dmaths','openoffice.org-mysql-connector','openoffice.org-pdfimport','openoffice.org-presentation-minimizer','openoffice.org-report-builder', 'openoffice.org-voikko','openoffice.org-writer2latex','openffice.org-wiki-publisher','openoffice.org-zemberek');
+other_source_packages = ('docvert-openoffice.org', 'openclipart-openoffice.org','openoffice.org-dmaths','openoffice.org-mysql-connector','openoffice.org-pdfimport','openoffice.org-presentation-minimizer','openoffice.org-report-builder', 'openoffice.org-voikko','openoffice.org-writer2latex','openoffice.org-wiki-publisher','openoffice.org-zemberek', 'openoffice.org-presenter-console', 'openoffice.org-writer2xhtml');
 
 def gen_transitonal_packages():
     skip = True

-- 
OpenOffice.org packaging repository


Reply to: