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

x11proto-xf86misc: Changes to 'debian-unstable'



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

New commits:
commit c45a03e6a67762f5c1fcd00b55f3e09bc1ec70a3
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Sat Nov 21 14:11:24 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 6beed22..5eddb72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ x11proto-xf86misc (0.9.3-1) UNRELEASED; urgency=low
     Pre-Depends on x11-common. This was needed for upgrades from sarge.
   * Run autoreconf on build. Add build-deps on automake and xutils-dev.
   * 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:25:23 +0200
 
diff --git a/debian/control b/debian/control
index c81100a..55d30aa 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-xf86misc
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86misc.git

commit 8668247701e2ad5e86e8af6158ffb3e48eb9a7f9
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Sat Nov 21 12:57:28 2009 +0200

    Fix copypaste goof in rules.

diff --git a/debian/rules b/debian/rules
index ac0bd34..c4b50bb 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: