The following commit has been merged in the master branch: commit 0d279f3bd5b13134da74f3b1ad44d3128af952af Author: Rene Engelhard <r...@debian.org> Date: Mon Jul 18 14:10:02 2011 +0200
disable openoffice.org-sdbc-postgresql, disabled in LibreOffice diff --git a/changelog b/changelog index 50cc5df..b4f0b33 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,10 @@ +openoffice.org (1:3.3.0-11) unstable; urgency=high + + * disable openoffice.org-sdbc-postgresql, disabled in LibreOffice + (closes: #634263) + + -- Rene Engelhard <r...@debian.org> Mon, 18 Jul 2011 14:03:55 +0200 + openoffice.org (1:3.3.0-10) unstable; urgency=low * debian/mirror.1und1.de_debian_dists_sid_main_binary-amd64_Packages: update diff --git a/control b/control index 9db802c..553d800 100644 --- a/control +++ b/control @@ -834,17 +834,6 @@ Description: LibreOffice extension for importing PDF documents . It can be safely removed after an upgrade. -Package: openoffice.org-sdbc-postgresql -Architecture: all -Priority: extra -Section: misc -Depends: libreoffice-sdbc-postgresql -Description: LibreOffice extension for PostgreSQL SDBC driver - This is a transitional package, replacing the OpenOffice.org packaging - with the LibreOffice packaging. - . - It can be safely removed after an upgrade. - Package: openoffice.org-help-om Architecture: all Priority: extra diff --git a/scripts/gentranspkgs.py b/scripts/gentranspkgs.py index 2d54ffb..47397a2 100644 --- a/scripts/gentranspkgs.py +++ b/scripts/gentranspkgs.py @@ -2,7 +2,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') +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-sdbc-postgresql') def gen_transitonal_packages(): skip = True -- OpenOffice.org 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/e1qime9-0003vj...@vasks.debian.org