diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
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 |