summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.Debian2
-rw-r--r--debian/README.source4
-rw-r--r--debian/control22
-rw-r--r--debian/copyright33
-rw-r--r--debian/libgles2-pvr.install1
-rw-r--r--debian/libpvr-private.links2
-rw-r--r--debian/pvr-utils.install14
7 files changed, 50 insertions, 28 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 9215163..d1ef0e3 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,6 +1,6 @@
s900-gpu-binary for Debian
-------------------------
-We use divert to overwrite system libGLES stuff.
+This package is still WIP.
-- Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Tue, 01 Mar 2016 14:57:26 +0800
diff --git a/debian/README.source b/debian/README.source
index 43e0622..a91bfc6 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -14,4 +14,8 @@ To build the package:
* gbp buildpackage --git-pristine-tar
+To update the package:
+
+ * gbp pull
+
-- Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Tue, 01 Mar 2016 14:57:26 +0800
diff --git a/debian/control b/debian/control
index bc746f3..2f82c55 100644
--- a/debian/control
+++ b/debian/control
@@ -17,10 +17,7 @@ Description: pvr private lib
Package: libgles1-pvr
Section: non-free/libs
Architecture: arm64
-Depends:
- libpvr-private,
- ${shlibs:Depends},
- ${misc:Depends},
+Depends: libpvr-private, ${misc:Depends}, ${shlibs:Depends}
Provides: libgles1, libgles1-mesa
Conflicts: libgles1, libgles1-mesa
Replaces: libgles1, libgles1-mesa
@@ -37,9 +34,7 @@ Description: pvr implementation of the OpenGL|ES 1.x API -- runtime
Package: libgles1-pvr-dev
Section: non-free/libdevel
Architecture: arm64
-Depends:
- libgles1-pvr (= ${binary:Version}),
- ${misc:Depends},
+Depends: libgles1-pvr (= ${binary:Version}), ${misc:Depends}
Conflicts: libgles1-mesa-dev
Replaces: libgles1-mesa-dev
Provides: libgles1-mesa-dev
@@ -95,9 +90,7 @@ Description: pvr implementation of the OpenGL|ES 2.x API -- development files
Package: xserver-xorg-video-pvr
Architecture: arm64
-Depends: libpvr-private,
- ${shlibs:Depends},
- ${misc:Depends},
+Depends: libpvr-private, ${misc:Depends}, ${shlibs:Depends}
Recommends: libgl1-pvr-dri
Description: X.Org X server -- pvr display driver
This driver for the X.Org X server (see xserver-xorg for a further
@@ -107,12 +100,9 @@ Package: libgl1-pvr-dri
Section: non-free/libs
Architecture: arm64
Pre-Depends: ${misc:Pre-Depends}
-Depends: libpvr-private,
- ${shlibs:Depends},
- ${misc:Depends}
+Depends: libpvr-private, ${misc:Depends}, ${shlibs:Depends}
Recommends: libtxc-dxtn-s2tc0 | libtxc-dxtn0
-Breaks:
- xserver-xorg-core (<< 2:1.14.3-5),
+Breaks: xserver-xorg-core (<< 2:1.14.3-5)
Multi-Arch: same
Description: pvr implementation of the OpenGL API -- DRI modules
This package does not include the OpenGL library itself, only the DRI
@@ -121,6 +111,6 @@ Description: pvr implementation of the OpenGL API -- DRI modules
Package: pvr-utils
Section: non-free/x11
Architecture: arm64
-Depends: libpvr-private, ${shlibs:Depends}, ${misc:Depends},
+Depends: libpvr-private, ${misc:Depends}, ${shlibs:Depends}
Description: Miscellaneous pvr GL utilities
This package provides several basic GL utilities built by pvr.
diff --git a/debian/copyright b/debian/copyright
index f6a9922..3d4431b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,8 +4,37 @@ Source: <url://example.com>
Files: *
Copyright: 2015 Actions-Semi
-License: Non-free license.
- It is non-free.
+License:
+ These terms of use constitute a legal agreement between you and Actions
+ (Zhuhai) Technology Co., Ltd ( “Actions”), concerning your use of the
+ software provided by Actions. Before using the software provided by Actions,
+ please carefully read these terms of use. If you use the software provided
+ by Actions, you have fully agreed to these terms of use; if you do not
+ agree, do not use the software provided by Actions.
+ .
+ 1. License. If you comply with the terms and conditions herein, Actions
+ grants you a limited, worldwide, non-exclusive right and license to modify,
+ reproduce, distribute or publish the software provided by Actions.
+ .
+ 2. Disclaimer of Warranty. The software provided by Actions is provided on
+ an “as is” basis, with all faults and without warranty of any kind, and
+ Actions hereby disclaims all warranties with respect to such information and
+ material, either express, implied or statutory, including, but not limited
+ to, the implied warranties of merchantability, satisfactory quality, fitness
+ for a particular purpose, accuracy, error-free, and non-infringement of
+ third party rights.
+ .
+ 3. Limitation of Liability. In no event shall Actions be liable for any
+ direct, incidental, special, indirect or consequential damages whatsoever,
+ including, without limitation, damages for loss of profits, loss of data,
+ business interruption or any other commercial damages or losses, arising out
+ of or related to your use or inability to use the website, however caused,
+ regardless of the theory of liability (contract, tort or otherwise) and even
+ if Actions has been advised of the possibility of such damages.
+ .
+ 4. Copyright. The software provided by Actions is protected by applicable
+ copyright laws. All relevant copyrights belong to Actions and/or related
+ property owners.
Files: debian/*
Copyright: 2016 Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
diff --git a/debian/libgles2-pvr.install b/debian/libgles2-pvr.install
index ae3edc4..cdf2455 100644
--- a/debian/libgles2-pvr.install
+++ b/debian/libgles2-pvr.install
@@ -1,2 +1 @@
build/libGLESv2.so.* usr/lib/aarch64-linux-gnu
-
diff --git a/debian/libpvr-private.links b/debian/libpvr-private.links
index b0dd6f2..2aff76e 100644
--- a/debian/libpvr-private.links
+++ b/debian/libpvr-private.links
@@ -1 +1 @@
-usr/lib/aarch64-linux-gnu/pvr usr/local/pvr/lib \ No newline at end of file
+usr/lib/aarch64-linux-gnu/pvr usr/local/pvr/lib
diff --git a/debian/pvr-utils.install b/debian/pvr-utils.install
index f732a4e..f6a79c7 100644
--- a/debian/pvr-utils.install
+++ b/debian/pvr-utils.install
@@ -1,19 +1,19 @@
target_arm64/hwperfbin2jsont usr/bin
+target_arm64/ocl_unit_test usr/bin
+target_arm64/pvrdebug usr/bin
+target_arm64/pvrsrvctl usr/bin
+target_arm64/pvrtld usr/bin
+target_arm64/rgx_compute_test usr/bin
+target_arm64/rogue2d_fbctest usr/bin
+target_arm64/rogue2d_unittest usr/bin
target_arm64/xeglinfo usr/bin
target_arm64/xgles1test1 usr/bin
-target_arm64/ocl_unit_test usr/bin
target_arm64/xgles2image usr/bin
-target_arm64/pvrdebug usr/bin
target_arm64/xgles2test1 usr/bin
target_arm64/xgles3test1 usr/bin
-target_arm64/pvrsrvctl usr/bin
target_arm64/xgltest1 usr/bin
-target_arm64/pvrtld usr/bin
target_arm64/xgltest2 usr/bin
target_arm64/xmultiegltest usr/bin
-target_arm64/rgx_compute_test usr/bin
target_arm64/xmultiegltest_es2 usr/bin
-target_arm64/rogue2d_fbctest usr/bin
target_arm64/xmultitest usr/bin
-target_arm64/rogue2d_unittest usr/bin
target_neutral/*.txt usr/share/pvr-utils