SDLGLES initial import
[sdlhildon] / sdlgles / debian / control
diff --git a/sdlgles/debian/control b/sdlgles/debian/control
new file mode 100644 (file)
index 0000000..be72b25
--- /dev/null
@@ -0,0 +1,23 @@
+Source: sdlgles
+Priority: extra
+Maintainer: Javier S. Pedro <maemo@javispedro.com>
+Build-Depends: debhelper (>= 5), libxext-dev, libsdl1.2-dev
+Standards-Version: 3.7.2
+Section: libs
+
+Package: libsdl-gles1.2-1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: OpenGL|ES library for Simple DirectMedia Layer 1.2
+ This is a simple library that allows you to use OpenGL|ES (1.1 or 2.0) calls
+ in your SDL applications, hiding the EGL surface creation from you.
+
+Package: libsdl-gles1.2-dev
+Section: libdevel
+Architecture: any
+Depends: libsdl-gles1.2-1 (= ${Source-Version})
+Description: development files for OpenGL|ES library for SDL 1.2
+ This is a simple library that allows you to use OpenGL|ES (1.1 or 2.0) calls
+ in your SDL applications, hiding the EGL surface creation from you.
+