summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2014-01-13 16:55:41 -0800
committerChad Versace <chad.versace@linux.intel.com>2014-01-15 17:16:31 -0800
commit22a0b68c451e5ed0451adb5ccd0e09a96126ee23 (patch)
tree0b8d69013aee5da16dc92025f5955f5014e83085 /debian/control
parentf916efa9b8f5ef8cef2f04a7ff7a5811972f0700 (diff)
waffle: add debian packaging
This builds 4 packages: * libwaffle-1 * libwaffle-dev (pkgconfig, includes) * libwaffle-doc (man pages) * waffle-utils (wflinfo w/man page) v3: * Added to v3 of wflinfo series * Changed copyright to Intel Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control57
1 files changed, 57 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b32fa07
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,57 @@
+Source: waffle
+Priority: optional
+Section: libs
+Maintainer: Jordan Justen <jordan.l.justen@intel.com>
+Build-Depends: binutils (>> 2.18),
+ cmake,
+ debhelper (>= 9),
+ docbook-xls,
+ libegl1-mesa-dev | libegl-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ libgbm-dev,
+ libwayland-dev,
+ libx11-dev,
+ pkg-config,
+ xsltproc
+Standards-Version: 3.9.5
+Homepage: http://people.freedesktop.org/~chadversary/waffle
+Vcs-Git: git://people.freedesktop.org/~chadversary/waffle.git
+Vcs-Browser: http://cgit.freedesktop.org/~chadversary/waffle
+
+Package: libwaffle-1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Pre-Depends}, ${misc:Depends}
+Description: Waffle library utilities
+ A library for selecting GL API and window system at runtime
+
+Package: libwaffle-dev
+Architecture: any
+Section: libdevel
+Depends: libwaffle-1 (= ${binary:Version})
+Suggests: libwaffle-doc
+Description: Waffle library utilities
+ A library for selecting GL API and window system at runtime
+ .
+ This package provides the development environment for compiling
+ programs against the waffle library.
+
+Package: libwaffle-doc
+Architecture: all
+Section: doc
+Description: Waffle library utilities
+ A library for selecting GL API and window system at runtime
+ .
+ This package provides the documentation files for the waffle
+ library.
+
+Package: waffle-utils
+Architecture: any
+Section: utils
+Depends: libwaffle-1 (= ${binary:Version})
+Description: Waffle library utilities
+ A library for selecting GL API and window system at runtime
+ .
+ This package contains waffle utilities.
+ * wflinfo: Creates a GL context and prints information about
+ the created context.