[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

wayland-protocols: Changes to 'upstream-experimental'



 debian/changelog |    5 +++++
 debian/compat    |    1 +
 debian/control   |   25 +++++++++++++++++++++++++
 debian/copyright |   43 +++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |    8 ++++++++
 debian/watch     |    3 +++
 6 files changed, 85 insertions(+)

New commits:
commit 1fd73392a9b79ae76dba533697c22a420d693955
Author: Héctor Orón Martínez <zumbi@debian.org>
Date:   Sun Feb 7 23:16:30 2016 +0100

    wayland-protocols: new Debian packaging
    
      Includes debian packaging for the first release of wayland-protocols.
    
      wayland-protocols contains protocols and protocol extensions
      complementing the Wayland core protocol with additional functionality. As
      of this release, projects can start to add a build time dependency on
      wayland-protocols and use wayland-scanner to generate protocol C API
      using the XML protocol files installed by wayland-protocols.
    
      This release include the following unstable protocols:
    
      . fullscreen-shell
      . input-method
      . linux-dmabuf
      . pointer-gestures
      . presentation-timing
      . text-input
      . xdg-shell
    
      No stable protocols were introduced in this release.
    
    Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e2cd9bf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+wayland-protocols (1.0+git0b05b70-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnn)
+
+ -- Héctor Orón Martínez <zumbi@debian.org>  Sun, 07 Feb 2016 20:01:14 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e09ddda
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: wayland-protocols
+Section: x11
+Priority: optional
+Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
+Uploaders: Héctor Orón Martínez <zumbi@debian.org>
+Build-Depends:
+ debhelper (>=9),
+ dh-autoreconf
+Standards-Version: 3.9.6
+Homepage: http://wayland.freedesktop.org/
+Vcs-Git: git://anonscm.debian.org/pkg-xorg/wayland/wayland-protocols.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/wayland/wayland-protocols.git
+
+Package: wayland-protocols
+Section: libdevel
+Architecture: any
+Priority: extra
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: wayland compositor protocols
+ Wayland protocols that adds functionality not available in the Wayland core
+ protocol. Such protocols either add completely new functionality, or extend
+ the functionality of some other protocol either in Wayland core, or some other
+ protocol in wayland-protocols.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e1a4e0b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Upstream-Name: wayland-protocols
+Upstream-Contact: wayland-devel@lists.freedesktop.org
+Source: https://wayland.freedesktop.org/releases/
+
+Files: debian/*
+Copyright: © 2016 Héctor Orón Martínez <zumbi@debian.org>
+License: Expat
+
+Files: *
+Copyright: © 2008-2013 Kristian Høgsberg
+		   © 2010-2013 Intel Corporation
+		   © 2013      Rafael Antognolli
+		   © 2013      Jasper St. Pierre
+		   © 2014      Jonas Ådahl
+		   © 2014      Jason Ekstrand
+		   © 2014-2015 Collabora, Ltd.
+		   © 2015      Red Hat Inc.
+License: Expat
+
+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.
+
+---
+
+The above is the version of the MIT "Expat" License used by X.org:
+
+    http://cgit.freedesktop.org/xorg/xserver/tree/COPYING
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..94a323e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+# export DH_VERBOSE = 1
+
+%:
+	dh $@  --with autoreconf
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..af9eb82
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+#git=git://anongit.freedesktop.org/wayland/wayland-protocols
+version=3
+https://wayland.freedesktop.org/releases/wayland-protocols-([\d].*)\.tar\.xz


Reply to: