aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-16 18:19:05 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-16 18:19:05 +0000
commit5ef1016b462e68054f25248855f712e59cdc00a0 (patch)
tree54a1405f9698a7d64cb088fd97b8d19249b981f5
parent240fb90c779cd1c5826b305003a2fe39a5c8cd0c (diff)
psql is a single object lib, so it doesn't need all the libdir/import stuff to work
svn path=/trunk/externals/postlude/; revision=16247
-rw-r--r--psql/debian/control4
1 files changed, 1 insertions, 3 deletions
diff --git a/psql/debian/control b/psql/debian/control
index c99cf61..e156af8 100644
--- a/psql/debian/control
+++ b/psql/debian/control
@@ -16,13 +16,11 @@ Package: pd-psql
Architecture: any
Depends: ${shlibs:Depends},
pd,
- pd-libdir,
${misc:Depends}
-Recommends: pd-import
Description: Pd object for connecting to PostgreSQL databases
psql allows you to send SQL messages to a PostgreSQL database from Pd and
retrieve the results. It provides a bit of a wrapper to SQL commands to
make them easier to write in Pd.
.
You will need to separately set up a PostgreSQL database to connect to,
- if you don't already have one. \ No newline at end of file
+ if you don't already have one.