--- xserver-xorg-video-psb-0.31.0.orig/debian/changelog +++ xserver-xorg-video-psb-0.31.0/debian/changelog @@ -0,0 +1,6 @@ +xserver-xorg-video-psb (0.31.0-0ubuntu1~904um1) jaunty; urgency=low + + * Initial repackage for Jaunty. + + -- Steve Kowalik Wed, 13 May 2009 14:20:56 +1000 + --- xserver-xorg-video-psb-0.31.0.orig/debian/compat +++ xserver-xorg-video-psb-0.31.0/debian/compat @@ -0,0 +1 @@ +7 --- xserver-xorg-video-psb-0.31.0.orig/debian/control +++ xserver-xorg-video-psb-0.31.0/debian/control @@ -0,0 +1,14 @@ +Source: xserver-xorg-video-psb +Priority: optional +Section: x11 +Maintainer: Ubuntu Mobile Developers +XSBC-Original-Maintainer: Chunfeng Zhao +Build-Depends: debhelper (>= 7), pkg-config, xserver-xorg-dev (>= 2:1.3), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, libxvmc-dev (>= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, psb-kernel-headers, libdrm-poulsbo-dev (>= 2.3.0) [!hurd-i386], x11proto-xf86dri-dev, x11proto-xf86dga-dev, x11proto-xf86misc-dev +Standards-Version: 3.8.0 + +Package: xserver-xorg-video-psb +Architecture: any +Depends: ${shlibs:Depends}, libdrm-poulsbo1, psb-modules | psb-kernel-source +Provides: xserver-xorg-video-5 +Description: X.Org X server -- Intel Poulsbo (2D) + 2D graphics driver for Poulsbo --- xserver-xorg-video-psb-0.31.0.orig/debian/copyright +++ xserver-xorg-video-psb-0.31.0/debian/copyright @@ -0,0 +1,53 @@ +This package was debianized by Calvin Zhao on +Wed, 20 Jun 2007 11:21:36 -0700. + +It was downloaded from + +Upstream Author: + +Copyright: Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. + Copyright © 1999, 2001 Keith Packard + Copyright © 2002 David Dawes + Copyright © 2003 Anders Carlsson + Copyright © 2006-20078 Intel Corporation + Copyright 2006-2007 Tungsten Graphics, Inc., Cedar Park, TX., USA. + Copyright 2006 Dave Airlie + Copyright 2006 Thomas Hellstrom. + Partly based on code that is Copyright © The XFree86 Project Inc. + +License: + +/************************************************************************** + * + * Copyright (c) Intel Corp. 2007. + * All Rights Reserved. + * + * Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to + * develop this driver. + * + * 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, sub license, 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 NON-INFRINGEMENT. IN NO EVENT SHALL + * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS 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. + * + **************************************************************************/ + + +The Debian packaging is (C) 2009, Canonical Ltd and +is licensed under the GPL, version 3 + --- xserver-xorg-video-psb-0.31.0.orig/debian/rules +++ xserver-xorg-video-psb-0.31.0/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch build-stamp + +clean: + dh $@ + +install: build install-stamp +install-stamp: + dh install + grep PCI_CHIP src/psb_driver.h | sed -e 's/^.*0x/8086/g' > $(CURDIR)/debian/xserver-xorg-video-psb/usr/share/xserver-xorg/pci/psb.ids + touch install-stamp + +binary-arch: install + dh $@ + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep --- xserver-xorg-video-psb-0.31.0.orig/debian/dirs +++ xserver-xorg-video-psb-0.31.0/debian/dirs @@ -0,0 +1 @@ +usr/share/xserver-xorg/pci