[Pkg-cli-libs-commits] [SCM] opentk branch, master, updated. 331e9980b769c513c7261cfffa99a79281c8e196

Jo Shields directhex at apebox.org
Fri May 18 17:37:57 UTC 2012


The following commit has been merged in the master branch:
commit a2eae2783274be63b97a343381511bfe429244b4
Author: Jo Shields <directhex at apebox.org>
Date:   Fri May 18 17:14:44 2012 +0100

    Add a basic control file.

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..672daf6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: opentk
+Section: devel
+Priority: optional
+Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
+Uploaders: Jo Shields <directhex at apebox.org>
+Build-Depends: cli-common-dev (>= 0.5.7), debhelper (>= 7.0.50~)
+Build-Depends-Indep: mono-devel (>= 2.8)
+Standards-Version: 3.9.3
+Homepage: http://www.opentk.com
+Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/opentk.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/opentk.git
+
+Package: libopentk1.0-cil
+Architecture: all
+Section: cli-mono
+Depends: ${cli:Depends}, ${misc:Depends}
+Description: Open Toolkit wrapper for OpenGL, OpenAL and OpenCL - Assemblies
+ The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, 
+ OpenCL and OpenAL. It is suitable for games, scientific applications and 
+ any other project that requires 3d graphics, audio or compute functionality.
+ .
+ This package contains the OpenTK assemblies
+
+
+Package: libopentk-cil-dev
+Architecture: all
+Section: cli-mono
+Depends: libopentk1.0-cil (= ${source:Version}), ${misc:Depends}
+Description: Open Toolkit wrapper for OpenGL, OpenAL and OpenCL - Assemblies
+ The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, 
+ OpenCL and OpenAL. It is suitable for games, scientific applications and 
+ any other project that requires 3d graphics, audio or compute functionality.
+ .
+ This package contains the development files for OpenTK, and should be used
+ for compilation.
+

-- 
opentk



More information about the Pkg-cli-libs-commits mailing list