From 240fb90c779cd1c5826b305003a2fe39a5c8cd0c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 16 Sep 2012 18:11:51 +0000 Subject: first stab at a working debian package svn path=/trunk/externals/postlude/; revision=16245 --- psql/debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 psql/debian/control (limited to 'psql/debian/control') 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 +DM-Upload-Allowed: yes +Uploaders: Hans-Christoph Steiner +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 -- cgit v1.2.1