summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..f5815fdd3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: piglit
+Priority: optional
+Section: devel
+Maintainer: Jordan Justen <jordan.l.justen@intel.com>
+Build-Depends: binutils (>> 2.18),
+ cmake,
+ debhelper (>= 9),
+ dh-python,
+ libegl1-mesa-dev | libegl-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ libxcb1-dev,
+ libwaffle-dev (>= 1.3),
+ pkg-config,
+ python (>= 2.7),
+ python-mako,
+ python-numpy
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.7
+Homepage: http://piglit.freedesktop.org/
+Vcs-Git: git://anongit.freedesktop.org/piglit
+Vcs-Browser: http://cgit.freedesktop.org/piglit/
+
+Package: piglit
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Pre-Depends}, ${misc:Depends},
+ ${python:Depends}
+Description: Open-source test suite for OpenGL implementations
+ Piglit is an open-source test suite for OpenGL implementations.