--- x11proto-gl-1.4.16.orig/autogen.sh +++ x11proto-gl-1.4.16/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-gl-1.4.16.orig/debian/x11proto-gl-dev.install +++ x11proto-gl-1.4.16/debian/x11proto-gl-dev.install @@ -0,0 +1,2 @@ +usr/include/GL/* +usr/lib/pkgconfig/glproto.pc usr/share/pkgconfig --- x11proto-gl-1.4.16.orig/debian/control +++ x11proto-gl-1.4.16/debian/control @@ -0,0 +1,32 @@ +Source: x11proto-gl +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-gl +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-gl.git + +Package: x11proto-gl-dev +Architecture: all +Depends: + ${shlibs:Depends}, + ${misc:Depends}, +Replaces: + xlibmesa-gl-dev, +Multi-Arch: foreign +Description: X11 OpenGL extension wire protocol + This package provides development headers describing the wire protocol + for OpenGL-related extensions, used to enable the rendering of + applications using OpenGL. + . + More information about X.Org can be found at: + + . + This package is built from the X.org glproto proto module. --- x11proto-gl-1.4.16.orig/debian/changelog +++ x11proto-gl-1.4.16/debian/changelog @@ -0,0 +1,202 @@ +x11proto-gl (1.4.16-1~precise1) precise-proposed; urgency=low + + * Upload to precise for the hw enablement backport stack (LP: #1081122). + + -- Timo Aaltonen Tue, 20 Nov 2012 21:06:06 +0200 + +x11proto-gl (1.4.16-1) experimental; urgency=low + + [ Maarten Lankhorst ] + * New upstream release. + + -- Julien Cristau Sat, 14 Jul 2012 15:49:10 +0200 + +x11proto-gl (1.4.15-1) unstable; urgency=low + + * New upstream release. + + -- Julien Cristau Sun, 15 Apr 2012 15:48:21 +0200 + +x11proto-gl (1.4.14-2) unstable; urgency=low + + * Mark x11proto-gl-dev Multi-Arch: foreign. + * Install .pc file to /usr/share/pkgconfig instead of + /usr/lib/pkgconfig + + -- Steve Langasek Sat, 02 Jul 2011 01:50:08 +0100 + +x11proto-gl (1.4.14-1) unstable; urgency=low + + * New upstream release. + * Switch to dh: + - Bump debhelper build-dep and compat to 8. + - Use dh-autoreconf and quilt sequences, rewrite rules file. + - Add placeholder quilt series file. + * Remove xsfbs accordingly. + * Update Uploaders list. Thanks, David! + * Wrap Depends/Replaces. + * Drop unnecessary Pre-Depends on x11-common. + * Bump Standards-Version to 3.9.2 (no changes). + + -- Cyril Brulebois Thu, 30 Jun 2011 01:03:26 +0200 + +x11proto-gl (1.4.12-1) unstable; urgency=low + + [ Robert Hooker ] + * New upstream release. + + [ Cyril Brulebois ] + * Remove ChangeLog from .gitignore, and update it. + * Add pkg-config build-dep. + * Update debian/copyright. + * Switch from --list-missing to --fail-missing for additional safety. + * Add myself to Uploaders. + + -- Cyril Brulebois Wed, 03 Nov 2010 21:26:15 +0100 + +x11proto-gl (1.4.11-1) unstable; urgency=low + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + + [ Brice Goglin ] + * New upstream release, closes: #570045. + * Bump xutils-dev build-dep to 1:7.5~1 for util-macros 1.3.0. + + -- Brice Goglin Tue, 16 Feb 2010 07:24:20 +0100 + +x11proto-gl (1.4.10-1) unstable; urgency=low + + * All the code under the GLX Public License has been made available under + the SGI Free Software License B, so remove GLXPL from debian/copyright. + * New upstream release. + * Run autoreconf on build. + * Drop XS- prefix from Vcs fields in debian/control. + * Add README.source, bump Standards-Version to 3.8.1. + * Remove Branden from Uploaders. + + -- Julien Cristau Mon, 08 Jun 2009 17:30:57 +0200 + +x11proto-gl (1.4.9-2) unstable; urgency=low + + * Update debian/copyright to the SGI Free Software License B, version 2.0. + It now mirrors the free X11 license used by X.Org. + http://www.sgi.com/company_info/newsroom/press_releases/2008/september/opengl.html + Not closing bug#368559 for now, because glxint.h is covered by the GLX + Public License, which is still not free. + + -- Julien Cristau Sat, 20 Sep 2008 16:16:21 +0200 + +x11proto-gl (1.4.9-1) unstable; urgency=low + + [ Brice Goglin ] + * Update the long description. + * Add URL in debian/copyright. + * Add XS-Vcs-* to debian/control. + * Remove Fabio from Uploaders, with his permission. + + [ David Nusinow ] + * New upstream version + + -- David Nusinow Wed, 14 Nov 2007 22:47:03 -0500 + +x11proto-gl (1.4.8-1) unstable; urgency=low + + * New upstream release + + -- David Nusinow Mon, 25 Sep 2006 21:25:16 -0400 + +x11proto-gl (1.4.7-2) UNRELEASED; urgency=low + + [ Andres Salomon ] + * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build; + idempotency fix. + + [ Riccardo Setti ] + * Now we ship the entire Licenses (closes: #368558) + + -- Andres Salomon Mon, 17 Jul 2006 00:04:43 -0400 + +x11proto-gl (1.4.7-1) experimental; urgency=low + + * New upstream release + * Move debhelper from build-depends-indep to build-depends because we use + dh_clean in the clean target of debian/rules + * Bump standards version to 3.7.2.0 + * Run dh_install with --list-missing + * Bump debhelper compat to 5 + + -- David Nusinow Sat, 1 Jul 2006 22:40:35 -0400 + +x11proto-gl (1.4.6-2) unstable; urgency=low + + [ David Nusinow ] + * Upload to unstable + + -- Riccardo Setti Sun, 6 Aug 2006 21:40:34 +0200 + +x11proto-gl (1.4.6-1) experimental; urgency=low + + * New upstream release + + -- David Nusinow Tue, 21 Mar 2006 21:15:37 -0500 + +x11proto-gl (1.4.5-1) experimental; urgency=low + + * New upstream release + + -- David Nusinow Sun, 12 Mar 2006 16:38:41 -0500 + +x11proto-gl (1.4.3-3) experimental; urgency=low + + * Fix pre-dependency versioning on x11-common to a package version that + actually exists. Thanks Julien Cristau. + + -- David Nusinow Sun, 5 Mar 2006 21:09:03 -0500 + +x11proto-gl (1.4.3-2) experimental; urgency=low + + * Add epoch to versioned Pre-Depends on x11-common to make upgrades + from monolithic x11-common work (Closes: #351779). + + -- David Nusinow Thu, 23 Feb 2006 23:22:51 -0500 + +x11proto-gl (1.4.3-1) experimental; urgency=low + + * First upload to Debian + + -- David Nusinow Fri, 30 Dec 2005 14:35:59 -0500 + +x11proto-gl (1.4+cvs.20050524-5) breezy; urgency=low + + * Add Replaces back to xlibmesa-gl-dev (closes: Ubuntu#15770). + + -- Daniel Stone Thu, 22 Sep 2005 08:41:54 +1000 + +x11proto-gl (1.4+cvs.20050524-4) breezy; urgency=low + + * Remove glx.h and glu.h, as Mesa will provide these. + * Remove Replaces on mesag-dev and xlibmesa-gl-dev. + * Remove Pre-Depends on x-common. + + -- Daniel Stone Tue, 16 Aug 2005 05:00:59 +1000 + +x11proto-gl (1.4+cvs.20050524-2) breezy; urgency=low + + * Add Replaces on mesag-dev. + + -- Daniel Stone Mon, 18 Jul 2005 19:31:36 +1000 + +x11proto-gl (1.4+cvs.20050524-1) breezy; urgency=low + + * Update to CVS, which puts headers in $(includedir)/GL, not /X11/GL. + * Conflict with xlibmesa-gl-dev (<< 6.8.2-19), ditto libglu-dev-xorg. + + -- Daniel Stone Tue, 24 May 2005 11:53:01 +1000 + +x11proto-gl (1.4-1) breezy; urgency=low + + * First x11proto-gl release. + + -- Daniel Stone Mon, 16 May 2005 22:10:17 +1000 --- x11proto-gl-1.4.16.orig/debian/rules +++ x11proto-gl-1.4.16/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-gl-1.4.16.orig/debian/README.source +++ x11proto-gl-1.4.16/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 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. --- x11proto-gl-1.4.16.orig/debian/compat +++ x11proto-gl-1.4.16/debian/compat @@ -0,0 +1 @@ +8 --- x11proto-gl-1.4.16.orig/debian/watch +++ x11proto-gl-1.4.16/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/proto/glproto +version=3 +http://xorg.freedesktop.org/releases/individual/proto/ glproto-(.*)\.tar\.gz --- x11proto-gl-1.4.16.orig/debian/copyright +++ x11proto-gl-1.4.16/debian/copyright @@ -0,0 +1,30 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/proto/ + +SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) +Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. + +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 including the dates of first publication and +either this permission notice or a reference to +http://oss.sgi.com/projects/FreeB/ +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 +SILICON GRAPHICS, INC. 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. + +Except as contained in this notice, the name of Silicon Graphics, Inc. +shall not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization from +Silicon Graphics, Inc. --- x11proto-gl-1.4.16.orig/debian/patches/series +++ x11proto-gl-1.4.16/debian/patches/series @@ -0,0 +1 @@ +# placeholder