summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorpavet2004-09-09 15:33:37 +0000
committerpavet2004-09-09 15:33:37 +0000
commita5803c3a3e49d5d10e017a70c9e94d0545d59a09 (patch)
tree62fb7a35ca46bbefa2eb1a9e4266315ed1ba76de /debian/control
parent23abb4b87c7e40ed259dd02f653516f60e55ade4 (diff)
downloadivycpy-vinit-a5803c3a3e49d5d10e017a70c9e94d0545d59a09.zip
ivycpy-vinit-a5803c3a3e49d5d10e017a70c9e94d0545d59a09.tar.gz
ivycpy-vinit-a5803c3a3e49d5d10e017a70c9e94d0545d59a09.tar.bz2
ivycpy-vinit-a5803c3a3e49d5d10e017a70c9e94d0545d59a09.tar.xz
Initial revision
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9d1502c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: ivycpy
+Version: ivycpy213sa
+Section: devel
+Priority: optional
+Maintainer: Didier Pavet <pavet@cena.fr>
+Standards-Version: 3.0.1
+Build-Depends: debhelper
+
+Package: ivycpy
+Section: devel
+Architecture: i386
+Depends: ${shlibs:Depends}, libc6-dev, python-tk (=2.1.3-3.2)
+Description: Ivy stub for Python (wrapper above ivyc).
+ Ivycpy is a wrapper above ivyc library (3.4) and procures functions
+ to plug a Python application onto the Ivy Bus;
+ This version is a very early release (ivycpy213sa stands for ivycpy for
+ Python 213 Stand Alone) which embodies ivy object modules,
+ and procures its own tkinter shared library . Further release should
+ just rely on dynamic linking with both libivy.so and native _tkinter.so