--- x11proto-present-1.0.orig/autogen.sh
+++ x11proto-present-1.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 "$@"
--- x11proto-present-1.0.orig/debian/control
+++ x11proto-present-1.0/debian/control
@@ -0,0 +1,29 @@
+Source: x11proto-present
+Section: x11
+Priority: optional
+Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
+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-present
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-present.git
+
+Package: x11proto-present-dev
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: foreign
+Description: X11 Present extension wire protocol
+ This package provides development headers describing the wire protocol
+ for the Present extension, which provides a way for applications to update
+ their window contents from a pixmap in a well defined fashion, synchronizing
+ with the display refresh and potentially using a more efficient
+ mechanism than copying the contents of the source pixmap.
+ .
+ More information about X.Org can be found at:
+ <URL:http://www.X.org>
+ .
+ This package is built from the X.org presentproto proto module.
--- x11proto-present-1.0.orig/debian/rules
+++ x11proto-present-1.0/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+%:
+	dh $@ --with quilt,autoreconf --builddirectory=build/
+
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/tmp
+
+override_dh_install:
+	dh_install --fail-missing
--- x11proto-present-1.0.orig/debian/changelog
+++ x11proto-present-1.0/debian/changelog
@@ -0,0 +1,5 @@
+x11proto-present (1.0-1) precise; urgency=low
+
+  * Initial release.
+
+ -- Julien Cristau <jcristau@debian.org>  Sun, 24 Nov 2013 14:12:07 +0100
--- x11proto-present-1.0.orig/debian/copyright
+++ x11proto-present-1.0/debian/copyright
@@ -0,0 +1,22 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
+Copyright © 2013 Keith Packard
+
+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, and
+that the name of the copyright holders not be used in advertising or
+publicity pertaining to distribution of the software without specific,
+written prior permission.  The copyright holders make no representations
+about the suitability of this software for any purpose.  It is provided "as
+is" without express or implied warranty.
+
+THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS 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.
--- x11proto-present-1.0.orig/debian/compat
+++ x11proto-present-1.0/debian/compat
@@ -0,0 +1 @@
+8
--- x11proto-present-1.0.orig/debian/watch
+++ x11proto-present-1.0/debian/watch
@@ -0,0 +1,4 @@
+#git=git://anongit.freedesktop.org/xorg/proto/presentproto
+version=3
+http://xorg.freedesktop.org/releases/individual/proto/ presentproto-(.*)\.tar\.gz
+
--- x11proto-present-1.0.orig/debian/x11proto-present-dev.install
+++ x11proto-present-1.0/debian/x11proto-present-dev.install
@@ -0,0 +1,3 @@
+usr/include
+usr/lib/pkgconfig usr/share
+usr/share/doc/presentproto/* usr/share/doc/x11proto-present-dev