summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d04bbd4)
raw | patch | inline | side by side (parent: d04bbd4)
author | Nicolas Dechesne <n-dechesne@ti.com> | |
Wed, 24 Oct 2012 16:19:19 +0000 (16:19 +0000) | ||
committer | Nicolas Dechesne <n-dechesne@ti.com> | |
Wed, 24 Oct 2012 20:59:19 +0000 (20:59 +0000) |
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
debian/changelog | [new file with mode: 0644] | patch | blob |
debian/compat | [new file with mode: 0644] | patch | blob |
debian/control | [new file with mode: 0644] | patch | blob |
debian/copyright | [new file with mode: 0644] | patch | blob |
debian/rules | [new file with mode: 0755] | patch | blob |
debian/source/format | [new file with mode: 0644] | patch | blob |
diff --git a/debian/changelog b/debian/changelog
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+kmscube (0.0.1+20121024-3) precise; urgency=low
+
+ * Initial debianization
+
+ -- Nicolas Dechesne <n-dechesne@ti.com> Wed, 24 Oct 2012 16:18:19 +0000
+
diff --git a/debian/control b/debian/control
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: kmscube
+Section: utils
+Priority: optional
+Maintainer: TI OMAP Developers <tiomap-dev@lists.launchpad.net>
+Build-Depends: cdbs,
+ debhelper (>= 7),
+ libtool,
+ pkg-config,
+ dh-autoreconf,
+ libwayland-dev,
+ libgbm-dev,
+ libdrm-dev (>= 2.4.39),
+ libegl1-sgx-omap4-dev,
+ libgles2-sgx-omap4-dev
+Standards-Version: 3.9.2
+Vcs-Git: git://gitorious.org/ubuntu-omap/kmscube.git
+Homepage: https://github.com/robclark/kmscube
+
+Package: kmscube
+Architecture: armhf
+Section: utils
+Priority: optional
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Example GLes app using kms/gbm
diff --git a/debian/copyright b/debian/copyright
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+This package was debianized by Nicolas Dechesne <n-dechesne@ti.com>
+
+Upstream Author(s):
+
+ Rob Clark <rob at ti dot com>
+
+Copyright:
+
+ Texas Instruments Inc. 2012
+
+License:
+
+ License:
+
+ GPL-2 (GNU GPL Version 2),
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+ Copyright (C) 2012 Texas Instruments
+
+and is licensed under the GPL version 2,
+see `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
+
diff --git a/debian/source/format b/debian/source/format
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)