summaryrefslogtreecommitdiffstats
path: root/debian/control.postgresql.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control.postgresql.in')
-rw-r--r--debian/control.postgresql.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control.postgresql.in b/debian/control.postgresql.in
new file mode 100644
index 000000000..d41576868
--- /dev/null
+++ b/debian/control.postgresql.in
@@ -0,0 +1,17 @@
+Package: libreoffice-sdbc-postgresql
+Section: misc
+Architecture: %OOO_BASE_ARCHS%
+Depends: libreoffice-core-nogui | libreoffice-core,
+ libreoffice-common (>= 1:7.0.0~alpha),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: postgresql (>= 8.4)
+Enhances: libreoffice-base-drivers
+Description: PostgreSQL SDBC driver for LibreOffice
+ 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://wiki.documentfoundation.org/PostgreSQL-SDBC
+