--- x11proto-dri2-2.6.orig/autogen.sh +++ x11proto-dri2-2.6/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 "$@" --- x11proto-dri2-2.6.orig/debian/rules +++ x11proto-dri2-2.6/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +# Install in debian/tmp to retain control through dh_install: +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp + +# Forget no-one: +override_dh_install: + dh_install --fail-missing + +%: + dh $@ --with quilt,autoreconf --builddirectory=build/ --- x11proto-dri2-2.6.orig/debian/changelog +++ x11proto-dri2-2.6/debian/changelog @@ -0,0 +1,94 @@ +x11proto-dri2 (2.6-2) unstable; urgency=low + + * Mark x11proto-dri2-dev Multi-Arch: foreign. + * Install .pc file to /usr/share/pkgconfig instead of + /usr/lib/pkgconfig + + -- Steve Langasek Fri, 01 Jul 2011 17:58:26 +0100 + +x11proto-dri2 (2.6-1) unstable; urgency=low + + [ Julien Cristau ] + * Remove Brice from Uploaders. + * Wrap the Build-Depends control field. + * Drop unnecessary Pre-Depends on x11-common. + + [ Cyril Brulebois ] + * New upstream release. + * Switch to dh: + - Bump debhelper build-dep and compat to 8. + - Use dh-autoreconf and quilt sequences, rewrite rules file. + - Ship dri2proto.txt through dh_install. + - Add placeholder quilt series file. + * Bump Standards-Version to 3.9.2 (no changes). + + -- Cyril Brulebois Thu, 30 Jun 2011 00:46:28 +0200 + +x11proto-dri2 (2.3-1) unstable; urgency=low + + * New upstream release. + * Add myself to Uploaders. + * B-D explicitly on debhelper (>= 5), which matches debian/compat. + * B-D on pkg-config, needed for PKG_PROG_PKG_CONFIG (pulled through + XORG_DEFAULT_OPTIONS in configure.ac). + * Bump Standards-Version from 3.8.2 to 3.8.4 (no changes needed). + + -- Cyril Brulebois Tue, 06 Apr 2010 15:23:52 +0200 + +x11proto-dri2 (2.2-2) unstable; urgency=low + + * Bump xutils-dev build dependencies to 1:7.5~1 for util-macros 1.3.0 + (closes: #574497). + + -- Brice Goglin Sun, 21 Mar 2010 10:14:39 +0100 + +x11proto-dri2 (2.2-1) unstable; urgency=low + + [ Timo Aaltonen ] + * New upstream release. (LP: #377090, closes: #569259) + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + + [ Brice Goglin ] + * Add myself to Uploaders. + + -- Brice Goglin Thu, 11 Feb 2010 13:55:45 +0100 + +x11proto-dri2 (2.1-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.8.2. + + -- Julien Cristau Fri, 19 Jun 2009 17:30:30 +0200 + +x11proto-dri2 (2.0-1) unstable; urgency=low + + * New upstream release. + * Add build-dep on xutils-dev >= 1:7.4+4. + * Install the upstream changelog. + * Bump Standards-Version to 3.8.1. + * Bump dh compat to 5 to make lintian happy. + + -- Julien Cristau Mon, 08 Jun 2009 16:50:28 +0200 + +x11proto-dri2 (1.99.3-1) unstable; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + + [ Julien Cristau ] + * debian/rules: drop some useless code (we don't need to set CFLAGS or set + the architecture, we don't build anything). + * Install dri2proto.txt. + * debian/copyright: update copyright year. + + -- Julien Cristau Fri, 09 Jan 2009 06:57:20 +0100 + +x11proto-dri2 (1.1-1) unstable; urgency=low + + * Initial release. + + -- Julien Cristau Thu, 05 Jun 2008 22:14:02 +0200 --- x11proto-dri2-2.6.orig/debian/control +++ x11proto-dri2-2.6/debian/control @@ -0,0 +1,28 @@ +Source: x11proto-dri2 +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: Cyril Brulebois +Build-Depends: + debhelper (>= 8), + dh-autoreconf, + quilt, + xutils-dev (>= 1:7.5~1), + pkg-config, +Standards-Version: 3.9.2 +Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-dri2 +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-dri2.git + +Package: x11proto-dri2-dev +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign +Description: X11 DRI2 extension wire protocol + This package provides development headers describing the wire protocol + for the DRI2 extension, used to organise direct rendering support + for 3D clients, and replace the XFree86-DRI extension. + . + More information about X.Org can be found at: + + . + This package is built from the X.org dri2proto proto module. --- x11proto-dri2-2.6.orig/debian/compat +++ x11proto-dri2-2.6/debian/compat @@ -0,0 +1 @@ +8 --- x11proto-dri2-2.6.orig/debian/x11proto-dri2-dev.install +++ x11proto-dri2-2.6/debian/x11proto-dri2-dev.install @@ -0,0 +1,3 @@ +usr/include/X11/extensions/* +usr/lib/pkgconfig/dri2proto.pc usr/share/pkgconfig +usr/share/doc/dri2proto/dri2proto.txt usr/share/doc/x11proto-dri2-dev --- x11proto-dri2-2.6.orig/debian/copyright +++ x11proto-dri2-2.6/debian/copyright @@ -0,0 +1,34 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/proto/ + +Packaging by Julien Cristau . + +Copyright © 2008 Red Hat, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Soft- +ware"), to deal in the Software without restriction, including without +limitation the rights to use, copy, modify, merge, publish, distribute, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, provided that the above copyright +notice(s) and this permission notice appear in all copies of the Soft- +ware and that both the above copyright notice(s) and this permission +notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- +ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY +RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN +THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE- +QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR- +MANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization of +the copyright holder. + +Authors: + Kristian Høgsberg (krh@redhat.com) --- x11proto-dri2-2.6.orig/debian/watch +++ x11proto-dri2-2.6/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/proto/dri2proto +version=3 +http://xorg.freedesktop.org/releases/individual/proto/ dri2proto-(.*)\.tar\.gz --- x11proto-dri2-2.6.orig/debian/patches/series +++ x11proto-dri2-2.6/debian/patches/series @@ -0,0 +1 @@ +# placeholder