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

xserver-xorg-input-synaptics: Changes to 'debian-experimental'



 debian/changelog |    6 ++++--
 debian/control   |    2 +-
 debian/rules     |    7 ++++---
 3 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit ca7c25dd9a0daa9b2cc0fbfc900678c8ed37ff48
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Jan 21 22:27:26 2009 +0100

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index a044619..c80822e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xfree86-driver-synaptics (0.99.3-1) UNRELEASED; urgency=low
+xfree86-driver-synaptics (0.99.3-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
   * Run autoreconf at build time; build-depend on automake, libtool and
@@ -10,7 +10,7 @@ xfree86-driver-synaptics (0.99.3-1) UNRELEASED; urgency=low
   * Build against xserver 1.6 rc1.
   * Handle parallel builds.
 
- -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 05 Sep 2008 10:18:01 +0300
+ -- Julien Cristau <jcristau@debian.org>  Wed, 21 Jan 2009 22:27:10 +0100
 
 xfree86-driver-synaptics (0.15.0+git20080820-1) experimental; urgency=low
 

commit 165958d253cdcd946e62ab4328c86f1da94e8f32
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Jan 21 22:27:06 2009 +0100

    Handle parallel builds.

diff --git a/debian/changelog b/debian/changelog
index 8aaea9d..a044619 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ xfree86-driver-synaptics (0.99.3-1) UNRELEASED; urgency=low
   * Add watch file.
   * New upstream release.
   * Build against xserver 1.6 rc1.
+  * Handle parallel builds.
 
  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 05 Sep 2008 10:18:01 +0300
 
diff --git a/debian/rules b/debian/rules
index 93c5fcc..7632c72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,13 +15,14 @@ PACKAGE=xserver-xorg-input-synaptics
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
 	CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	MAKEFLAGS += -j$(NUMJOBS)
 endif
 
 DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

commit 96f565ade539c7ed8846e2db7304b083267a9cea
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Jan 21 22:25:43 2009 +0100

    Build against xserver 1.6 rc1.

diff --git a/debian/changelog b/debian/changelog
index 610ca18..8aaea9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xfree86-driver-synaptics (0.99.3-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Add watch file.
   * New upstream release.
+  * Build against xserver 1.6 rc1.
 
  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 05 Sep 2008 10:18:01 +0300
 
diff --git a/debian/control b/debian/control
index d60fd0c..c987478 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Mattia Dongili <malattia@debian.org>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxext-dev, libxi-dev, x11proto-core-dev, xserver-xorg-dev (>= 2:1.4.99.905), pkg-config, quilt, automake, libtool, xutils-dev
+Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxext-dev, libxi-dev, x11proto-core-dev, xserver-xorg-dev (>= 2:1.5.99.901), pkg-config, quilt, automake, libtool, xutils-dev
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-synaptics
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-synaptics.git


Reply to: