aboutsummaryrefslogtreecommitdiff
path: root/psql/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'psql/debian/control')
-rw-r--r--psql/debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/psql/debian/control b/psql/debian/control
new file mode 100644
index 0000000..c99cf61
--- /dev/null
+++ b/psql/debian/control
@@ -0,0 +1,28 @@
+Source: pd-psql
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Hans-Christoph Steiner <hans@eds.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ puredata-dev | puredata (<< 0.43),
+ libpq-dev
+Standards-Version: 3.9.3
+Homepage: http://puredata.info
+Vcs-Git: git://git.debian.org/pkg-multimedia/pd-psql.git
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-psql.git;a=summary
+
+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