summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRoman Valov <roman.valov@gmail.com>2014-01-19 18:17:48 +0400
committerRoman Valov <roman.valov@gmail.com>2014-01-22 17:18:29 +0400
commit346a7967e9cc4ee78d3d8e54a84e46195d966122 (patch)
tree3d36e0128972d6154debebcc3f8fabdce341019e /debian/control
parent4d8b8114076109872733099793207b0fca7bfb87 (diff)
Imported Debian patch 3.0.4-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control46
1 files changed, 46 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7210171
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: glfw3
+Section: libs
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
+Uploaders: Mahyuddin Susanto <udienz@ubuntu.com>,
+ Roman Valov <roman.valov@gmail.com>
+Build-Depends: debhelper (>= 9), cmake,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ libx11-dev, libxrandr-dev,
+ libxi-dev, libxxf86vm-dev,
+ libxext-dev
+Standards-Version: 3.9.5
+Homepage: http://www.glfw.org/
+Vcs-Git: git://anonscm.debian.org/pkg-games/glfw3.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/glfw3.git
+
+Package: libglfw3
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: portable library for OpenGL, window and input (libraries)
+ GLFW is an Open Source, multi-platform library for creating
+ windows with OpenGL contexts and managing input and events.
+ It is easy to integrate into existing applications and does
+ not lay claim to the main loop.
+ .
+ This package provides shared libraries.
+
+Package: libglfw3-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libglfw3 (= ${binary:Version}), ${misc:Depends},
+ mesa-common-dev, libglu1-mesa-dev | libglu-dev
+Provides: libglfw-dev
+Conflicts: libglfw-dev
+Description: portable library for OpenGL, window and input (development files)
+ GLFW is an Open Source, multi-platform library for creating
+ windows with OpenGL contexts and managing input and events.
+ It is easy to integrate into existing applications and does
+ not lay claim to the main loop.
+ .
+ This package provides development files.