From 0a384d6b886df11c60393deb5d33e9074f42b429 Mon Sep 17 00:00:00 2001
From: Benjamin Kerensa <bkerensa@ubuntu.com>
Date: Thu, 13 Sep 2012 13:46:28 -0700
Subject: [PATCH] Changes to debian/control

---
 ...p-build-depends-on-mesa-derived-component.patch |   43 ++++++++++++++++++++
 debian/changelog                                   |    9 +++-
 debian/control                                     |    3 +-
 3 files changed, 52 insertions(+), 3 deletions(-)
 create mode 100644 0001-control-Bump-build-depends-on-mesa-derived-component.patch

diff --git a/0001-control-Bump-build-depends-on-mesa-derived-component.patch b/0001-control-Bump-build-depends-on-mesa-derived-component.patch
new file mode 100644
index 0000000..00c8371
--- /dev/null
+++ b/0001-control-Bump-build-depends-on-mesa-derived-component.patch
@@ -0,0 +1,43 @@
+From d6178f90927d893f75422e6901bbd407575e9a4c Mon Sep 17 00:00:00 2001
+From: Timo Aaltonen <tjaalton@ubuntu.com>
+Date: Thu, 23 Aug 2012 18:02:41 +0300
+Subject: [PATCH] control: Bump build-depends on mesa derived components to
+ 9.0~.
+
+---
+ debian/changelog |    1 +
+ debian/control   |    6 +++---
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/debian/changelog b/debian/changelog
+index f6bafae..fca49d3 100644
+--- a/debian/changelog
++++ b/debian/changelog
+@@ -9,6 +9,7 @@ weston (0.95.0-1) UNRELEASED; urgency=low
+   * rules: Make the test run failure non-fatal, since it doesn't work
+     properly in headless-mode.
+   * weston.install: Add new files.
++  * control: Bump build-depends on mesa derived components to 9.0~.
+ 
+  -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 16 Aug 2012 20:52:23 +0300
+ 
+diff --git a/debian/control b/debian/control
+index 5e3aa8c..88d596d 100644
+--- a/debian/control
++++ b/debian/control
+@@ -12,9 +12,9 @@ Build-Depends:
+  libpng-dev,
+  libjpeg-dev,
+  mesa-common-dev,
+- libegl1-mesa-dev (>= 8.0-2),
+- libegl1-mesa-drivers (>= 8.0-2),
+- libgles2-mesa-dev (>= 8.0-2),
++ libegl1-mesa-dev (>= 9.0~),
++ libegl1-mesa-drivers (>= 9.0~),
++ libgles2-mesa-dev (>= 9.0~),
+  libwayland-dev (>= 0.85),
+  libxcb1-dev,
+  libxcb-xfixes0-dev,
+-- 
+1.7.10.4
+
diff --git a/debian/changelog b/debian/changelog
index fca49d3..44aa0f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-weston (0.95.0-1) UNRELEASED; urgency=low
+weston (0.95.0-1ubuntu1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Add a watch file.
   * control: Add missing build-depends: libmtdev-dev, libxcursor-dev,
@@ -11,7 +12,11 @@ weston (0.95.0-1) UNRELEASED; urgency=low
   * weston.install: Add new files.
   * control: Bump build-depends on mesa derived components to 9.0~.
 
- -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 16 Aug 2012 20:52:23 +0300
+  [ Benjamin Kerensa ]
+  * debian/control: add Homepage field
+  * debian/control: bump Standards-Version to 3.9.3 
+
+ -- Benjamin Kerensa <bkerensa@ubuntu.com>  Thu, 13 Sep 2012 13:43:30 -0700
 
 weston (0.85.0-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 88d596d..5c931e7 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,8 @@ Build-Depends:
  libmtdev-dev,
  libpam0g-dev,
  libvpx-dev,
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
+Homepage: http://wayland.freedesktop.org/
 Vcs-Git: git://git.debian.org/git/pkg-xorg/wayland/weston
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/weston.git
 
-- 
1.7.10.4

