summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorfourdan2006-05-24 14:45:31 +0000
committerfourdan2006-05-24 14:45:31 +0000
commiteeb65f8cd239e5a3367be902375c149ad7ac0f1b (patch)
treedf5fc49dc81555b3c4215b4b945786cee6fef2d1 /debian/control
parentfb3af665bef25a9056535b8ec2b90f109ee6908c (diff)
downloadivy-cplusplus-eeb65f8cd239e5a3367be902375c149ad7ac0f1b.zip
ivy-cplusplus-eeb65f8cd239e5a3367be902375c149ad7ac0f1b.tar.gz
ivy-cplusplus-eeb65f8cd239e5a3367be902375c149ad7ac0f1b.tar.bz2
ivy-cplusplus-eeb65f8cd239e5a3367be902375c149ad7ac0f1b.tar.xz
Fix make install if dest dirs are missing, add Debian administrative files, so first Debian package of ivy-cpp is now ready ;)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..944be4f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: ivy-cpp
+Priority: extra
+Section: devel
+Maintainer: Alexandre Bustico <alexandre.bustico@cena.fr>
+Build-Depends: debhelper (>> 4.0.0)
+Standards-Version: 3.6.1
+
+Package: ivy-cpp-dev
+Section: libdevel
+Architecture: any
+Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, xlibs-dev
+Description: C++ api for Ivy software bus. development Package
+ This package is needed for compiling applications using ivy in C++.
+ Ivy is mostly a communication convention between processes, implemented
+ through a collection of libraries in several languages and for several platforms,
+ from C to Perl, from Macintosh or WindowsNT to Linux or Unix.
+
+Package: ivy-cpp
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, libpthread0, xlibmesa-gl, libxxf86vm1
+Build-Depends: debhelper, libc6-dev, xlibs-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev, libpcre3-dev
+Description: C++ api for Ivy software bus. runtime Package
+ Ivy is mostly a communication convention between processes, implemented
+ through a collection of libraries in several languages and for several platforms:
+ from C to Perl, from Macintosh or WindowsNT to Linux or Unix.
+
+Package: ivy-cpp-glfw
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, libpthread0, xlibmesa-gl, libxxf86vm1, glfw
+Build-Depends: debhelper, libc6-dev, xlibs-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev, libpcre3-dev
+Description: C++ api for Ivy software bus. runtime Package
+ Ivy is mostly a communication convention between processes, implemented
+ through a collection of libraries in several languages and for several platforms:
+ from C to Perl, from Macintosh or WindowsNT to Linux or Unix.