From 11234eab9cc2bc18db963c535c6b60ab6728328b Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Mon, 13 Jun 2011 22:07:10 +0200 Subject: Initial, partial packaging. --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 31 +++++++++++++++++++++++++++++++ debian/copyright | 6 ++++++ debian/rules | 4 ++++ 5 files changed, 47 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9067fe4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +wayland (0~) UNRELEASED; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Cyril Brulebois Mon, 13 Jun 2011 21:50:26 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d0dfc9f --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: wayland +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: Cyril Brulebois +Build-Depends: + debhelper (>= 8), + dh-autoreconf, +Standards-Version: 3.9.2 +Vcs-Git: git://git.debian.org/git/pkg-xorg/wayland/wayland +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/wayland.git + +Package: libwayland0 +Section: libs +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, +Description: fixme: wayland, lib part + FIXME: Longer description. + +Package: libwayland-dev +Section: libdevel +Architecture: any +Priority: extra +Depends: + libwayland0 (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends}, +Description: fixme: wayland, libdevel part + FIXME: Longer description. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..dec24dd --- /dev/null +++ b/debian/copyright @@ -0,0 +1,6 @@ +Copyright © 1988-2004 Keith Packard and Bart Massey. +Copyright © 2008-2011 Kristian Høgsberg +Copyright © 2009-2010 Intel Corporation +Copyright © 2011 Benjamin Franzke + +FIXME: Various licenses. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..dd9063b --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with autoreconf -- cgit v1.2.3