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

[SCM] LibreOffice packaging repository branch, master, updated. b596e53f095f430baf2964d2729c7bd03b0eb5ac



The following commit has been merged in the master branch:
commit 8bfa387b6348bd3258bfa4633cd12005f0a80b53
Author: Rene Engelhard <rene@debian.org>
Date:   Sun May 29 22:13:50 2011 +0000

    disable -sdbc-postgresql until fixed

diff --git a/changelog b/changelog
index 7e72aa8..47d3e77 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libreoffice (1:3.3.2-5) unstable; urgency=low
+
+  * debian/rules:
+    - disable -sdbc-postgresql until fixed (closes: #620100) 
+
+ -- Rene Engelhard <rene@debian.org>  Thu, 26 May 2011 13:07:57 +0000
+
 libreoffice (1:3.3.2-4) unstable; urgency=low
 
   * debian/patches/gcc4.6.0.diff: fix build with gcc 4.6, imported from
diff --git a/control b/control
index 70dd290..c6260ee 100644
--- a/control
+++ b/control
@@ -3447,20 +3447,6 @@ Description: office productivity suite -- KDE integration
   * konqueror / kmail
   * libreoffice-kab: KDE Addressbook support
 
-Package: libreoffice-sdbc-postgresql
-Section: misc
-Architecture: alpha amd64 armhf hppa i386 ia64 mips mipsel powerpc powerpcspe ppc64 s390 s390x sparc kfreebsd-amd64 kfreebsd-i386
-Depends: ${shlibs:Depends}, libreoffice-core, ${misc:Depends}
-Conflicts: ure (<< 1.5.1+OOo3.1.1-15)
-Suggests: postgresql
-Description: LibreOffice extension for PostgreSQL SDBC driver
- LibreOffice is a full-featured office productivity suite that provides
- a near drop-in replacement for Microsoft(R) Office.
- .
- The PostgreSQL SDBC Driver allows one to use the PostgreSQL database from
- LibreOffice without any wrapper layer such as ODBC or JDBC.
-Homepage: http://dba.openoffice.org/drivers/postgresql/
-
 Package: libreoffice-mysql-connector
 Section: misc
 Architecture: alpha amd64 armhf hppa i386 ia64 mips mipsel powerpc powerpcspe ppc64 s390 s390x sparc kfreebsd-amd64 kfreebsd-i386
diff --git a/rules b/rules
index 8933567..87390ce 100755
--- a/rules
+++ b/rules
@@ -248,7 +248,7 @@ else
   ENABLE_REPORTDESIGN=n
   ENABLE_MEDIAWIKI=n
 endif
-ENABLE_SDBC_POSTGRESQL=y
+ENABLE_SDBC_POSTGRESQL=n
 ENABLE_MINIMIZER=y
 ENABLE_PRESENTER_CONSOLE=y
 ENABLE_PDFIMPORT=y

-- 
LibreOffice packaging repository


Reply to: