From 22a0b68c451e5ed0451adb5ccd0e09a96126ee23 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 13 Jan 2014 16:55:41 -0800 Subject: 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 Signed-off-by: Chad Versace --- debian/control | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3