--- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/autogen.sh +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/autogen.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/xserver-xorg-video-modesetting-lts-quantal.docs +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/xserver-xorg-video-modesetting-lts-quantal.docs @@ -0,0 +1 @@ +README --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/watch +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-video-modesetting +version=3 +http://xorg.freedesktop.org/releases/individual/driver/ xf86-video-modesetting-(.*)\.tar\.gz --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/rules +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/rules @@ -0,0 +1,33 @@ +#!/usr/bin/make -f + +SOURCE_NAME := $(shell dpkg-parsechangelog | awk -F': ' '/^Source: / {print $$2}') +SOURCE_VERSION := $(shell dpkg-parsechangelog | awk -F': ' '/^Version: / {print $$2}') +BUILDER := $(shell dpkg-parsechangelog | awk -F': ' '/^Maintainer: / {print $$2}') + +# Install in debian/tmp to retain control through dh_install: +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp + +# Kill *.la files, and forget no-one: +override_dh_install: + find debian/tmp -name '*.la' -delete + dh_install --fail-missing + +# Debug package: +override_dh_strip: + dh_strip --dbg-package=xserver-xorg-video-modesetting-lts-quantal-dbg + +%: + dh $@ --with quilt,autoreconf,xsf --builddirectory=build/ + +# Snapshots should only target experimental: +generate-snapshot: UPSTREAM_VERSION = $(shell echo $(SOURCE_VERSION) | sed 's/^[0-9]*://;s/-.*$$//') +generate-snapshot: UPSTREAM_BRANCH ?= upstream-experimental +generate-snapshot: ORIG = ../$(SOURCE_NAME)_$(UPSTREAM_VERSION).orig.tar.gz +generate-snapshot: + if [ -f $(ORIG) ]; then \ + echo "$(ORIG) already exists, stopping"; exit 1; \ + fi + git archive --format=tar --prefix=$(SOURCE_NAME)-$(UPSTREAM_VERSION)/ $(UPSTREAM_BRANCH) \ + | gzip -9 > $(ORIG) + pristine-tar commit $(ORIG) $(UPSTREAM_BRANCH) --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/changelog +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/changelog @@ -0,0 +1,41 @@ +xserver-xorg-video-modesetting-lts-quantal (0.5.0-0ubuntu1~precise1) precise-proposed; urgency=low + + * Rename package for the LTS point update, and add + replaces/breaks/provides + + -- Maarten Lankhorst Fri, 30 Nov 2012 21:00:02 +0100 + +xserver-xorg-video-modesetting (0.5.0-0ubuntu1) quantal; urgency=low + + * Sync from unreleased debian git. + - Removed adding-platform-bus-support.patch, included upstream. + + -- Timo Aaltonen Thu, 13 Sep 2012 10:24:26 +0300 + +xserver-xorg-video-modesetting (0.5.0-1) UNRELEASED; urgency=low + + * New upstream release. + * Require x-server 1.13rc1 + + -- Maarten Lankhorst Tue, 17 Jul 2012 17:11:17 +0200 + +xserver-xorg-video-modesetting (0.4.0-0ubuntu2) quantal; urgency=low + + * debian/patches/adding-platform-bus-support.patch: + - Adding platformBus support, to protect xorg on also loading the fbdev + driver when running on ARM (mostly platform devices) (LP: #1041727) + + -- Ricardo Salveti de Araujo Sun, 26 Aug 2012 00:10:21 -0300 + +xserver-xorg-video-modesetting (0.4.0-0ubuntu1) quantal-proposed; urgency=low + + * Sync from unreleased debian git. + + -- Timo Aaltonen Wed, 01 Aug 2012 18:45:39 +0300 + +xserver-xorg-video-modesetting (0.3.0-1) unstable; urgency=low + + [ Timo Aaltonen ] + * Initial release (Closes: #677425). + + -- Cyril Brulebois Wed, 13 Jun 2012 21:32:23 +0000 --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/xserver-xorg-video-modesetting-lts-quantal.links +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/xserver-xorg-video-modesetting-lts-quantal.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-video-modesetting/script --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/copyright +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/copyright @@ -0,0 +1,38 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: xf86-video-modesetting +Upstream-Contact: http://lists.freedesktop.org/mailman/listinfo/xorg +Source: http://xorg.freedesktop.org/releases/individual/driver/ + +Files: src/driver.h +Copyright: 2008 Tungsten Graphics, Inc. +License: MIT-X11 + +Files: src/driver.c +Copyright: 2008 Tungsten Graphics, Inc. + 2011 Dave Airlie +License: MIT-X11 + +Files: src/drmmode_* +Copyright: 2007 Red Hat, Inc. +License: MIT-X11 + +License: MIT-X11 + 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 TUNGSTEN GRAPHICS 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. \ No newline at end of file --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/README.source +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/README.source @@ -0,0 +1,49 @@ +------------------------------------------------------ +Quick Guide To Patching This Package For The Impatient +------------------------------------------------------ + +1. Make sure you have quilt installed +2. Unpack the package as usual with "dpkg-source -x" +3. Run the "patch" target in debian/rules +4. Create a new patch with "quilt new" (see quilt(1)) +5. Edit all the files you want to include in the patch with "quilt edit" + (see quilt(1)). +6. Write the patch with "quilt refresh" (see quilt(1)) +7. Run the "clean" target in debian/rules + +Alternatively, instead of using quilt directly, you can drop the patch in to +debian/patches and add the name of the patch to debian/patches/series. + +------------------------------------ +Guide To The X Strike Force Packages +------------------------------------ + +The X Strike Force team maintains X packages in git repositories on +git.debian.org in the pkg-xorg subdirectory. Most upstream packages +are actually maintained in git repositories as well, so they often +just need to be pulled into git.debian.org in a "upstream-*" branch. +Otherwise, the upstream sources are manually installed in the Debian +git repository. + +The .orig.tar.gz upstream source file could be generated using this +"upstream-*" branch in the Debian git repository but it is actually +copied from upstream tarballs directly. + +Due to X.org being highly modular, packaging all X.org applications +as their own independent packages would have created too many Debian +packages. For this reason, some X.org applications have been grouped +into larger packages: xutils, xutils-dev, x11-apps, x11-session-utils, +x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils. +Most packages, including the X.org server itself and all libraries +and drivers are, however maintained independently. + +The Debian packaging is added by creating the "debian-*" git branch +which contains the aforementioned "upstream-*" branch plus the debian/ +repository files. +When a patch has to be applied to the Debian package, two solutions +are involved: +* If the patch is available in one of the upstream branches, it + may be git'cherry-picked into the Debian repository. In this + case, it appears directly in the .diff.gz. +* Otherwise, the patch is added to debian/patches/ which is managed + with quilt as documented in /usr/share/doc/quilt/README.source. --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/compat +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/compat @@ -0,0 +1 @@ +8 --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/control +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/control @@ -0,0 +1,58 @@ +Source: xserver-xorg-video-modesetting-lts-quantal +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian X Strike Force +Uploaders: Cyril Brulebois +Build-Depends: + debhelper (>= 8), + dh-autoreconf, + pkg-config, + xserver-xorg-dev-lts-quantal (>= 2:1.12.99.901), + x11proto-core-dev, + x11proto-fonts-dev, + x11proto-randr-dev, + x11proto-xext-dev, + libdrm-dev-lts-quantal (>= 2.2), + libpciaccess-dev (>= 0.10), + libudev-dev [linux-any], + quilt, + xutils-dev (>= 1:7.5+4), +Standards-Version: 3.9.3 +Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-modesetting +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-modesetting.git + +Package: xserver-xorg-video-modesetting-lts-quantal +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xviddriver:Depends}, +Provides: + xserver-xorg-video-modesetting, xorg-renamed-package, xorg-renamed-package-lts-quantal, + ${xviddriver:Provides} +Description: X.Org X server -- Generic modesetting driver + This package provides a generic modesetting driver. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-video-modesetting driver module. +Replaces: xserver-xorg-video-modesetting +Conflicts: xserver-xorg-video-modesetting + +Package: xserver-xorg-video-modesetting-lts-quantal-dbg +Architecture: any +Depends: + xserver-xorg-video-modesetting-lts-quantal (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends} +Section: debug +Priority: extra +Description: X.Org X server -- Generic modesetting driver (debug symbols) + This driver provides support for the generic modesetting driver. + . + This package provides debugging symbols for this Xorg X driver. +Replaces: xserver-xorg-video-modesetting-dbg +Provides: xserver-xorg-video-modesetting-dbg, xorg-renamed-package, xorg-renamed-package-lts-quantal +Conflicts: xserver-xorg-video-modesetting-dbg --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/xserver-xorg-video-modesetting-lts-quantal.install +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/xserver-xorg-video-modesetting-lts-quantal.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/drivers/*.so +usr/share/man --- xserver-xorg-video-modesetting-lts-quantal-0.5.0.orig/debian/patches/series +++ xserver-xorg-video-modesetting-lts-quantal-0.5.0/debian/patches/series @@ -0,0 +1 @@ +#placeholder