Skip to content
Snippets Groups Projects
Commit a33a9d30 authored by aTc's avatar aTc
Browse files

initial debian version

parent 046a7714
Branches
Tags debian/0.5.1-1
No related merge requests found
xserver-xorg-video-fbturbo (0.5.1-1) unstable; urgency=low
[ Pyra Dev ]
* Initial release
[ ]
-- Pyra Dev <pyra-dev@pyra-handheld.com> Thu, 28 Aug 2014 00:54:13 +0000
8
Source: xserver-xorg-video-fbturbo
Section: x11
Priority: optional
Maintainer: Pyra Dev <pyra-dev@pyra-handheld.com>
Build-Depends: debhelper (>= 8),
dh-autoreconf,
libdrm-dev (>= 2.4.36),
libudev-dev,
libxext-dev,
pkg-config,
x11proto-core-dev,
x11proto-fonts-dev,
x11proto-gl-dev,
x11proto-xf86dri-dev,
xutils-dev,
xserver-xorg-dev (>= 2:1.9.4)
Standards-Version: 3.9.5
Vcs-Git: git://git.openpandora.org:xserver-xorg-video-fbturbo.git
Vcs-Browser: http://dev.pyra-handheld.com/index.php/p/xserver-xorg-video-fbturbo/source/tree/master/
Package: xserver-xorg-video-fbturbo
Architecture: armel armhf
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends},
${xviddriver:Depends}
Provides: ${xviddriver:Provides}
Description: X.Org X server -- fbturbo display driver
This driver for the X.Org X server (see xserver-xorg for a further
description) is a superset and drop-in replacement for xf86-video-fbdev
and xf86-video-mali drivers. It just generally provides better performance
on ARM hardware.
.
More information about X.Org can be found at:
* <URL:http://www.X.org>
* <URL:http://xorg.freedesktop.org>
* <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/ssvb/xf86-video-fbturbo
Files: *
Copyright: 2013 Siarhei Siamashka <siarhei.siamashka@gmail.com>
License: Expat
Files: src/uthash.h
Copyright: 2003-2013, Troy D. Hanson http://uthash.sourceforge.net
License: Expat
Files: src/compat-api.h
Copyright: 2012 Red Hat, Inc.
License: Expat
Files: src/fbdev*
Copyright: 1994-2003 The XFree86 Project, Inc.
License: Expat
Files: src/sunxi_disp_ioctl.h
Copyright: 2007-2012 Allwinner Technology Co., Ltd.
License: GPL-2+
Files: src/g2d_driver.h
Copyright: 2011 xxxx Electronics
2011 Yupu Tang
License: GPL-2+
Files: debian/*
Copyright: 2014 Pyra Dev <pyra-dev@pyra-handheld.com>
License: Expat
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
License: GPL-2+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
.
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.
.
On Debian systems, the complete text of the GNU General Public License
version 2 can be found in `/usr/share/common-licenses/GPL-2'.
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
# main packaging script based on dh7 syntax
%:
dh $@ --with autoreconf,xsf
# debmake generated override targets
override_dh_auto_configure:
dh_auto_configure -- \
--with-xorg-module-dir=/usr/lib/xorg/modules
# use appropriate warning level for a plugin
override_dh_shlibdeps:
dh_shlibdeps -- --warnings=6
3.0 (quilt)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment