aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog57
-rw-r--r--debian/compat1
-rw-r--r--debian/control41
-rw-r--r--debian/copyright49
-rw-r--r--debian/libgbm-dev.install2
-rw-r--r--debian/libgbm1.install1
-rwxr-xr-xdebian/rules11
-rw-r--r--debian/source/format1
8 files changed, 163 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 00000000..f7149a23
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,57 @@
1libgbm (9.0.0-8glsdk1) precise; urgency=low
2
3 * Updated control (removed blank lines)
4 * Fixed mk-build-deps error
5
6 -- Nikhil Devshatwar <nikhil.nd@ti.com> Tue, 05 Mar 2013 05:50:42 +0000
7
8libgbm (9.0.0-8) precise; urgency=low
9
10 * Remove untracked files
11 * gitignore
12 * Allow build for any architecture
13 * Add patch to produce libgbm.so.1.0.0
14
15 -- Vincent Stehlé <v-stehle@ti.com> Fri, 26 Oct 2012 14:27:32 +0200
16
17libgbm (9.0.0-7) precise; urgency=low
18
19 * Update control
20
21 -- Xavier Boudet <x-boudet@ti.com> Wed, 19 Sep 2012 12:34:48 +0200
22
23libgbm (9.0.0-6) precise; urgency=low
24
25 * Update Vcs-Git
26
27 -- Xavier Boudet <x-boudet@ti.com> Mon, 17 Sep 2012 19:17:52 +0200
28
29libgbm (9.0.0-5) precise; urgency=low
30
31 * Update control
32
33 -- Xavier Boudet <x-boudet@ti.com> Fri, 14 Sep 2012 17:05:24 +0200
34
35libgbm (9.0.0-4) precise; urgency=low
36
37 * Update configure.ac check modules
38
39 -- Xavier Boudet <x-boudet@ti.com> Fri, 14 Sep 2012 16:36:48 +0200
40
41libgbm (9.0.0-3) precise; urgency=low
42
43 * Update to libudev.pc name
44
45 -- Xavier Boudet <x-boudet@ti.com> Fri, 14 Sep 2012 15:55:14 +0200
46
47libgbm (9.0.0-2) precise; urgency=low
48
49 * Add udev patch
50
51 -- Xavier Boudet <x-boudet@ti.com> Thu, 13 Sep 2012 14:44:43 +0200
52
53libgbm (9.0.0-1) precise; urgency=low
54
55 * libgbm: gbm frontend used by weston compositor
56
57 -- Xavier Boudet <x-boudet@ti.com> Thu, 13 Sep 2012 10:39:15 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 00000000..7f8f011e
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
7
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..12df6fa1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
1Source: libgbm
2Section: graphics
3Priority: optional
4Maintainer: TI OMAP Developers <tiomap-dev@lists.launchpad.net>
5Build-Depends: cdbs,
6 debhelper (>= 7),
7 libtool,
8 dh-autoreconf,
9 quilt,
10 libdrm-dev (>= 2.4.32-1ubuntu1+ti1.1),
11 libdri2-dev (>= 1.0.2-0ubuntu3),
12 libudev-dev,
13 pkg-config
14Standards-Version: 3.9.2
15Homepage: git://github.com/robclark/libgbm.git
16Vcs-Git: git://gitorious.org/ubuntu-omap/libgbm.git
17
18Package: libgbm1
19Section: libs
20Architecture: any
21Priority: optional
22Depends:
23 ${shlibs:Depends},
24 ${misc:Depends},
25Pre-Depends: ${misc:Pre-Depends}
26Description: generic buffer management API -- runtime
27 This is the gbm frontend used by (for example) weston compositor to
28 load the GLES stack, and retrieve the backing buffer objects behind
29 an eglImage (created with EGL_WAYLAND_BUFFER_WL), etc.
30
31Package: libgbm-dev
32Section: libdevel
33Architecture: any
34Priority: optional
35Depends: ${misc:Depends},
36 libgbm1 (= ${binary:Version}),
37 libudev-dev
38Description: generic buffer management API -- runtime
39 This is the gbm frontend used by (for example) weston compositor to
40 load the GLES stack, and retrieve the backing buffer objects behind
41 an eglImage (created with EGL_WAYLAND_BUFFER_WL), etc.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 00000000..3280fa25
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,49 @@
1This package was debianized by Xavier Boudet <x-boudet@ti.com> on
2Thu, 13 Sep 2012 10:50:24 +0200.
3
4
5Upstream Author(s):
6
7 Benjamin Franzke <benjaminfranzke@googlemail.com>
8
9 Rob Clark <rob at ti dot com>
10
11Copyright:
12
13 Texas Instruments Inc. 2012
14
15License:
16
17 License:
18
19 * Copyright © 2011 Intel Corporation
20 *
21 * Permission is hereby granted, free of charge, to any person obtaining a
22 * copy of this software and associated documentation files (the "Software"),
23 * to deal in the Software without restriction, including without limitation
24 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
25 * and/or sell copies of the Software, and to permit persons to whom the
26 * Software is furnished to do so, subject to the following conditions:
27 *
28 * The above copyright notice and this permission notice (including the next
29 * paragraph) shall be included in all copies or substantial portions of the
30 * Software.
31 *
32 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
33 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
34 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
36 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
37 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
39 * DEALINGS IN THE SOFTWARE.
40
41On Debian systems, the complete text of the GNU General
42Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
43
44The Debian packaging is:
45
46 Copyright (C) 2012 Xavier Boudet <x-boudet@ti.com>
47
48and is licensed under the GPL version 2,
49see `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/libgbm-dev.install b/debian/libgbm-dev.install
new file mode 100644
index 00000000..1026b5c9
--- /dev/null
+++ b/debian/libgbm-dev.install
@@ -0,0 +1,2 @@
1usr/lib/pkgconfig/gbm.pc usr/lib/pkgconfig
2usr/include/gbm usr/include
diff --git a/debian/libgbm1.install b/debian/libgbm1.install
new file mode 100644
index 00000000..e6f8dfbc
--- /dev/null
+++ b/debian/libgbm1.install
@@ -0,0 +1 @@
usr/lib/libgbm.so* usr/lib
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 00000000..1b25e391
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
1#!/usr/bin/make -f
2
3include /usr/share/cdbs/1/rules/debhelper.mk
4include /usr/share/cdbs/1/class/autotools.mk
5include /usr/share/cdbs/1/rules/autoreconf.mk
6include /usr/share/cdbs/1/rules/patchsys-quilt.mk
7
8ifneq (,$(LDFLAGS))
9 LDFLAGS := $(filter-out %-Bsymbolic-functions,$(LDFLAGS))
10endif
11
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 00000000..163aaf8d
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
3.0 (quilt)