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

x11proto-xinerama: Changes to 'debian-unstable'



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

New commits:
commit a0e64d0390ac54c3f80bc89f8d9595f45e3114c6
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Sat Nov 21 14:12:58 2009 +0200

    Bump the build-dep on xutils-dev (>= 1:7.5~1).

diff --git a/debian/changelog b/debian/changelog
index 6edd840..3df33ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ x11proto-xinerama (1.2-1) UNRELEASED; urgency=low
   * Drop Conflicts/Replaces on libxinerama-dev, x11proto-panoramix-dev
     and Pre-Depends on x11-common. This was needed for upgrades from sarge.
   * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
+  * Bump the build-dep on xutils-dev (>= 1:7.5~1).
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Sat, 21 Nov 2009 11:42:44 +0200
 
diff --git a/debian/control b/debian/control
index 01ff0da..65835f9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.
 Build-Depends:
  debhelper (>= 4.0.0),
  automake,
- xutils-dev (>= 1:7.4+4)
+ xutils-dev (>= 1:7.5~1)
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xinerama
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xinerama.git

commit a94757252b411b21799b09bff0e0dfbb1f0c3dca
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Sat Nov 21 12:56:17 2009 +0200

    Fix copypaste goof in rules.

diff --git a/debian/rules b/debian/rules
index 7e04b7d..ee0a60d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ else
 	CFLAGS += -O2
 endif
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIO$
+	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	MAKEFLAGS += -j$(NUMJOBS)
 endif
 


Reply to: