--- x11proto-core-7.0.28.orig/autogen.sh +++ x11proto-core-7.0.28/autogen.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi --- x11proto-core-7.0.28.orig/debian/README.source +++ x11proto-core-7.0.28/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-core-7.0.28.orig/debian/changelog +++ x11proto-core-7.0.28/debian/changelog @@ -0,0 +1,319 @@ +x11proto-core (7.0.28-2ubuntu1) xenial; urgency=low + + * Merge from Debian unstable. Remaining changes: + - d/control,rules,x11proto-core-dev.install: Drop dependency on fop + for PDF doc generation to support demotion of fop to universe, skip + install of pdf files in binary package. + + -- James Page Mon, 07 Mar 2016 15:11:22 +0000 + +x11proto-core (7.0.28-2) unstable; urgency=medium + + * Upload to unstable + + -- Timo Aaltonen Tue, 26 Jan 2016 16:45:36 +0200 + +x11proto-core (7.0.28-1) experimental; urgency=medium + + * Team upload. + * New upstream release. + * Bump Standards-Version to 3.9.6, update Vcs-* control fields. + * Bump debhelper compat level to 9, keep libdir pointed at /usr/lib to avoid + arch-specific paths in our pkg-config file. + + -- Julien Cristau Wed, 28 Oct 2015 19:22:11 +0000 + +x11proto-core (7.0.28-0ubuntu2) xenial; urgency=medium + + * d/control,rules,x11proto-core-dev.install: Drop dependency on fop + for PDF doc generation to support demotion of fop to universe, skip + install of pdf files in binary package. + + -- James Page Mon, 04 Jan 2016 13:57:22 +0000 + +x11proto-core (7.0.28-0ubuntu1) wily; urgency=medium + + * New upstream release + + -- Robert Ancell Tue, 14 Jul 2015 14:36:12 +1200 + +x11proto-core (7.0.27-1) unstable; urgency=medium + + * Let uscan verify tarball signatures. + * New upstream release. + * Remove Cyril from Uploaders. + + -- Julien Cristau Sun, 26 Apr 2015 15:45:15 +0200 + +x11proto-core (7.0.26-1) unstable; urgency=medium + + * New upstream release. + + -- Julien Cristau Mon, 14 Apr 2014 20:38:23 +0200 + +x11proto-core (7.0.24-1) unstable; urgency=low + + * New upstream release. + - handles x32 madness (closes: #695535) + - handles the lack of restrict on g++/solaris (closes: #695589) + + -- Julien Cristau Sun, 09 Jun 2013 14:17:07 +0200 + +x11proto-core (7.0.23-1) unstable; urgency=low + + * New upstream release. + * Build pdf docs. + * Set docdir in configure. + + -- Julien Cristau Sat, 14 Apr 2012 19:14:24 +0200 + +x11proto-core (7.0.22-1) unstable; urgency=low + + * New upstream release. + * Bump xutils-dev and xorg-sgml-doctools build-deps. + * Add xsltproc build-dep. + * Get rid of the temporary 01_keep_xorg_css.diff patch. + * Drop the css from .install accordingly. + * Use xorg-sgml-doctool's copy of xorg.css. + * Wrap (Build-)Depends. + * Don't install *.db yet, keep that for later. + * Update Uploaders list. Thanks, David! + * Switch to dh: + - Bump debhelper build-dep and compat. + - Use dh-autoreconf and quilt sequences. + - Rewrite debian/rules. + * Get rid of xsfbs accordingly. + * Bump Standards-Version to 3.9.2 (no changes). + + -- Cyril Brulebois Thu, 23 Jun 2011 11:01:17 +0200 + +x11proto-core (7.0.21-3) unstable; urgency=low + + * Mark x11proto-core-dev Multi-Arch: foreign, so that this arch: all + package satisfies the dependencies of foreign-arch packages. + * Install .pc file to /usr/share/pkgconfig instead of /usr/lib/pkgconfig. + + -- Steve Langasek Fri, 17 Jun 2011 08:26:19 -0700 + +x11proto-core (7.0.21-2) unstable; urgency=low + + * Upload to unstable. + + -- Cyril Brulebois Tue, 05 Apr 2011 23:28:42 +0200 + +x11proto-core (7.0.21-1) experimental; urgency=low + + * New upstream release: + - Brings Sinhala support, needed for the lk XKB keyboard layout. + * Update debian/copyright from upstream COPYING. + + -- Cyril Brulebois Sat, 26 Mar 2011 00:07:04 +0100 + +x11proto-core (7.0.20-1) unstable; urgency=low + + [ Julien Cristau ] + * Merge changes from the experimental branch (7.0.17-1 upload). + + [ Robert Hooker ] + * New upstream release. Changes: + - 5d3428d... Add XF86XK_TouchpadOn/Off + - Various spec updates. + + [ Cyril Brulebois ] + * Update debian/copyright from upstream's COPYING. + * Add 01_keep_xorg_css.diff temporarily. + * Add patching in debian/rules, and quilt build-dep accordingly. + + -- Cyril Brulebois Fri, 14 Jan 2011 04:18:40 +0100 + +x11proto-core (7.0.19-1) unstable; urgency=low + + * New upstream release. + * Bump xutils-dev build-dep for new macros. + * Add pkg-config build-dep. + * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. + * Pass --with-xmlto and --without-fop, we want html and txt only. + * Ship *.html, *.css, and *.txt from the doc directory. + * Kill *.xml in the doc directory, no point in shipping them. + + -- Cyril Brulebois Sat, 06 Nov 2010 02:33:18 +0100 + +x11proto-core (7.0.18-1) unstable; urgency=low + + [ Robert Hooker ] + * New upstream release. + + [ Cyril Brulebois ] + * Update debian/copyright from upstream COPYING. + * Switch from --list-missing to --fail-missing for additional safety. + * No longer pass --disable-shared, this option is gone. + * Add myself to Uploaders. + + -- Cyril Brulebois Wed, 03 Nov 2010 01:17:11 +0100 + +x11proto-core (7.0.17-1) experimental; urgency=low + + * Get rid of the x-dev transitional package. + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + * New upstream release. + * Bump xutils-dev build-dep for xorg-macros. + * Update debian/copyright. + * Bump Standards-Version to 3.9.0, no changes. + + -- Julien Cristau Wed, 07 Jul 2010 18:21:51 +0100 + +x11proto-core (7.0.16-1) unstable; urgency=low + + [ Julien Cristau ] + * Make build-dep on xutils-dev versioned (closes: #521230). Lenny's version + is too old. Thanks, Alexander Wuerstlein! + + [ Timo Aaltonen ] + * New upstream release 7.0.16. + * Drop Conflicts/Replaces on x-dev and Pre-Depends on x11-common. This + was needed for upgrades from sarge. + * Bump Standards-Version to 3.8.3. + + -- Julien Cristau Fri, 20 Nov 2009 19:18:21 +0100 + +x11proto-core (7.0.15-1) unstable; urgency=low + + * New upstream release. + + -- Julien Cristau Fri, 13 Mar 2009 11:06:28 +0100 + +x11proto-core (7.0.14-2) unstable; urgency=low + + * Run autoreconf on build. Add build-deps on automake and xutils-dev. + * Upload to unstable. + + -- Julien Cristau Sun, 15 Feb 2009 20:47:37 +0100 + +x11proto-core (7.0.14-1) experimental; urgency=low + + * debian/control: x-dev is in Section: libdevel, not x11. + * New upstream version. + + -- Julien Cristau Fri, 07 Nov 2008 21:15:15 +0100 + +x11proto-core (7.0.12-1) unstable; urgency=low + + * New upstream release. + * debian/control updates: + + bump Standards-Version to 3.7.3 (no changes) + + drop the XS- prefix from the Vcs fields + + -- Julien Cristau Fri, 07 Mar 2008 13:55:18 +0100 + +x11proto-core (7.0.11-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. + + [ Julien Cristau ] + * New upstream release. + * Add myself to Uploaders, and remove Branden with his permission. + + -- Julien Cristau Tue, 18 Sep 2007 00:02:16 +0200 + +x11proto-core (7.0.10-2) unstable; urgency=low + + * Upload to unstable. + + -- Julien Cristau Tue, 10 Apr 2007 18:33:36 +0200 + +x11proto-core (7.0.10-1) experimental; urgency=low + + * New upstream release. + * Install the upstream ChangeLog. + + -- Julien Cristau Thu, 8 Feb 2007 19:56:39 +0100 + +x11proto-core (7.0.7-2) unstable; urgency=low + + [ Andres Salomon ] + * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build; + idempotency fix. + + [ David Nusinow ] + * Upload to unstable + + -- David Nusinow Mon, 21 Aug 2006 21:33:18 +0000 + +x11proto-core (7.0.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 + * Bump debhelper compat to 5 + * Remove extra x11-common dependency + * Version x11-common pre-dependency to 1:7.0.0 to match the rest of Debian + and shut lintian up + * Run dh_install with --list-missing + + -- David Nusinow Sat, 1 Jul 2006 22:27:12 -0400 + +x11proto-core (7.0.4-3) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Thu, 23 Mar 2006 21:36:37 -0500 + +x11proto-core (7.0.4-2) experimental; urgency=low + + * Add epoch to versioned Pre-Depends on x11-common to make upgrades + from monolithic x11-common work (Closes: #351779). + + -- Michel Dänzer Thu, 9 Feb 2006 16:41:11 +0100 + +x11proto-core (7.0.4-1) experimental; urgency=low + + * First upload to Debian + + -- David Nusinow Mon, 23 Jan 2006 22:07:47 -0500 + +x11proto-core (6.8.99.15+cvs.20050722-1) breezy; urgency=low + + * Update to today's CVS, which no longer needs _XOPEN_SOURCE exposed to + build Xpoll.h. + + -- Daniel Stone Fri, 22 Jul 2005 18:25:10 +1000 + +x11proto-core (6.8.99.15-1) breezy; urgency=low + + * Update to today's CVS, which adds x11incdir to xproto.pc.in for imake. + + -- Daniel Stone Wed, 20 Jul 2005 12:39:00 +1000 + +x11proto-core (6.8.99.8-2) breezy; urgency=low + + * Remove 008_fix_xgetpw_macro. We'll catch this one via upstream when a + proper solution -- as this one is broken in various ways also -- lands. + + -- Daniel Stone Mon, 11 Jul 2005 09:45:29 +1000 + +x11proto-core (6.8.99.8-1) breezy; urgency=low + + * Update to new CVS version, including _X_SENTINEL. + * Fix comment in debian/rules. + + -- Daniel Stone Thu, 9 Jun 2005 17:23:10 +1000 + +x11proto-core (6.8.99.7-2) breezy; urgency=low + + * Add 009_x_sentinel_macro.dpatch to bring us the new _X_SENTINAL + macro that libx11 wants to see in Xfuncproto.h. + + -- Adam Conrad Thu, 16 Jun 2005 13:46:36 +0000 + +x11proto-core (6.8.99.7-1) breezy; urgency=low + + * First x11proto-core release. + + -- Daniel Stone Wed, 6 Apr 2005 23:58:26 +1000 + --- x11proto-core-7.0.28.orig/debian/compat +++ x11proto-core-7.0.28/debian/compat @@ -0,0 +1 @@ +9 --- x11proto-core-7.0.28.orig/debian/control +++ x11proto-core-7.0.28/debian/control @@ -0,0 +1,36 @@ +Source: x11proto-core +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian X Strike Force +Build-Depends: + debhelper (>= 9), + dh-autoreconf, + quilt, + xutils-dev (>= 1:7.6+2), + pkg-config, +# specs: + xmlto, + xorg-sgml-doctools (>= 1:1.8), + w3m, + xsltproc, +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/git/pkg-xorg/proto/x11proto-core +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/proto/x11proto-core.git + +Package: x11proto-core-dev +Architecture: all +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + xorg-sgml-doctools (>= 1:1.5), +Multi-Arch: foreign +Description: X11 core wire protocol and auxiliary headers + This package provides development headers describing the wire protocol + for the core X11 protocol, and also provides a number of utility headers, + used to abstract OS-specific functions. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xproto proto module. --- x11proto-core-7.0.28.orig/debian/copyright +++ x11proto-core-7.0.28/debian/copyright @@ -0,0 +1,114 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/proto/ + +Debianised by Daniel Stone . + + +Copyright (c) 1991, Oracle and/or its affiliates. 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 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. + + +Copyright 1985, 1987, 1988, 1990, 1991, 1993-1996, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice 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 +OPEN GROUP 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 The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + +The X Window System is a Trademark of The Open Group. + + +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 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 PERFORMANCE OF THIS +SOFTWARE. + + +Copyright 1987 by Apollo Computer Inc., Chelmsford, Massachusetts. +Copyright 1989 by Hewlett-Packard Company. + + All Rights Reserved + +Permission to use, duplicate, change, and distribute this software and +its documentation for any purpose and without fee is granted, provided +that the above copyright notice appear in such copy and that this +copyright notice appear in all supporting documentation, and that the +names of Apollo Computer Inc., the Hewlett-Packard Company, or the X +Consortium not be used in advertising or publicity pertaining to +distribution of the software without written prior permission. + +HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD +TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. Hewlett-Packard shall not be liable for errors +contained herein or direct, indirect, special, incidental or +consequential damages in connection with the furnishing, +performance, or use of this material. + + +Copyright (c) 1999 The XFree86 Project Inc. + +All Rights Reserved. + +The above copyright notice and this permission notice 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 +OPEN GROUP 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 The XFree86 Project +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 The XFree86 Project Inc. --- x11proto-core-7.0.28.orig/debian/patches/series +++ x11proto-core-7.0.28/debian/patches/series @@ -0,0 +1 @@ +# placeholder --- x11proto-core-7.0.28.orig/debian/rules +++ x11proto-core-7.0.28/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +PACKAGE = x11proto-core-dev + +# Build html and txt only: +override_dh_auto_configure: + dh_auto_configure -- \ + --docdir=\$${prefix}/share/doc/$(PACKAGE) \ + --libdir=\$${prefix}/lib \ + --with-xmlto + +# 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: + find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.xml' -delete + find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.db' -delete + find debian/tmp/usr/share/doc/$(PACKAGE) -name '*.ps' -delete + dh_install --fail-missing + +%: + dh $@ --with quilt,autoreconf --builddirectory=build/ --- x11proto-core-7.0.28.orig/debian/upstream/signing-key.asc +++ x11proto-core-7.0.28/debian/upstream/signing-key.asc @@ -0,0 +1,101 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQGiBEab+moRBACDH5yKqS3wcc5bdxY7PBNuwKvF5TKMfagmSvuRDtZjjIIWaA/n +Z1KboV9Gq5g7kP7+Kfu+Qgd8u65eVsWwmPW10fXvj3aCU53glx2EdGdrHcgiyH2g +EQfPiyBw+trIppWFRV0IDXSLMA1FNC92t2nSG/VFHaPTVwcgkIRSfcXDvwCglGdE +a6f4uLqoNHP+m4yYnzapFuMD/R4+2AJDAvEWKDdYCGZzlawjAmmWyXrmT7/C/mx9 +8qUR473l4buXjHgDkkXXlHqdzil1vK85PhrKzNJDCCmlHUJNz+QwiAMOLwpD+kwV +Pb57RG7y+a5JQ5+jtVw4RlUxZIk/wj2An9YBO3A5vR7PdjM32ZJCN2+aM4dYfNzQ +xQKTA/47icvBaBVTl9rztjg2pd2Aqpc1P/GsIYLGj7XjnnJvGAENBHSH1QjpZMJG +CTS9oJ+B0/wrIr+pA+MdFgYAb6ojMQJOO6UChjWWSGjMFcs/CeXhxlLBido3DtAE +TbNTwO6OEfAvdosvTdhJFnwvZlJ+zZGGy5CrF2Fd9PUe9tmASbQoQWxhbiBDb29w +ZXJzbWl0aCA8YWxhbmNAZnJlZWRlc2t0b3Aub3JnPohoBBMRAgAoAhsDBgsJCAcD +AgYVCAIJCgsEFgIDAQIeAQIXgAUCUXnRYgUJFEPYeAAKCRCi+54IHy0TDonxAKCP +cAgXNojuujUg5Wqi6v0RBFVSUgCggq1SsVEdq9NDWvXvkeGyNaBivSK0K0FsYW4g +Q29vcGVyc21pdGggPGFsYW4uY29vcGVyc21pdGhAc3VuLmNvbT6IZgQTEQIAJgIb +AwYLCQgHAwIEFQIIAwQWAgMBAh4BAheABQJRedFiBQkUQ9h4AAoJEKL7nggfLRMO +6sUAn0jl3h9rY4OJ13Lu7nsKclyhDpOqAKCFgTmaDGRuDRxloLg9jftrn7a7vrQu +QWxhbiBDb29wZXJzbWl0aCA8YWxhbi5jb29wZXJzbWl0aEBvcmFjbGUuY29tPohr +BBMRAgArAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAIZAQUCUXnRYgUJFEPY +eAAKCRCi+54IHy0TDtBZAJ9IgVVNoFIPRjTsNjcSFaLznuDRJgCcC/WgV312IrxS +Q8PRAyEgozSB9Ke5Ag0ERpv6bxAIAJp5aUlho5rUhpS6ik7spsAQFPRuycPKMNu0 +J4F0v/OoPz085soV8ytLj4HqCGk2Zamh1jSgliZwuk9m7V7Wgxx+nBJawpWDX/eK +LObErfDwQ4dfOFvjbXLQMmNnQNaUGIWLPP3l8GuBOHMq60Bu+TPgh627vUntL5RE +QEQqTXIzWC6U10QsDblLwIvdOVSdGF5xl/N1myXzSKvrsZwWtoFc8G9v9hcCjhtN +1sm9b7Ojc51iZXvcetcvPy5RA6AUW3yEExaedUdLnvIF9sjFYIfJWFVYh2AgavnG +re6fF+NV2v3zfx3wRT7H9//m4YIDYJmgZgyQccXegTwfGBIq3osAAwYH/1FiMUMM +ES5Ilz2nDqId+DCWECAU6wgvIFRcXrZWxDxB+ZrnmTCXoAD0xedpfOkRHp8XTVc/ +9MU+wQ+lZRx2OQ6MJW0XGuFvHm94KZF/8HzWA2Ah7U4n0+3sLpk6zWceZq2zZNF0 +yVTjwD98+xNK1Q9sP8aOKdtg8yMH3hisKR6rdW+mfX5q0Q8Gol2hZsFH/qyIhnPz +hXDknuOh8E5iMkzrejVXUEn++Yzj23XjP59SObLznVkyxI+kBI9qvVEPfFBDybjH +WqLcgRcCpXAzjizEi+/d31iDa2ErJHV4R42obecFqiPnoDtiX3IiP7z9fmxM4aWP +ZZRqvq+1ht5wkn+ISQQYEQIACQUCRpv6bwIbDAAKCRCi+54IHy0TDoLoAKCHYRpw +/XfyEunw1YL/uMZzl78qIQCdFVcXNbqD83qVhW4Ly7hyDL8o0aK5Ag0EUXnVIQEQ +AKHpjOmY056n0tsZoW9q5egsMcl5tKC8uimrhO05nnq+5/60/YedC++V9c9b/3/X +7O28LyBkAtBgD0xJZSDQ0DhTzKAp6AzjQtBvI68uinGwxSjT+oQpPMxqhA1I0kzo +EDCdEqV+HsVOAEdbAi/tP9bbdTDzwVc8MWDriamBUqc53Rb00Mffy9435UgTS4gA +hMwANhy6XZmOMBhITOzxFJUEDTDJtLbE0b1jPRQS7NHQgak1inmuvPMc3wAuoEcS +CSt1xupbYsBoXOjK5wC/eE1LIdZoRyW2OkT140DqDZ8zfRID860hnirnYgb09TPN +tj93pudUAUt6T9+tcLN4/rxhxHOwse66KGHO4bQ1rZ6mfco6SYd9V60cL6hC2eMe +cyxZliMu17lj7EX8lxUH+omIgHc7HGoyUR6V+WB60cxWj5v05zdeLeZ2aLBcPFhx +lfDESm8f4ezdJSDS1QZmC0P5h3RJfhhfmdBr8kHzr7111D1/O71Av1VV5FyJ9YxU +Sxp4IPuzK7JbbgVHcA6PvXrDzWUslmZgPADpKH4hTmG/NdCqhEXcufvY6s5yNksB +8X3ReNvuSSyfGnRz3kvtyK0XzC7KRX2PquLI6A8KJprHwZGqEB1NDG8b2iaYnghO +jyfIYEVQF3nGfaBwv4lrCPEoZSUaK8f/NQZjNU8NQyTnABEBAAGJAm0EGBEKAA8F +AlF51SECGwIFCQlmAYACKQkQovueCB8tEw7BXSAEGQEKAAYFAlF51SEACgkQz98U +iCjGQqfW5g//dOdJHt23cdMyz5VADaE7u+L0E+eX9GtHF4J649eXsui59EtbHh2n +XdGhd5SqQ8FDi9GCEKaQ4S31n/YBLEBCkj7R0IMikW2o78/JxDovB8+aL606hgma +fNVx1aIshIglrl8Xlu3sjeAvG48W6YjdL2mfrIDHjIVwOZsMihbOJvST6Q3upHdn +mjDtM5HCQmI5NEXDWYj6IZuhJnnrDWwNsyYV4KPoUBxAcqIyCeZbVssuWWnHPXX8 +VavVq98vpVynfGzGYpJbDj19C/utMjKGI5dcvbVaucA7X/oktxrxS6SBDhuIaAE9 +4ZHlbxqfyHfETI/La2Z/ALDAtYdhJR2gSkTHyKSW1QqYlulSfB//lnna44mmTuRO +NbDNgb0FGSvtsBMZ80iHDqPgUfS60kxCfFrsSGfTFU+X4QAzpTtUJEcr+J4HULDe +MfwOgghVfmKxFXWfud8xDaCXuywLTtVgMCZp4P7MAyuJlaxsFTu+c1Vly94grk4U +MtALLMqCXSosA490gLTSdg3HSwxt2Q/LJdy427ZIMvjGXIruns8U/OmL9dVgWu3b +JHsL68Skx8Ts63qTN9QXM/PB+8VwOaC7PJ+g6t40DleOmdsS8cN31yf5KB8rsL4u +n4u1yrMJfpnSblPMu5wJi3kjoA+Dd5ZFqx9nTi4wBjfVYGCPsleq59K8kQCYx1Cn +lZcq630ITy9dB/aHCQry2gCbBwZ2Rsf9kr05S8uLhlwW3vRSvRs= +=tc6G +-----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +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 +GBF1 +=bYOv +-----END PGP PUBLIC KEY BLOCK----- --- x11proto-core-7.0.28.orig/debian/watch +++ x11proto-core-7.0.28/debian/watch @@ -0,0 +1,4 @@ +#git=git://anongit.freedesktop.org/xorg/proto/xproto +version=3 +opts=pgpsigurlmangle=s/$/.sig/ \ +http://xorg.freedesktop.org/releases/individual/proto/ xproto-(.*)\.tar\.gz --- x11proto-core-7.0.28.orig/debian/x11proto-core-dev.install +++ x11proto-core-7.0.28/debian/x11proto-core-dev.install @@ -0,0 +1,4 @@ +usr/include/X11/* +usr/lib/pkgconfig/xproto.pc /usr/share/pkgconfig +usr/share/doc/x11proto-core-dev/*.html +usr/share/doc/x11proto-core-dev/*.txt