From eeb65f8cd239e5a3367be902375c149ad7ac0f1b Mon Sep 17 00:00:00 2001 From: fourdan Date: Wed, 24 May 2006 14:45:31 +0000 Subject: Fix make install if dest dirs are missing, add Debian administrative files, so first Debian package of ivy-cpp is now ready ;) --- debian/control | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.1