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

x11proto-video: Changes to 'debian-unstable'



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

New commits:
commit 14972ece5df64dd09ffa8c9f0f30e9a0702e33ce
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Nov 21 13:51:44 2009 +0100

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 4d0ba6c..1539afd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-x11proto-video (2.3.0-1) UNRELEASED; urgency=low
+x11proto-video (2.3.0-1) unstable; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Bump Standards-Version to 3.8.3.
   * Bump debhelper compat level to 5.
@@ -8,7 +9,7 @@ x11proto-video (2.3.0-1) UNRELEASED; urgency=low
   * Run autoreconf on build. Add build-deps on automake and xutils-dev.
   * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
 
- -- Timo Aaltonen <tjaalton@ubuntu.com>  Sat, 21 Nov 2009 10:54:17 +0200
+ -- Julien Cristau <jcristau@debian.org>  Sat, 21 Nov 2009 13:51:42 +0100
 
 x11proto-video (2.2.2-5) unstable; urgency=low
 

commit 79f2c03465c2fcd2f0436b23ef0462b9a7f4d23d
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Nov 21 13:51:30 2009 +0100

    Fix copy-pasto in debian/rules

diff --git a/debian/rules b/debian/rules
index 2bb8fa1..bf5786d 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
 

commit d4d4246c83715ccbc22af54ba4899278d35aa106
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Nov 21 13:50:26 2009 +0100

    Bump debhelper build-dep to appease lintian

diff --git a/debian/control b/debian/control
index 7ffc1b1..eaa4443 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Julien Cristau <jcristau@debian.org>
 Build-Depends:
- debhelper (>= 4.0.0),
+ debhelper (>= 5.0.0),
  automake,
  xutils-dev (>= 1:7.4+4)
 Standards-Version: 3.8.3


Reply to: