aboutsummaryrefslogtreecommitdiff
path: root/psql/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-16 18:11:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-16 18:11:51 +0000
commit240fb90c779cd1c5826b305003a2fe39a5c8cd0c (patch)
treecd9e738d6023fd82a3edcdc50fa041bdb945c487 /psql/debian/control
parent8e33cbf97588a66c63a77146bb86cf62602bf991 (diff)
first stab at a working debian package
svn path=/trunk/externals/postlude/; revision=16245
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